@designsystem-se/af 39.0.1-beta.dark-mode → 39.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (493) hide show
  1. package/README.md +1 -1
  2. package/components/digi-badge-status.js +1 -1
  3. package/components/digi-bar-chart.js +1 -1
  4. package/components/digi-button.js +1 -1
  5. package/components/digi-calendar-datepicker.js +6 -6
  6. package/components/digi-calendar-week-view.js +1 -1
  7. package/components/digi-calendar.js +1 -1
  8. package/components/digi-chart-line.js +1 -1
  9. package/components/digi-code-block.js +1 -1
  10. package/components/digi-code-example.js +8 -8
  11. package/components/digi-context-menu.js +2 -2
  12. package/components/digi-dialog.js +5 -5
  13. package/components/digi-expandable-faq-item.js +1 -1
  14. package/components/digi-footer.js +3 -3
  15. package/components/digi-form-category-filter.js +1 -1
  16. package/components/digi-form-checkbox.js +1 -1
  17. package/components/digi-form-error-list.js +5 -5
  18. package/components/digi-form-file-upload.js +1 -1
  19. package/components/digi-form-filter.js +3 -3
  20. package/components/digi-form-input-search.js +1 -1
  21. package/components/digi-form-receipt.js +3 -3
  22. package/components/digi-form-select-filter.js +5 -5
  23. package/components/digi-form-select.js +1 -1
  24. package/components/digi-header-avatar.js +1 -1
  25. package/components/digi-header-navigation.js +4 -4
  26. package/components/digi-header.js +7 -7
  27. package/components/digi-info-card-multi.js +1 -1
  28. package/components/digi-info-card.js +2 -2
  29. package/components/digi-link-button.js +1 -1
  30. package/components/digi-link-internal.js +1 -1
  31. package/components/digi-navigation-pagination.js +4 -4
  32. package/components/digi-navigation-sidebar-button.js +1 -1
  33. package/components/digi-navigation-sidebar.js +1 -1
  34. package/components/digi-navigation-vertical-menu-item.js +1 -1
  35. package/components/digi-notification-alert.js +1 -1
  36. package/components/digi-notification-error-page.js +3 -3
  37. package/components/digi-progress-circle.js +12 -10
  38. package/components/digi-progress-indicator.js +8 -6
  39. package/components/digi-progress-list-item.js +1 -1
  40. package/components/digi-quote.js +1 -1
  41. package/components/digi-tag.js +1 -1
  42. package/components/digi-title-logo.js +3 -3
  43. package/components/digi-tools-feedback.js +5 -5
  44. package/components/digi-tools-theme-provider.js +5 -18
  45. package/components/index.js +3 -3
  46. package/components/{p-90f7d507.js → p-36826879.js} +5 -5
  47. package/components/p-4bad4fb0.js +7 -0
  48. package/components/p-70fad0ea.js +165 -0
  49. package/components/{p-0207ebef.js → p-9df35672.js} +1 -1
  50. package/components/{p-8562da9d.js → p-a1255d30.js} +4 -4
  51. package/components/p-ab07faba.js +66 -0
  52. package/components/{p-9dd5d6c8.js → p-d0f35bd6.js} +11 -1
  53. package/components/{p-99793659.js → p-dbb0665a.js} +2 -2
  54. package/components/{p-b94458ed.js → p-e2a68e2b.js} +1 -1
  55. package/components/p-f84f590e.js +177 -0
  56. package/components/p-fe63f0b9.js +17 -0
  57. package/custom-elements.json +8 -4
  58. package/dist/cjs/button-size.enum-1fd86b9e.js +7 -0
  59. package/dist/cjs/button-type.enum-406723db.js +8 -0
  60. package/dist/cjs/{code-example-variation.enum-1611825e.js → code-example-variation.enum-c6557727.js} +0 -6
  61. package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
  62. package/dist/cjs/digi-badge-status.cjs.entry.js +1 -1
  63. package/dist/cjs/digi-button.cjs.entry.js +130 -0
  64. package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +2605 -0
  65. package/dist/cjs/digi-calendar-week-view.cjs.entry.js +51 -50
  66. package/dist/cjs/digi-calendar_2.cjs.entry.js +464 -0
  67. package/dist/cjs/{digi-code-block_2.cjs.entry.js → digi-code-block_3.cjs.entry.js} +140 -5
  68. package/dist/cjs/digi-code-example.cjs.entry.js +9 -8
  69. package/dist/cjs/digi-context-menu.cjs.entry.js +240 -0
  70. package/dist/cjs/digi-dialog.cjs.entry.js +26 -6
  71. package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +97 -0
  72. package/dist/cjs/digi-footer-card.cjs.entry.js +29 -0
  73. package/dist/cjs/digi-footer.cjs.entry.js +78 -0
  74. package/dist/cjs/digi-form-category-filter.cjs.entry.js +121 -0
  75. package/dist/cjs/digi-form-checkbox.cjs.entry.js +139 -0
  76. package/dist/cjs/digi-form-error-list.cjs.entry.js +24 -4
  77. package/dist/cjs/digi-form-file-upload.cjs.entry.js +602 -0
  78. package/dist/cjs/digi-form-filter.cjs.entry.js +248 -0
  79. package/dist/cjs/digi-form-input-search.cjs.entry.js +8 -6
  80. package/dist/cjs/digi-form-input.cjs.entry.js +194 -0
  81. package/dist/cjs/digi-form-label_3.cjs.entry.js +129 -0
  82. package/dist/cjs/digi-form-receipt.cjs.entry.js +24 -4
  83. package/dist/cjs/digi-form-select-filter.cjs.entry.js +605 -0
  84. package/dist/cjs/digi-form-select_2.cjs.entry.js +186 -0
  85. package/dist/cjs/digi-header-avatar.cjs.entry.js +114 -0
  86. package/dist/cjs/digi-header-navigation-item.cjs.entry.js +27 -0
  87. package/dist/cjs/digi-header-navigation.cjs.entry.js +232 -0
  88. package/dist/cjs/digi-header-notification.cjs.entry.js +23 -0
  89. package/dist/cjs/digi-header.cjs.entry.js +119 -0
  90. package/dist/cjs/digi-icon-accessibility-universal.cjs.entry.js +30 -0
  91. package/dist/cjs/digi-icon-bars.cjs.entry.js +30 -0
  92. package/dist/cjs/digi-icon-bell-filled.cjs.entry.js +30 -0
  93. package/dist/cjs/digi-icon-check-circle-solid_4.cjs.entry.js +99 -0
  94. package/dist/cjs/digi-icon-check_6.cjs.entry.js +340 -0
  95. package/dist/cjs/digi-icon-chevron-down.cjs.entry.js +30 -0
  96. package/dist/cjs/digi-icon-chevron-left_2.cjs.entry.js +53 -0
  97. package/dist/cjs/digi-icon-copy.cjs.entry.js +30 -0
  98. package/dist/cjs/digi-icon-envelope.cjs.entry.js +30 -0
  99. package/dist/cjs/digi-icon-external-link-alt_2.cjs.entry.js +60 -0
  100. package/dist/cjs/digi-icon-globe.cjs.entry.js +30 -0
  101. package/dist/cjs/digi-icon-list-ul_6.cjs.entry.js +145 -0
  102. package/dist/cjs/digi-icon-minus_2.cjs.entry.js +53 -0
  103. package/dist/cjs/digi-icon-notification-error_4.cjs.entry.js +99 -0
  104. package/dist/cjs/digi-icon-sign.cjs.entry.js +30 -0
  105. package/dist/cjs/digi-icon-spinner.cjs.entry.js +31 -0
  106. package/dist/cjs/digi-icon-x.cjs.entry.js +30 -0
  107. package/dist/cjs/digi-info-card-multi-container.cjs.entry.js +22 -0
  108. package/dist/cjs/digi-info-card-multi.cjs.entry.js +58 -0
  109. package/dist/cjs/digi-info-card.cjs.entry.js +79 -0
  110. package/dist/cjs/digi-layout-block_2.cjs.entry.js +92 -0
  111. package/dist/cjs/digi-layout-columns.cjs.entry.js +33 -0
  112. package/dist/cjs/digi-link-button.cjs.entry.js +66 -0
  113. package/dist/cjs/digi-link-internal.cjs.entry.js +37 -0
  114. package/dist/cjs/digi-link.cjs.entry.js +75 -0
  115. package/dist/cjs/digi-logo.cjs.entry.js +49 -0
  116. package/dist/cjs/digi-media-image_2.cjs.entry.js +167 -0
  117. package/dist/cjs/digi-navigation-pagination.cjs.entry.js +24 -4
  118. package/dist/cjs/digi-navigation-sidebar-button.cjs.entry.js +30 -0
  119. package/dist/cjs/digi-navigation-vertical-menu-item.cjs.entry.js +150 -0
  120. package/dist/cjs/digi-navigation-vertical-menu.cjs.entry.js +177 -0
  121. package/dist/cjs/digi-notification-alert.cjs.entry.js +116 -0
  122. package/dist/cjs/digi-notification-error-page.cjs.entry.js +24 -4
  123. package/dist/cjs/digi-progress-list-item.cjs.entry.js +1 -1
  124. package/dist/cjs/digi-quote.cjs.entry.js +1 -1
  125. package/dist/cjs/digi-tag-media.cjs.entry.js +47 -0
  126. package/dist/cjs/digi-title-logo.cjs.entry.js +137 -0
  127. package/dist/cjs/digi-tools-feedback.cjs.entry.js +27 -7
  128. package/dist/cjs/digi-tools-theme-provider.cjs.entry.js +28 -0
  129. package/dist/cjs/digi-typography-heading-jumbo.cjs.entry.js +38 -0
  130. package/dist/cjs/digi-typography-preamble.cjs.entry.js +20 -0
  131. package/dist/cjs/digi-typography.cjs.entry.js +26 -0
  132. package/dist/cjs/digi-util-breakpoint-observer.cjs.entry.js +48 -0
  133. package/dist/cjs/digi-util-keydown-handler.cjs.entry.js +83 -0
  134. package/dist/cjs/expandable-faq-item-variation.enum-89427195.js +18 -0
  135. package/dist/cjs/footer-card-variation.enum-99555edc.js +8 -0
  136. package/dist/cjs/form-checkbox-variation.enum-d2ca879e.js +19 -0
  137. package/dist/cjs/form-file-upload-variation.enum-634cfae8.js +24 -0
  138. package/dist/cjs/form-input-search-variation.enum-c50239bc.js +8 -0
  139. package/dist/cjs/{form-input-type.enum-1fb2180a.js → form-input-type.enum-9c8ee12a.js} +0 -14
  140. package/dist/cjs/form-input-variation.enum-c750520c.js +29 -0
  141. package/dist/cjs/form-select-variation.enum-528c1bf0.js +16 -0
  142. package/dist/cjs/form-validation-message-variation.enum-855ae0be.js +8 -0
  143. package/dist/cjs/index-7a477838.js +236 -8
  144. package/dist/cjs/{index-acb7b350.js → index-ac8e01b4.js} +19 -189
  145. package/dist/cjs/index-cad91a90.js +66 -0
  146. package/dist/cjs/index-e8333bcc.js +174 -0
  147. package/dist/cjs/index.cjs.js +223 -197
  148. package/dist/cjs/info-card-multi-type.enum-14746572.js +8 -0
  149. package/dist/cjs/info-card-variation.enum-64cef637.js +24 -0
  150. package/dist/cjs/layout-columns-variation.enum-65675649.js +23 -0
  151. package/dist/cjs/layout-container-max-width.enum-7e637f44.js +21 -0
  152. package/dist/cjs/link-button-variation.enum-137785e3.js +9 -0
  153. package/dist/cjs/loader.cjs.js +1 -1
  154. package/dist/cjs/logo-color.enum-76f6c506.js +7 -0
  155. package/dist/cjs/navigation-vertical-menu-variation.enum-c237edd3.js +13 -0
  156. package/dist/cjs/progress-indicator-heading-level.enum-13c38ed0.js +39 -0
  157. package/dist/cjs/tag-media-icon.enum-372563c5.js +11 -0
  158. package/dist/cjs/tools-theme-provider.brand.enum-bc855272.js +7 -0
  159. package/dist/cjs/typography-heading-jumbo-variation.enum-8677e099.js +17 -0
  160. package/dist/cjs/typography-variation.enum-50512a4e.js +238 -0
  161. package/dist/collection/components/_badge/badge-status/badge-status.css +2 -2
  162. package/dist/collection/components/_button/button/button.css +14 -14
  163. package/dist/collection/components/_calendar/calendar/calendar.css +3 -8
  164. package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +107 -427
  165. package/dist/collection/components/_code/code-example/code-example.css +0 -6
  166. package/dist/collection/components/_code/code-example/code-example.js +5 -4
  167. package/dist/collection/components/_dialog/dialog/dialog.css +1 -1
  168. package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.css +2 -2
  169. package/dist/collection/components/_form/form-checkbox/form-checkbox.css +106 -426
  170. package/dist/collection/components/_form/form-file-upload/form-file-upload.css +5 -6
  171. package/dist/collection/components/_form/form-filter/form-filter.css +2 -2
  172. package/dist/collection/components/_form/form-select/form-select.css +2 -2
  173. package/dist/collection/components/_form/form-select-filter/form-select-filter.css +3 -3
  174. package/dist/collection/components/_header/header/header.js +2 -2
  175. package/dist/collection/components/_header/header-avatar/header-avatar.css +105 -425
  176. package/dist/collection/components/_info-card/info-card/info-card.css +2 -2
  177. package/dist/collection/components/_info-card/info-card-multi/info-card-multi.css +1 -1
  178. package/dist/collection/components/_link/link-button/link-button.css +3 -3
  179. package/dist/collection/components/_link/link-internal/link-internal.css +105 -425
  180. package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.css +2 -3
  181. package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.css +3 -3
  182. package/dist/collection/components/_notification/notification-alert/notification-alert.css +1 -1
  183. package/dist/collection/components/_progress/progress-circle/progress-circle-heading-level.enum.js +9 -0
  184. package/dist/collection/components/_progress/progress-circle/progress-circle.js +41 -9
  185. package/dist/collection/components/_progress/progress-indicator/progress-indicator-heading-level.enum.js +9 -0
  186. package/dist/collection/components/_progress/progress-indicator/progress-indicator.css +4 -5
  187. package/dist/collection/components/_progress/progress-indicator/progress-indicator.js +36 -4
  188. package/dist/collection/components/_progress/progress-list-item/progress-list-item.css +2 -2
  189. package/dist/collection/components/_quote/quote/quote.css +2 -2
  190. package/dist/collection/components/_tools/tools-feedback/tools-feedback.css +1 -1
  191. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.css +2 -166
  192. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.js +2 -43
  193. package/dist/collection/design-tokens/components/_badge-status.variables.scss +1 -1
  194. package/dist/collection/design-tokens/components/_button.variables.scss +14 -14
  195. package/dist/collection/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
  196. package/dist/collection/design-tokens/components/_calendar.variables.scss +3 -4
  197. package/dist/collection/design-tokens/components/_dialog.variables.scss +1 -1
  198. package/dist/collection/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
  199. package/dist/collection/design-tokens/components/_form-checkbox.variables.scss +1 -1
  200. package/dist/collection/design-tokens/components/_form-file-upload.variables.scss +0 -2
  201. package/dist/collection/design-tokens/components/_form-filter.variables.scss +2 -2
  202. package/dist/collection/design-tokens/components/_form-select-filter.variables.scss +3 -3
  203. package/dist/collection/design-tokens/components/_form-select.variables.scss +2 -2
  204. package/dist/collection/design-tokens/components/_info-card-multi.variables.scss +1 -1
  205. package/dist/collection/design-tokens/components/_info-card.variables.scss +2 -2
  206. package/dist/collection/design-tokens/components/_link-button.variables.scss +3 -3
  207. package/dist/collection/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
  208. package/dist/collection/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
  209. package/dist/collection/design-tokens/components/_notification-alert.variables.scss +1 -1
  210. package/dist/collection/design-tokens/components/_progress-indicator.variables.scss +1 -1
  211. package/dist/collection/design-tokens/components/_quote.variables.scss +2 -2
  212. package/dist/collection/design-tokens/components/_tools-feedback.variables.scss +1 -1
  213. package/dist/collection/enums.js +2 -1
  214. package/dist/collection/styles/src/_alias.mixin.scss +105 -252
  215. package/dist/collection/styles/src/themes/_brand-af18.mixin.scss +0 -19
  216. package/dist/collection/styles/src/themes/_brand-af25.mixin.scss +0 -144
  217. package/dist/collection/styles/src/themes/_brand-common.mixin.scss +0 -7
  218. package/dist/collection/styles/src/tokens-documentation/web-AF25.json +132 -442
  219. package/dist/digi-arbetsformedlingen/design-tokens/components/_badge-status.variables.scss +1 -1
  220. package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +14 -14
  221. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
  222. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar.variables.scss +3 -4
  223. package/dist/digi-arbetsformedlingen/design-tokens/components/_dialog.variables.scss +1 -1
  224. package/dist/digi-arbetsformedlingen/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
  225. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-checkbox.variables.scss +1 -1
  226. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-file-upload.variables.scss +0 -2
  227. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-filter.variables.scss +2 -2
  228. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +3 -3
  229. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select.variables.scss +2 -2
  230. package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card-multi.variables.scss +1 -1
  231. package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card.variables.scss +2 -2
  232. package/dist/digi-arbetsformedlingen/design-tokens/components/_link-button.variables.scss +3 -3
  233. package/dist/digi-arbetsformedlingen/design-tokens/components/_logo.variables.scss +2 -0
  234. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
  235. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
  236. package/dist/digi-arbetsformedlingen/design-tokens/components/_notification-alert.variables.scss +1 -1
  237. package/dist/digi-arbetsformedlingen/design-tokens/components/_progress-indicator.variables.scss +1 -1
  238. package/dist/digi-arbetsformedlingen/design-tokens/components/_quote.variables.scss +2 -2
  239. package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-feedback.variables.scss +1 -1
  240. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.css +1 -1
  241. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.esm.js +1 -1
  242. package/dist/digi-arbetsformedlingen/index.esm.js +1 -1
  243. package/dist/digi-arbetsformedlingen/p-02854c3f.entry.js +1 -0
  244. package/dist/digi-arbetsformedlingen/p-04033c3a.entry.js +1 -0
  245. package/dist/digi-arbetsformedlingen/p-045a1bd6.entry.js +1 -0
  246. package/dist/digi-arbetsformedlingen/p-07303cb5.js +1 -0
  247. package/dist/digi-arbetsformedlingen/p-0b2e2c33.entry.js +1 -0
  248. package/dist/digi-arbetsformedlingen/p-0ef5ec06.entry.js +1 -0
  249. package/dist/digi-arbetsformedlingen/p-0f6c0360.js +1 -0
  250. package/dist/digi-arbetsformedlingen/p-0fbe6e50.entry.js +1 -0
  251. package/dist/digi-arbetsformedlingen/p-10261517.entry.js +1 -0
  252. package/dist/digi-arbetsformedlingen/p-111fb07d.entry.js +1 -0
  253. package/dist/digi-arbetsformedlingen/p-1486034d.entry.js +1 -0
  254. package/dist/digi-arbetsformedlingen/p-197903bf.entry.js +1 -0
  255. package/dist/digi-arbetsformedlingen/p-1f3345e9.js +1 -0
  256. package/dist/digi-arbetsformedlingen/p-1f956af8.js +1 -0
  257. package/dist/digi-arbetsformedlingen/p-21b5747f.entry.js +1 -0
  258. package/dist/digi-arbetsformedlingen/p-2295239c.entry.js +1 -0
  259. package/dist/digi-arbetsformedlingen/p-2788683e.entry.js +1 -0
  260. package/dist/digi-arbetsformedlingen/p-2a023831.js +1 -0
  261. package/dist/digi-arbetsformedlingen/p-2b134ff1.entry.js +1 -0
  262. package/dist/digi-arbetsformedlingen/p-2c685e4f.entry.js +1 -0
  263. package/dist/digi-arbetsformedlingen/p-300aa9ef.js +1 -0
  264. package/dist/digi-arbetsformedlingen/p-30dc159d.entry.js +1 -0
  265. package/dist/digi-arbetsformedlingen/p-366e18f4.entry.js +1 -0
  266. package/dist/digi-arbetsformedlingen/p-398d0f60.entry.js +1 -0
  267. package/dist/digi-arbetsformedlingen/p-3b20ec86.js +1 -0
  268. package/dist/digi-arbetsformedlingen/p-3efa2f0b.entry.js +1 -0
  269. package/dist/digi-arbetsformedlingen/p-3f9dfdb0.entry.js +1 -0
  270. package/dist/digi-arbetsformedlingen/p-408e9b2a.entry.js +1 -0
  271. package/dist/digi-arbetsformedlingen/p-416992c0.entry.js +1 -0
  272. package/dist/digi-arbetsformedlingen/p-44c75bab.entry.js +1 -0
  273. package/dist/digi-arbetsformedlingen/p-4b8cae8a.entry.js +1 -0
  274. package/dist/digi-arbetsformedlingen/p-4bad4fb0.js +1 -0
  275. package/dist/digi-arbetsformedlingen/p-4e9f2f05.entry.js +1 -0
  276. package/dist/digi-arbetsformedlingen/p-55bcba7c.entry.js +1 -0
  277. package/dist/digi-arbetsformedlingen/p-55d02ef7.entry.js +1 -0
  278. package/dist/digi-arbetsformedlingen/p-5a602122.js +1 -0
  279. package/dist/digi-arbetsformedlingen/p-5f20045a.entry.js +1 -0
  280. package/dist/digi-arbetsformedlingen/p-5f4ece29.entry.js +1 -0
  281. package/dist/digi-arbetsformedlingen/p-60916953.entry.js +1 -0
  282. package/dist/digi-arbetsformedlingen/p-69922ec2.entry.js +1 -0
  283. package/dist/digi-arbetsformedlingen/p-69aeb038.entry.js +1 -0
  284. package/dist/digi-arbetsformedlingen/p-6abd8d58.entry.js +1 -0
  285. package/dist/digi-arbetsformedlingen/p-6bd37def.entry.js +1 -0
  286. package/dist/digi-arbetsformedlingen/p-6fb0f1a4.entry.js +1 -0
  287. package/dist/digi-arbetsformedlingen/p-70da2307.entry.js +1 -0
  288. package/dist/digi-arbetsformedlingen/p-7933b555.js +1 -0
  289. package/dist/digi-arbetsformedlingen/p-7aacd45f.js +1 -0
  290. package/dist/digi-arbetsformedlingen/p-7e77bbe7.entry.js +1 -0
  291. package/dist/digi-arbetsformedlingen/p-7e85c9e3.entry.js +1 -0
  292. package/dist/digi-arbetsformedlingen/p-7ed49934.entry.js +1 -0
  293. package/dist/digi-arbetsformedlingen/p-8142cc73.js +1 -0
  294. package/dist/digi-arbetsformedlingen/p-814ca2ad.js +1 -0
  295. package/dist/digi-arbetsformedlingen/p-820e795b.js +1 -0
  296. package/dist/digi-arbetsformedlingen/p-82611050.entry.js +1 -0
  297. package/dist/digi-arbetsformedlingen/p-83643aa3.entry.js +1 -0
  298. package/dist/digi-arbetsformedlingen/p-84bff8ef.entry.js +1 -0
  299. package/dist/digi-arbetsformedlingen/p-8713df13.entry.js +1 -0
  300. package/dist/digi-arbetsformedlingen/p-88b4d03a.js +1 -0
  301. package/dist/digi-arbetsformedlingen/p-89ef4ec1.entry.js +1 -0
  302. package/dist/digi-arbetsformedlingen/p-8ef41ad9.entry.js +1 -0
  303. package/dist/digi-arbetsformedlingen/p-8fa50755.entry.js +1 -0
  304. package/dist/digi-arbetsformedlingen/p-905ccb30.js +1 -0
  305. package/dist/digi-arbetsformedlingen/p-915b2a14.entry.js +1 -0
  306. package/dist/digi-arbetsformedlingen/p-931057a8.entry.js +1 -0
  307. package/dist/digi-arbetsformedlingen/p-9dd41cc4.js +1 -0
  308. package/dist/digi-arbetsformedlingen/p-9e13d85b.js +1 -0
  309. package/dist/digi-arbetsformedlingen/p-9f47d4b7.entry.js +1 -0
  310. package/dist/digi-arbetsformedlingen/p-a2008b0a.entry.js +1 -0
  311. package/dist/digi-arbetsformedlingen/p-a48de93b.entry.js +1 -0
  312. package/dist/digi-arbetsformedlingen/p-a969ba67.entry.js +1 -0
  313. package/dist/digi-arbetsformedlingen/p-af72f16f.entry.js +1 -0
  314. package/dist/digi-arbetsformedlingen/p-b3d93b8b.entry.js +1 -0
  315. package/dist/digi-arbetsformedlingen/p-bc3d2778.js +1 -0
  316. package/dist/digi-arbetsformedlingen/p-bf80a488.entry.js +1 -0
  317. package/dist/digi-arbetsformedlingen/p-c04ae2fc.entry.js +1 -0
  318. package/dist/digi-arbetsformedlingen/p-c06930c2.entry.js +1 -0
  319. package/dist/digi-arbetsformedlingen/{p-03b818fc.entry.js → p-c1fd535b.entry.js} +1 -1
  320. package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +1 -0
  321. package/dist/digi-arbetsformedlingen/p-c604694f.entry.js +1 -0
  322. package/dist/digi-arbetsformedlingen/p-c7949525.js +1 -0
  323. package/dist/digi-arbetsformedlingen/p-c7a512ee.entry.js +1 -0
  324. package/dist/digi-arbetsformedlingen/p-c7d079d0.entry.js +1 -0
  325. package/dist/digi-arbetsformedlingen/p-cb74e4f3.entry.js +1 -0
  326. package/dist/digi-arbetsformedlingen/p-cdf86efc.js +1 -0
  327. package/dist/digi-arbetsformedlingen/p-d182d8bb.entry.js +1 -0
  328. package/dist/digi-arbetsformedlingen/p-d1886fff.js +1 -0
  329. package/dist/digi-arbetsformedlingen/p-e23d905e.entry.js +1 -0
  330. package/dist/digi-arbetsformedlingen/p-ecc2e481.entry.js +1 -0
  331. package/dist/digi-arbetsformedlingen/p-ee4cb21a.js +1 -0
  332. package/dist/digi-arbetsformedlingen/p-ee88e3f1.js +1 -0
  333. package/dist/digi-arbetsformedlingen/p-ee9589e6.js +1 -0
  334. package/dist/digi-arbetsformedlingen/p-f2e16531.entry.js +1 -0
  335. package/dist/digi-arbetsformedlingen/p-f40f4b2a.js +1 -0
  336. package/dist/digi-arbetsformedlingen/p-f447b984.js +1 -0
  337. package/dist/digi-arbetsformedlingen/p-f4edca16.entry.js +1 -0
  338. package/dist/digi-arbetsformedlingen/p-f5bcd77b.entry.js +1 -0
  339. package/dist/digi-arbetsformedlingen/p-f87c0b45.entry.js +1 -0
  340. package/dist/digi-arbetsformedlingen/p-fb9b3544.entry.js +1 -0
  341. package/dist/digi-arbetsformedlingen/p-fdca581c.entry.js +1 -0
  342. package/dist/digi-arbetsformedlingen/styles/src/_alias.mixin.scss +105 -252
  343. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af18.mixin.scss +0 -19
  344. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af25.mixin.scss +0 -144
  345. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-common.mixin.scss +0 -7
  346. package/dist/digi-arbetsformedlingen/styles/src/tokens-documentation/web-AF25.json +132 -442
  347. package/dist/esm/button-size.enum-d5ff6ff3.js +7 -0
  348. package/dist/esm/button-type.enum-5250ae0b.js +8 -0
  349. package/dist/esm/{code-example-variation.enum-e656d235.js → code-example-variation.enum-e9f9fced.js} +1 -7
  350. package/dist/esm/digi-arbetsformedlingen.js +1 -1
  351. package/dist/esm/digi-badge-status.entry.js +1 -1
  352. package/dist/esm/digi-button.entry.js +126 -0
  353. package/dist/esm/digi-calendar-datepicker.entry.js +2601 -0
  354. package/dist/esm/digi-calendar-week-view.entry.js +2 -1
  355. package/dist/esm/digi-calendar_2.entry.js +459 -0
  356. package/dist/esm/{digi-code-block_2.entry.js → digi-code-block_3.entry.js} +140 -6
  357. package/dist/esm/digi-code-example.entry.js +7 -6
  358. package/dist/esm/digi-context-menu.entry.js +236 -0
  359. package/dist/esm/digi-dialog.entry.js +25 -5
  360. package/dist/esm/digi-expandable-faq-item.entry.js +93 -0
  361. package/dist/esm/digi-footer-card.entry.js +25 -0
  362. package/dist/esm/digi-footer.entry.js +74 -0
  363. package/dist/esm/digi-form-category-filter.entry.js +117 -0
  364. package/dist/esm/digi-form-checkbox.entry.js +135 -0
  365. package/dist/esm/digi-form-error-list.entry.js +24 -4
  366. package/dist/esm/digi-form-file-upload.entry.js +598 -0
  367. package/dist/esm/digi-form-filter.entry.js +244 -0
  368. package/dist/esm/digi-form-input-search.entry.js +3 -1
  369. package/dist/esm/digi-form-input.entry.js +190 -0
  370. package/dist/esm/digi-form-label_3.entry.js +123 -0
  371. package/dist/esm/digi-form-receipt.entry.js +24 -4
  372. package/dist/esm/digi-form-select-filter.entry.js +601 -0
  373. package/dist/esm/digi-form-select_2.entry.js +181 -0
  374. package/dist/esm/digi-header-avatar.entry.js +110 -0
  375. package/dist/esm/digi-header-navigation-item.entry.js +23 -0
  376. package/dist/esm/digi-header-navigation.entry.js +228 -0
  377. package/dist/esm/digi-header-notification.entry.js +19 -0
  378. package/dist/esm/digi-header.entry.js +115 -0
  379. package/dist/esm/digi-icon-accessibility-universal.entry.js +26 -0
  380. package/dist/esm/digi-icon-bars.entry.js +26 -0
  381. package/dist/esm/digi-icon-bell-filled.entry.js +26 -0
  382. package/dist/esm/digi-icon-check-circle-solid_4.entry.js +92 -0
  383. package/dist/esm/digi-icon-check_6.entry.js +331 -0
  384. package/dist/esm/digi-icon-chevron-down.entry.js +26 -0
  385. package/dist/esm/digi-icon-chevron-left_2.entry.js +48 -0
  386. package/dist/esm/digi-icon-copy.entry.js +26 -0
  387. package/dist/esm/digi-icon-envelope.entry.js +26 -0
  388. package/dist/esm/digi-icon-external-link-alt_2.entry.js +55 -0
  389. package/dist/esm/digi-icon-globe.entry.js +26 -0
  390. package/dist/esm/digi-icon-list-ul_6.entry.js +136 -0
  391. package/dist/esm/digi-icon-minus_2.entry.js +48 -0
  392. package/dist/esm/digi-icon-notification-error_4.entry.js +92 -0
  393. package/dist/esm/digi-icon-sign.entry.js +26 -0
  394. package/dist/esm/digi-icon-spinner.entry.js +27 -0
  395. package/dist/esm/digi-icon-x.entry.js +26 -0
  396. package/dist/esm/digi-info-card-multi-container.entry.js +18 -0
  397. package/dist/esm/digi-info-card-multi.entry.js +54 -0
  398. package/dist/esm/digi-info-card.entry.js +75 -0
  399. package/dist/esm/digi-layout-block_2.entry.js +87 -0
  400. package/dist/esm/digi-layout-columns.entry.js +29 -0
  401. package/dist/esm/digi-link-button.entry.js +62 -0
  402. package/dist/esm/digi-link-internal.entry.js +33 -0
  403. package/dist/esm/digi-link.entry.js +71 -0
  404. package/dist/esm/digi-logo.entry.js +45 -0
  405. package/dist/esm/digi-media-image_2.entry.js +162 -0
  406. package/dist/esm/digi-navigation-pagination.entry.js +24 -4
  407. package/dist/esm/digi-navigation-sidebar-button.entry.js +26 -0
  408. package/dist/esm/digi-navigation-vertical-menu-item.entry.js +146 -0
  409. package/dist/esm/digi-navigation-vertical-menu.entry.js +173 -0
  410. package/dist/esm/digi-notification-alert.entry.js +112 -0
  411. package/dist/esm/digi-notification-error-page.entry.js +24 -4
  412. package/dist/esm/digi-progress-list-item.entry.js +1 -1
  413. package/dist/esm/digi-quote.entry.js +1 -1
  414. package/dist/esm/digi-tag-media.entry.js +43 -0
  415. package/dist/esm/digi-title-logo.entry.js +133 -0
  416. package/dist/esm/digi-tools-feedback.entry.js +25 -5
  417. package/dist/esm/digi-tools-theme-provider.entry.js +24 -0
  418. package/dist/esm/digi-typography-heading-jumbo.entry.js +34 -0
  419. package/dist/esm/digi-typography-preamble.entry.js +16 -0
  420. package/dist/esm/digi-typography.entry.js +22 -0
  421. package/dist/esm/digi-util-breakpoint-observer.entry.js +44 -0
  422. package/dist/esm/digi-util-keydown-handler.entry.js +79 -0
  423. package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.js +18 -0
  424. package/dist/esm/footer-card-variation.enum-cc732148.js +8 -0
  425. package/dist/esm/form-checkbox-variation.enum-83e906fc.js +19 -0
  426. package/dist/esm/form-file-upload-variation.enum-9c49ec5e.js +24 -0
  427. package/dist/esm/form-input-search-variation.enum-f9d669f2.js +8 -0
  428. package/dist/esm/{form-input-type.enum-a6bba983.js → form-input-type.enum-3da3db27.js} +1 -15
  429. package/dist/esm/form-input-variation.enum-64d9450f.js +29 -0
  430. package/dist/esm/form-select-variation.enum-f2f6098d.js +16 -0
  431. package/dist/esm/form-validation-message-variation.enum-bcef8a9d.js +8 -0
  432. package/dist/esm/index-148a7577.js +236 -8
  433. package/dist/esm/{index-dc6b83f7.js → index-2fce392f.js} +3 -170
  434. package/dist/esm/index-5b6c95c6.js +63 -0
  435. package/dist/esm/index-8685f88d.js +170 -0
  436. package/dist/esm/index.js +24 -4
  437. package/dist/esm/info-card-multi-type.enum-07ee124f.js +8 -0
  438. package/dist/esm/info-card-variation.enum-2ccc52c1.js +24 -0
  439. package/dist/esm/layout-columns-variation.enum-34f7754e.js +23 -0
  440. package/dist/esm/layout-container-max-width.enum-c40018ac.js +21 -0
  441. package/dist/esm/link-button-variation.enum-84d4976f.js +9 -0
  442. package/dist/esm/loader.js +1 -1
  443. package/dist/esm/logo-color.enum-8593dca6.js +7 -0
  444. package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +13 -0
  445. package/dist/esm/progress-indicator-heading-level.enum-ace13afe.js +39 -0
  446. package/dist/esm/tag-media-icon.enum-fefa191c.js +11 -0
  447. package/dist/esm/tools-theme-provider.brand.enum-8c5a98c9.js +7 -0
  448. package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +17 -0
  449. package/dist/esm/typography-variation.enum-8c3ff25c.js +238 -0
  450. package/dist/types/components/_progress/progress-circle/progress-circle-heading-level.enum.d.ts +8 -0
  451. package/dist/types/components/_progress/progress-circle/progress-circle.d.ts +7 -0
  452. package/dist/types/components/_progress/progress-indicator/progress-indicator-heading-level.enum.d.ts +8 -0
  453. package/dist/types/components/_progress/progress-indicator/progress-indicator.d.ts +7 -0
  454. package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.d.ts +0 -9
  455. package/dist/types/components.d.ts +32 -12
  456. package/dist/types/enums.d.ts +2 -1
  457. package/hydrate/index.js +73 -66
  458. package/hydrate/index.mjs +73 -66
  459. package/package.json +1 -1
  460. package/components/p-24e68936.js +0 -165
  461. package/components/p-a162b186.js +0 -177
  462. package/components/p-be4fd246.js +0 -7
  463. package/components/p-d516f6af.js +0 -66
  464. package/components/p-d7ef9cb1.js +0 -13
  465. package/dist/cjs/digi-button_84.cjs.entry.js +0 -8458
  466. package/dist/cjs/digi-progress-circle.cjs.entry.js +0 -84
  467. package/dist/cjs/progress-circle-role.enum-b7fdcf0c.js +0 -7
  468. package/dist/cjs/typography-variation.enum-ad1b2403.js +0 -501
  469. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.js +0 -5
  470. package/dist/digi-arbetsformedlingen/p-06704534.entry.js +0 -1
  471. package/dist/digi-arbetsformedlingen/p-160165b9.entry.js +0 -1
  472. package/dist/digi-arbetsformedlingen/p-1efcad5b.entry.js +0 -1
  473. package/dist/digi-arbetsformedlingen/p-3ae13b8a.entry.js +0 -1
  474. package/dist/digi-arbetsformedlingen/p-47ab0b39.entry.js +0 -1
  475. package/dist/digi-arbetsformedlingen/p-501f9b16.entry.js +0 -1
  476. package/dist/digi-arbetsformedlingen/p-53880b04.entry.js +0 -1
  477. package/dist/digi-arbetsformedlingen/p-53d9556b.js +0 -1
  478. package/dist/digi-arbetsformedlingen/p-72ef7f99.entry.js +0 -1
  479. package/dist/digi-arbetsformedlingen/p-80500b2d.entry.js +0 -1
  480. package/dist/digi-arbetsformedlingen/p-8d055a17.js +0 -1
  481. package/dist/digi-arbetsformedlingen/p-a105d9fe.js +0 -1
  482. package/dist/digi-arbetsformedlingen/p-a2fb7d64.entry.js +0 -1
  483. package/dist/digi-arbetsformedlingen/p-be4fd246.js +0 -1
  484. package/dist/digi-arbetsformedlingen/p-c59e5f69.entry.js +0 -1
  485. package/dist/digi-arbetsformedlingen/p-c64b4626.js +0 -1
  486. package/dist/digi-arbetsformedlingen/p-ca8d7464.entry.js +0 -1
  487. package/dist/digi-arbetsformedlingen/p-f4b540e3.entry.js +0 -1
  488. package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +0 -1
  489. package/dist/esm/digi-button_84.entry.js +0 -8371
  490. package/dist/esm/digi-progress-circle.entry.js +0 -80
  491. package/dist/esm/progress-circle-role.enum-7737a2c6.js +0 -7
  492. package/dist/esm/typography-variation.enum-7319240b.js +0 -501
  493. package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.d.ts +0 -4
@@ -3,33 +3,53 @@
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-ad1b2403.js');
6
+ const typographyVariation_enum = require('./typography-variation.enum-50512a4e.js');
7
7
  const badgeStatusVariation_enum = require('./badge-status-variation.enum-0a5adc21.js');
8
- const codeExampleVariation_enum = require('./code-example-variation.enum-1611825e.js');
9
- const formInputType_enum = require('./form-input-type.enum-1fb2180a.js');
8
+ const buttonSize_enum = require('./button-size.enum-1fd86b9e.js');
9
+ const buttonType_enum = require('./button-type.enum-406723db.js');
10
10
  const buttonVariation_enum = require('./button-variation.enum-bc521499.js');
11
11
  const calendarWeekViewHeadingLevel_enum = require('./calendar-week-view-heading-level.enum-fd0c841b.js');
12
12
  const barChartVariation_enum = require('./bar-chart-variation.enum-a4e866b6.js');
13
+ const codeExampleVariation_enum = require('./code-example-variation.enum-c6557727.js');
13
14
  const codeVariation_enum = require('./code-variation.enum-c4a4e6fd.js');
14
15
  const expandableAccordionHeaderLevel_enum = require('./expandable-accordion-header-level.enum-45483252.js');
16
+ const expandableFaqItemVariation_enum = require('./expandable-faq-item-variation.enum-89427195.js');
15
17
  const expandableFaqVariation_enum = require('./expandable-faq-variation.enum-af923f49.js');
18
+ const footerCardVariation_enum = require('./footer-card-variation.enum-99555edc.js');
19
+ const formCheckboxVariation_enum = require('./form-checkbox-variation.enum-d2ca879e.js');
20
+ const formFileUploadVariation_enum = require('./form-file-upload-variation.enum-634cfae8.js');
21
+ const formInputSearchVariation_enum = require('./form-input-search-variation.enum-c50239bc.js');
22
+ const formInputType_enum = require('./form-input-type.enum-9c8ee12a.js');
23
+ const formInputVariation_enum = require('./form-input-variation.enum-c750520c.js');
16
24
  const formRadiogroupValidation_enum = require('./form-radiogroup-validation.enum-03a17d4d.js');
25
+ const formSelectVariation_enum = require('./form-select-variation.enum-528c1bf0.js');
17
26
  const formTextareaVariation_enum = require('./form-textarea-variation.enum-9c90d40f.js');
27
+ const formValidationMessageVariation_enum = require('./form-validation-message-variation.enum-855ae0be.js');
28
+ const infoCardMultiType_enum = require('./info-card-multi-type.enum-14746572.js');
29
+ const infoCardVariation_enum = require('./info-card-variation.enum-64cef637.js');
30
+ const layoutContainerMaxWidth_enum = require('./layout-container-max-width.enum-7e637f44.js');
18
31
  const layoutBlockVariation_enum = require('./layout-block-variation.enum-f6102119.js');
32
+ const layoutColumnsVariation_enum = require('./layout-columns-variation.enum-65675649.js');
33
+ const linkButtonVariation_enum = require('./link-button-variation.enum-137785e3.js');
19
34
  const listType_enum = require('./list-type.enum-aea4d012.js');
20
35
  const loaderSkeletonVariation_enum = require('./loader-skeleton-variation.enum-d52ba55e.js');
21
36
  const loaderSpinnerSize_enum = require('./loader-spinner-size.enum-db2973f0.js');
37
+ const logoColor_enum = require('./logo-color.enum-76f6c506.js');
22
38
  const mediaFigureAlignment_enum = require('./media-figure-alignment.enum-3885aba5.js');
23
39
  const navigationSidebarVariation_enum = require('./navigation-sidebar-variation.enum-1c0c3064.js');
24
- const progressCircleRole_enum = require('./progress-circle-role.enum-b7fdcf0c.js');
40
+ const navigationVerticalMenuVariation_enum = require('./navigation-vertical-menu-variation.enum-c237edd3.js');
41
+ const progressIndicatorHeadingLevel_enum = require('./progress-indicator-heading-level.enum-13c38ed0.js');
25
42
  const progressListItemVariation_enum = require('./progress-list-item-variation.enum-90e4c874.js');
26
43
  const progressListVariation_enum = require('./progress-list-variation.enum-06d5ce27.js');
27
44
  const progressbarVariation_enum = require('./progressbar-variation.enum-aff9fa80.js');
28
45
  const quoteImageInnerPosition_enum = require('./quote-image-inner-position.enum-e64e7a6d.js');
29
46
  const tableVariation_enum = require('./table-variation.enum-25df2ad7.js');
47
+ const tagMediaIcon_enum = require('./tag-media-icon.enum-372563c5.js');
30
48
  const tagSize_enum = require('./tag-size.enum-387c516c.js');
31
49
  const toolsFeedbackBannerType_enum = require('./tools-feedback-banner-type.enum-de373ba0.js');
32
50
  const toolsFeedbackRatingVariation_enum = require('./tools-feedback-rating-variation.enum-2f71e84d.js');
51
+ const toolsThemeProvider_brand_enum = require('./tools-theme-provider.brand.enum-bc855272.js');
52
+ const typographyHeadingJumboVariation_enum = require('./typography-heading-jumbo-variation.enum-8677e099.js');
33
53
  const typographyMetaVariation_enum = require('./typography-meta-variation.enum-13ac3538.js');
34
54
  const typographyTimeVariation_enum = require('./typography-time-variation.enum-bce1d87e.js');
35
55
  const utilBreakpointObserverBreakpoints_enum = require('./util-breakpoint-observer-breakpoints.enum-e96d3a84.js');
@@ -93,54 +113,18 @@ Object.defineProperty(exports, 'ErrorPageStatusCodes', {
93
113
  return typographyVariation_enum.ErrorPageStatusCodes;
94
114
  }
95
115
  });
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
- });
108
116
  Object.defineProperty(exports, 'FeedbackVariation', {
109
117
  enumerable: true,
110
118
  get: function () {
111
119
  return typographyVariation_enum.FeedbackVariation;
112
120
  }
113
121
  });
114
- Object.defineProperty(exports, 'FooterCardVariation', {
115
- enumerable: true,
116
- get: function () {
117
- return typographyVariation_enum.FooterCardVariation;
118
- }
119
- });
120
122
  Object.defineProperty(exports, 'FooterVariation', {
121
123
  enumerable: true,
122
124
  get: function () {
123
125
  return typographyVariation_enum.FooterVariation;
124
126
  }
125
127
  });
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
- });
144
128
  Object.defineProperty(exports, 'FormErrorListHeadingLevel', {
145
129
  enumerable: true,
146
130
  get: function () {
@@ -153,42 +137,6 @@ Object.defineProperty(exports, 'FormFieldsetValidation', {
153
137
  return typographyVariation_enum.FormFieldsetValidation;
154
138
  }
155
139
  });
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
- });
174
- Object.defineProperty(exports, 'FormInputMode', {
175
- enumerable: true,
176
- get: function () {
177
- return typographyVariation_enum.FormInputMode;
178
- }
179
- });
180
- Object.defineProperty(exports, 'FormInputValidation', {
181
- enumerable: true,
182
- get: function () {
183
- return typographyVariation_enum.FormInputValidation;
184
- }
185
- });
186
- Object.defineProperty(exports, 'FormInputVariation', {
187
- enumerable: true,
188
- get: function () {
189
- return typographyVariation_enum.FormInputVariation;
190
- }
191
- });
192
140
  Object.defineProperty(exports, 'FormRadiobuttonLayout', {
193
141
  enumerable: true,
194
142
  get: function () {
@@ -231,364 +179,376 @@ Object.defineProperty(exports, 'FormSelectFilterValidation', {
231
179
  return typographyVariation_enum.FormSelectFilterValidation;
232
180
  }
233
181
  });
234
- Object.defineProperty(exports, 'FormSelectValidation', {
182
+ Object.defineProperty(exports, 'HeaderCenterContentWidth', {
235
183
  enumerable: true,
236
184
  get: function () {
237
- return typographyVariation_enum.FormSelectValidation;
185
+ return typographyVariation_enum.HeaderCenterContentWidth;
238
186
  }
239
187
  });
240
- Object.defineProperty(exports, 'FormSelectVariation', {
188
+ Object.defineProperty(exports, 'InfoCardHeadingLevel', {
241
189
  enumerable: true,
242
190
  get: function () {
243
- return typographyVariation_enum.FormSelectVariation;
191
+ return typographyVariation_enum.InfoCardHeadingLevel;
244
192
  }
245
193
  });
246
- Object.defineProperty(exports, 'FormValidationMessageVariation', {
194
+ Object.defineProperty(exports, 'InfoCardMultiContainerHeadingLevel', {
247
195
  enumerable: true,
248
196
  get: function () {
249
- return typographyVariation_enum.FormValidationMessageVariation;
197
+ return typographyVariation_enum.InfoCardMultiContainerHeadingLevel;
250
198
  }
251
199
  });
252
- Object.defineProperty(exports, 'HeaderCenterContentWidth', {
200
+ Object.defineProperty(exports, 'InfoCardMultiHeadingLevel', {
253
201
  enumerable: true,
254
202
  get: function () {
255
- return typographyVariation_enum.HeaderCenterContentWidth;
203
+ return typographyVariation_enum.InfoCardMultiHeadingLevel;
256
204
  }
257
205
  });
258
- Object.defineProperty(exports, 'InfoCardBorderPosition', {
206
+ Object.defineProperty(exports, 'InfoCardMultiVariation', {
259
207
  enumerable: true,
260
208
  get: function () {
261
- return typographyVariation_enum.InfoCardBorderPosition;
209
+ return typographyVariation_enum.InfoCardMultiVariation;
262
210
  }
263
211
  });
264
- Object.defineProperty(exports, 'InfoCardHeadingLevel', {
212
+ Object.defineProperty(exports, 'NotificationAlertHeadingLevel', {
265
213
  enumerable: true,
266
214
  get: function () {
267
- return typographyVariation_enum.InfoCardHeadingLevel;
215
+ return typographyVariation_enum.NotificationAlertHeadingLevel;
268
216
  }
269
217
  });
270
- Object.defineProperty(exports, 'InfoCardMultiContainerHeadingLevel', {
218
+ Object.defineProperty(exports, 'NotificationAlertSize', {
271
219
  enumerable: true,
272
220
  get: function () {
273
- return typographyVariation_enum.InfoCardMultiContainerHeadingLevel;
221
+ return typographyVariation_enum.NotificationAlertSize;
274
222
  }
275
223
  });
276
- Object.defineProperty(exports, 'InfoCardMultiHeadingLevel', {
224
+ Object.defineProperty(exports, 'NotificationAlertVariation', {
277
225
  enumerable: true,
278
226
  get: function () {
279
- return typographyVariation_enum.InfoCardMultiHeadingLevel;
227
+ return typographyVariation_enum.NotificationAlertVariation;
280
228
  }
281
229
  });
282
- Object.defineProperty(exports, 'InfoCardMultiType', {
230
+ Object.defineProperty(exports, 'TitleLogoVariation', {
283
231
  enumerable: true,
284
232
  get: function () {
285
- return typographyVariation_enum.InfoCardMultiType;
233
+ return typographyVariation_enum.TitleLogoVariation;
286
234
  }
287
235
  });
288
- Object.defineProperty(exports, 'InfoCardMultiVariation', {
236
+ Object.defineProperty(exports, 'ToolsFeedbackHeadingLevel', {
289
237
  enumerable: true,
290
238
  get: function () {
291
- return typographyVariation_enum.InfoCardMultiVariation;
239
+ return typographyVariation_enum.ToolsFeedbackHeadingLevel;
292
240
  }
293
241
  });
294
- Object.defineProperty(exports, 'InfoCardSize', {
242
+ Object.defineProperty(exports, 'ToolsFeedbackType', {
295
243
  enumerable: true,
296
244
  get: function () {
297
- return typographyVariation_enum.InfoCardSize;
245
+ return typographyVariation_enum.ToolsFeedbackType;
298
246
  }
299
247
  });
300
- Object.defineProperty(exports, 'InfoCardType', {
248
+ Object.defineProperty(exports, 'TypographyVariation', {
301
249
  enumerable: true,
302
250
  get: function () {
303
- return typographyVariation_enum.InfoCardType;
251
+ return typographyVariation_enum.TypographyVariation;
304
252
  }
305
253
  });
306
- Object.defineProperty(exports, 'InfoCardVariation', {
254
+ Object.defineProperty(exports, 'BadgeStatusSize', {
307
255
  enumerable: true,
308
256
  get: function () {
309
- return typographyVariation_enum.InfoCardVariation;
257
+ return badgeStatusVariation_enum.BadgeStatusSize;
310
258
  }
311
259
  });
312
- Object.defineProperty(exports, 'LayoutBlockContainer', {
260
+ Object.defineProperty(exports, 'BadgeStatusType', {
313
261
  enumerable: true,
314
262
  get: function () {
315
- return typographyVariation_enum.LayoutBlockContainer;
263
+ return badgeStatusVariation_enum.BadgeStatusType;
316
264
  }
317
265
  });
318
- Object.defineProperty(exports, 'LayoutColumnsElement', {
266
+ Object.defineProperty(exports, 'BadgeStatusVariation', {
319
267
  enumerable: true,
320
268
  get: function () {
321
- return typographyVariation_enum.LayoutColumnsElement;
269
+ return badgeStatusVariation_enum.BadgeStatusVariation;
322
270
  }
323
271
  });
324
- Object.defineProperty(exports, 'LayoutColumnsGap', {
272
+ Object.defineProperty(exports, 'ButtonSize', {
325
273
  enumerable: true,
326
274
  get: function () {
327
- return typographyVariation_enum.LayoutColumnsGap;
275
+ return buttonSize_enum.ButtonSize;
328
276
  }
329
277
  });
330
- Object.defineProperty(exports, 'LayoutColumnsVariation', {
278
+ Object.defineProperty(exports, 'ButtonType', {
331
279
  enumerable: true,
332
280
  get: function () {
333
- return typographyVariation_enum.LayoutColumnsVariation;
281
+ return buttonType_enum.ButtonType;
334
282
  }
335
283
  });
336
- Object.defineProperty(exports, 'LayoutContainerMaxWidth', {
284
+ Object.defineProperty(exports, 'ButtonVariation', {
337
285
  enumerable: true,
338
286
  get: function () {
339
- return typographyVariation_enum.LayoutContainerMaxWidth;
287
+ return buttonVariation_enum.ButtonVariation;
340
288
  }
341
289
  });
342
- Object.defineProperty(exports, 'LayoutContainerVariation', {
290
+ Object.defineProperty(exports, 'CalendarWeekViewHeadingLevel', {
343
291
  enumerable: true,
344
292
  get: function () {
345
- return typographyVariation_enum.LayoutContainerVariation;
293
+ return calendarWeekViewHeadingLevel_enum.CalendarWeekViewHeadingLevel;
346
294
  }
347
295
  });
348
- Object.defineProperty(exports, 'LinkButtonVariation', {
296
+ Object.defineProperty(exports, 'BarChartVariation', {
349
297
  enumerable: true,
350
298
  get: function () {
351
- return typographyVariation_enum.LinkButtonVariation;
299
+ return barChartVariation_enum.BarChartVariation;
352
300
  }
353
301
  });
354
- Object.defineProperty(exports, 'LogoColor', {
302
+ Object.defineProperty(exports, 'CodeBlockVariation', {
355
303
  enumerable: true,
356
304
  get: function () {
357
- return typographyVariation_enum.LogoColor;
305
+ return codeExampleVariation_enum.CodeBlockVariation;
358
306
  }
359
307
  });
360
- Object.defineProperty(exports, 'NavigationVerticalMenuActiveIndicatorSize', {
308
+ Object.defineProperty(exports, 'CodeExampleLanguage', {
361
309
  enumerable: true,
362
310
  get: function () {
363
- return typographyVariation_enum.NavigationVerticalMenuActiveIndicatorSize;
311
+ return codeExampleVariation_enum.CodeExampleLanguage;
364
312
  }
365
313
  });
366
- Object.defineProperty(exports, 'NavigationVerticalMenuVariation', {
314
+ Object.defineProperty(exports, 'CodeExampleVariation', {
367
315
  enumerable: true,
368
316
  get: function () {
369
- return typographyVariation_enum.NavigationVerticalMenuVariation;
317
+ return codeExampleVariation_enum.CodeExampleVariation;
370
318
  }
371
319
  });
372
- Object.defineProperty(exports, 'NotificationAlertHeadingLevel', {
320
+ Object.defineProperty(exports, 'CodeLanguage', {
373
321
  enumerable: true,
374
322
  get: function () {
375
- return typographyVariation_enum.NotificationAlertHeadingLevel;
323
+ return codeVariation_enum.CodeLanguage;
376
324
  }
377
325
  });
378
- Object.defineProperty(exports, 'NotificationAlertSize', {
326
+ Object.defineProperty(exports, 'CodeVariation', {
379
327
  enumerable: true,
380
328
  get: function () {
381
- return typographyVariation_enum.NotificationAlertSize;
329
+ return codeVariation_enum.CodeVariation;
382
330
  }
383
331
  });
384
- Object.defineProperty(exports, 'NotificationAlertVariation', {
332
+ Object.defineProperty(exports, 'ExpandableAccordionHeaderLevel', {
385
333
  enumerable: true,
386
334
  get: function () {
387
- return typographyVariation_enum.NotificationAlertVariation;
335
+ return expandableAccordionHeaderLevel_enum.ExpandableAccordionHeaderLevel;
388
336
  }
389
337
  });
390
- Object.defineProperty(exports, 'ProgressIndicatorRole', {
338
+ Object.defineProperty(exports, 'ExpandableFaqItemHeadingLevel', {
391
339
  enumerable: true,
392
340
  get: function () {
393
- return typographyVariation_enum.ProgressIndicatorRole;
341
+ return expandableFaqItemVariation_enum.ExpandableFaqItemHeadingLevel;
394
342
  }
395
343
  });
396
- Object.defineProperty(exports, 'ProgressIndicatorVariation', {
344
+ Object.defineProperty(exports, 'ExpandableFaqItemVariation', {
397
345
  enumerable: true,
398
346
  get: function () {
399
- return typographyVariation_enum.ProgressIndicatorVariation;
347
+ return expandableFaqItemVariation_enum.ExpandableFaqItemVariation;
400
348
  }
401
349
  });
402
- Object.defineProperty(exports, 'TagMediaIcon', {
350
+ Object.defineProperty(exports, 'ExpandableFaqHeadingLevel', {
403
351
  enumerable: true,
404
352
  get: function () {
405
- return typographyVariation_enum.TagMediaIcon;
353
+ return expandableFaqVariation_enum.ExpandableFaqHeadingLevel;
406
354
  }
407
355
  });
408
- Object.defineProperty(exports, 'TitleLogoVariation', {
356
+ Object.defineProperty(exports, 'ExpandableFaqVariation', {
409
357
  enumerable: true,
410
358
  get: function () {
411
- return typographyVariation_enum.TitleLogoVariation;
359
+ return expandableFaqVariation_enum.ExpandableFaqVariation;
412
360
  }
413
361
  });
414
- Object.defineProperty(exports, 'ToolsFeedbackHeadingLevel', {
362
+ Object.defineProperty(exports, 'FooterCardVariation', {
415
363
  enumerable: true,
416
364
  get: function () {
417
- return typographyVariation_enum.ToolsFeedbackHeadingLevel;
365
+ return footerCardVariation_enum.FooterCardVariation;
418
366
  }
419
367
  });
420
- Object.defineProperty(exports, 'ToolsFeedbackType', {
368
+ Object.defineProperty(exports, 'FormCheckboxLayout', {
421
369
  enumerable: true,
422
370
  get: function () {
423
- return typographyVariation_enum.ToolsFeedbackType;
371
+ return formCheckboxVariation_enum.FormCheckboxLayout;
424
372
  }
425
373
  });
426
- Object.defineProperty(exports, 'ToolsThemeProviderBrandEnum', {
374
+ Object.defineProperty(exports, 'FormCheckboxValidation', {
427
375
  enumerable: true,
428
376
  get: function () {
429
- return typographyVariation_enum.ToolsThemeProviderBrandEnum;
377
+ return formCheckboxVariation_enum.FormCheckboxValidation;
430
378
  }
431
379
  });
432
- Object.defineProperty(exports, 'ToolsThemeProviderThemeEnum', {
380
+ Object.defineProperty(exports, 'FormCheckboxVariation', {
433
381
  enumerable: true,
434
382
  get: function () {
435
- return typographyVariation_enum.ToolsThemeProviderThemeEnum;
383
+ return formCheckboxVariation_enum.FormCheckboxVariation;
436
384
  }
437
385
  });
438
- Object.defineProperty(exports, 'TypographyHeadingJumboLevel', {
386
+ Object.defineProperty(exports, 'FormFileUploadHeadingLevel', {
439
387
  enumerable: true,
440
388
  get: function () {
441
- return typographyVariation_enum.TypographyHeadingJumboLevel;
389
+ return formFileUploadVariation_enum.FormFileUploadHeadingLevel;
442
390
  }
443
391
  });
444
- Object.defineProperty(exports, 'TypographyHeadingJumboVariation', {
392
+ Object.defineProperty(exports, 'FormFileUploadValidation', {
445
393
  enumerable: true,
446
394
  get: function () {
447
- return typographyVariation_enum.TypographyHeadingJumboVariation;
395
+ return formFileUploadVariation_enum.FormFileUploadValidation;
448
396
  }
449
397
  });
450
- Object.defineProperty(exports, 'TypographyVariation', {
398
+ Object.defineProperty(exports, 'FormFileUploadVariation', {
451
399
  enumerable: true,
452
400
  get: function () {
453
- return typographyVariation_enum.TypographyVariation;
401
+ return formFileUploadVariation_enum.FormFileUploadVariation;
454
402
  }
455
403
  });
456
- Object.defineProperty(exports, 'BadgeStatusSize', {
404
+ Object.defineProperty(exports, 'FormInputSearchVariation', {
457
405
  enumerable: true,
458
406
  get: function () {
459
- return badgeStatusVariation_enum.BadgeStatusSize;
407
+ return formInputSearchVariation_enum.FormInputSearchVariation;
460
408
  }
461
409
  });
462
- Object.defineProperty(exports, 'BadgeStatusType', {
410
+ Object.defineProperty(exports, 'FormInputButtonVariation', {
463
411
  enumerable: true,
464
412
  get: function () {
465
- return badgeStatusVariation_enum.BadgeStatusType;
413
+ return formInputType_enum.FormInputButtonVariation;
466
414
  }
467
415
  });
468
- Object.defineProperty(exports, 'BadgeStatusVariation', {
416
+ Object.defineProperty(exports, 'FormInputType', {
469
417
  enumerable: true,
470
418
  get: function () {
471
- return badgeStatusVariation_enum.BadgeStatusVariation;
419
+ return formInputType_enum.FormInputType;
472
420
  }
473
421
  });
474
- Object.defineProperty(exports, 'ButtonSize', {
422
+ Object.defineProperty(exports, 'FormInputMode', {
475
423
  enumerable: true,
476
424
  get: function () {
477
- return codeExampleVariation_enum.ButtonSize;
425
+ return formInputVariation_enum.FormInputMode;
478
426
  }
479
427
  });
480
- Object.defineProperty(exports, 'CodeBlockVariation', {
428
+ Object.defineProperty(exports, 'FormInputValidation', {
481
429
  enumerable: true,
482
430
  get: function () {
483
- return codeExampleVariation_enum.CodeBlockVariation;
431
+ return formInputVariation_enum.FormInputValidation;
484
432
  }
485
433
  });
486
- Object.defineProperty(exports, 'CodeExampleLanguage', {
434
+ Object.defineProperty(exports, 'FormInputVariation', {
487
435
  enumerable: true,
488
436
  get: function () {
489
- return codeExampleVariation_enum.CodeExampleLanguage;
437
+ return formInputVariation_enum.FormInputVariation;
490
438
  }
491
439
  });
492
- Object.defineProperty(exports, 'CodeExampleVariation', {
440
+ Object.defineProperty(exports, 'FormRadiogroupValidation', {
493
441
  enumerable: true,
494
442
  get: function () {
495
- return codeExampleVariation_enum.CodeExampleVariation;
443
+ return formRadiogroupValidation_enum.FormRadiogroupValidation;
496
444
  }
497
445
  });
498
- Object.defineProperty(exports, 'ButtonType', {
446
+ Object.defineProperty(exports, 'FormSelectValidation', {
499
447
  enumerable: true,
500
448
  get: function () {
501
- return formInputType_enum.ButtonType;
449
+ return formSelectVariation_enum.FormSelectValidation;
502
450
  }
503
451
  });
504
- Object.defineProperty(exports, 'FormInputButtonVariation', {
452
+ Object.defineProperty(exports, 'FormSelectVariation', {
505
453
  enumerable: true,
506
454
  get: function () {
507
- return formInputType_enum.FormInputButtonVariation;
455
+ return formSelectVariation_enum.FormSelectVariation;
508
456
  }
509
457
  });
510
- Object.defineProperty(exports, 'FormInputSearchVariation', {
458
+ Object.defineProperty(exports, 'FormTextareaValidation', {
511
459
  enumerable: true,
512
460
  get: function () {
513
- return formInputType_enum.FormInputSearchVariation;
461
+ return formTextareaVariation_enum.FormTextareaValidation;
514
462
  }
515
463
  });
516
- Object.defineProperty(exports, 'FormInputType', {
464
+ Object.defineProperty(exports, 'FormTextareaVariation', {
517
465
  enumerable: true,
518
466
  get: function () {
519
- return formInputType_enum.FormInputType;
467
+ return formTextareaVariation_enum.FormTextareaVariation;
520
468
  }
521
469
  });
522
- Object.defineProperty(exports, 'ButtonVariation', {
470
+ Object.defineProperty(exports, 'FormValidationMessageVariation', {
523
471
  enumerable: true,
524
472
  get: function () {
525
- return buttonVariation_enum.ButtonVariation;
473
+ return formValidationMessageVariation_enum.FormValidationMessageVariation;
526
474
  }
527
475
  });
528
- Object.defineProperty(exports, 'CalendarWeekViewHeadingLevel', {
476
+ Object.defineProperty(exports, 'InfoCardMultiType', {
529
477
  enumerable: true,
530
478
  get: function () {
531
- return calendarWeekViewHeadingLevel_enum.CalendarWeekViewHeadingLevel;
479
+ return infoCardMultiType_enum.InfoCardMultiType;
532
480
  }
533
481
  });
534
- Object.defineProperty(exports, 'BarChartVariation', {
482
+ Object.defineProperty(exports, 'InfoCardBorderPosition', {
535
483
  enumerable: true,
536
484
  get: function () {
537
- return barChartVariation_enum.BarChartVariation;
485
+ return infoCardVariation_enum.InfoCardBorderPosition;
538
486
  }
539
487
  });
540
- Object.defineProperty(exports, 'CodeLanguage', {
488
+ Object.defineProperty(exports, 'InfoCardSize', {
541
489
  enumerable: true,
542
490
  get: function () {
543
- return codeVariation_enum.CodeLanguage;
491
+ return infoCardVariation_enum.InfoCardSize;
544
492
  }
545
493
  });
546
- Object.defineProperty(exports, 'CodeVariation', {
494
+ Object.defineProperty(exports, 'InfoCardType', {
547
495
  enumerable: true,
548
496
  get: function () {
549
- return codeVariation_enum.CodeVariation;
497
+ return infoCardVariation_enum.InfoCardType;
550
498
  }
551
499
  });
552
- Object.defineProperty(exports, 'ExpandableAccordionHeaderLevel', {
500
+ Object.defineProperty(exports, 'InfoCardVariation', {
553
501
  enumerable: true,
554
502
  get: function () {
555
- return expandableAccordionHeaderLevel_enum.ExpandableAccordionHeaderLevel;
503
+ return infoCardVariation_enum.InfoCardVariation;
556
504
  }
557
505
  });
558
- Object.defineProperty(exports, 'ExpandableFaqHeadingLevel', {
506
+ Object.defineProperty(exports, 'LayoutBlockContainer', {
559
507
  enumerable: true,
560
508
  get: function () {
561
- return expandableFaqVariation_enum.ExpandableFaqHeadingLevel;
509
+ return layoutContainerMaxWidth_enum.LayoutBlockContainer;
562
510
  }
563
511
  });
564
- Object.defineProperty(exports, 'ExpandableFaqVariation', {
512
+ Object.defineProperty(exports, 'LayoutContainerMaxWidth', {
565
513
  enumerable: true,
566
514
  get: function () {
567
- return expandableFaqVariation_enum.ExpandableFaqVariation;
515
+ return layoutContainerMaxWidth_enum.LayoutContainerMaxWidth;
568
516
  }
569
517
  });
570
- Object.defineProperty(exports, 'FormRadiogroupValidation', {
518
+ Object.defineProperty(exports, 'LayoutContainerVariation', {
571
519
  enumerable: true,
572
520
  get: function () {
573
- return formRadiogroupValidation_enum.FormRadiogroupValidation;
521
+ return layoutContainerMaxWidth_enum.LayoutContainerVariation;
574
522
  }
575
523
  });
576
- Object.defineProperty(exports, 'FormTextareaValidation', {
524
+ Object.defineProperty(exports, 'LayoutBlockVariation', {
577
525
  enumerable: true,
578
526
  get: function () {
579
- return formTextareaVariation_enum.FormTextareaValidation;
527
+ return layoutBlockVariation_enum.LayoutBlockVariation;
580
528
  }
581
529
  });
582
- Object.defineProperty(exports, 'FormTextareaVariation', {
530
+ Object.defineProperty(exports, 'LayoutColumnsElement', {
583
531
  enumerable: true,
584
532
  get: function () {
585
- return formTextareaVariation_enum.FormTextareaVariation;
533
+ return layoutColumnsVariation_enum.LayoutColumnsElement;
586
534
  }
587
535
  });
588
- Object.defineProperty(exports, 'LayoutBlockVariation', {
536
+ Object.defineProperty(exports, 'LayoutColumnsGap', {
589
537
  enumerable: true,
590
538
  get: function () {
591
- return layoutBlockVariation_enum.LayoutBlockVariation;
539
+ return layoutColumnsVariation_enum.LayoutColumnsGap;
540
+ }
541
+ });
542
+ Object.defineProperty(exports, 'LayoutColumnsVariation', {
543
+ enumerable: true,
544
+ get: function () {
545
+ return layoutColumnsVariation_enum.LayoutColumnsVariation;
546
+ }
547
+ });
548
+ Object.defineProperty(exports, 'LinkButtonVariation', {
549
+ enumerable: true,
550
+ get: function () {
551
+ return linkButtonVariation_enum.LinkButtonVariation;
592
552
  }
593
553
  });
594
554
  Object.defineProperty(exports, 'ListType', {
@@ -609,6 +569,12 @@ Object.defineProperty(exports, 'LoaderSpinnerSize', {
609
569
  return loaderSpinnerSize_enum.LoaderSpinnerSize;
610
570
  }
611
571
  });
572
+ Object.defineProperty(exports, 'LogoColor', {
573
+ enumerable: true,
574
+ get: function () {
575
+ return logoColor_enum.LogoColor;
576
+ }
577
+ });
612
578
  Object.defineProperty(exports, 'MediaFigureAlignment', {
613
579
  enumerable: true,
614
580
  get: function () {
@@ -651,10 +617,46 @@ Object.defineProperty(exports, 'NavigationSidebarVariation', {
651
617
  return navigationSidebarVariation_enum.NavigationSidebarVariation;
652
618
  }
653
619
  });
620
+ Object.defineProperty(exports, 'NavigationVerticalMenuActiveIndicatorSize', {
621
+ enumerable: true,
622
+ get: function () {
623
+ return navigationVerticalMenuVariation_enum.NavigationVerticalMenuActiveIndicatorSize;
624
+ }
625
+ });
626
+ Object.defineProperty(exports, 'NavigationVerticalMenuVariation', {
627
+ enumerable: true,
628
+ get: function () {
629
+ return navigationVerticalMenuVariation_enum.NavigationVerticalMenuVariation;
630
+ }
631
+ });
632
+ Object.defineProperty(exports, 'ProgressCircleHeadingLevel', {
633
+ enumerable: true,
634
+ get: function () {
635
+ return progressIndicatorHeadingLevel_enum.ProgressCircleHeadingLevel;
636
+ }
637
+ });
654
638
  Object.defineProperty(exports, 'ProgressCircleRole', {
655
639
  enumerable: true,
656
640
  get: function () {
657
- return progressCircleRole_enum.ProgressCircleRole;
641
+ return progressIndicatorHeadingLevel_enum.ProgressCircleRole;
642
+ }
643
+ });
644
+ Object.defineProperty(exports, 'ProgressIndicatorHeadingLevel', {
645
+ enumerable: true,
646
+ get: function () {
647
+ return progressIndicatorHeadingLevel_enum.ProgressIndicatorHeadingLevel;
648
+ }
649
+ });
650
+ Object.defineProperty(exports, 'ProgressIndicatorRole', {
651
+ enumerable: true,
652
+ get: function () {
653
+ return progressIndicatorHeadingLevel_enum.ProgressIndicatorRole;
654
+ }
655
+ });
656
+ Object.defineProperty(exports, 'ProgressIndicatorVariation', {
657
+ enumerable: true,
658
+ get: function () {
659
+ return progressIndicatorHeadingLevel_enum.ProgressIndicatorVariation;
658
660
  }
659
661
  });
660
662
  Object.defineProperty(exports, 'ProgressListItemHeadingLevel', {
@@ -753,6 +755,12 @@ Object.defineProperty(exports, 'TableVariation', {
753
755
  return tableVariation_enum.TableVariation;
754
756
  }
755
757
  });
758
+ Object.defineProperty(exports, 'TagMediaIcon', {
759
+ enumerable: true,
760
+ get: function () {
761
+ return tagMediaIcon_enum.TagMediaIcon;
762
+ }
763
+ });
756
764
  Object.defineProperty(exports, 'TagSize', {
757
765
  enumerable: true,
758
766
  get: function () {
@@ -789,6 +797,24 @@ Object.defineProperty(exports, 'FeedbackRatingVariation', {
789
797
  return toolsFeedbackRatingVariation_enum.FeedbackRatingVariation;
790
798
  }
791
799
  });
800
+ Object.defineProperty(exports, 'ToolsThemeProviderBrandEnum', {
801
+ enumerable: true,
802
+ get: function () {
803
+ return toolsThemeProvider_brand_enum.ToolsThemeProviderBrandEnum;
804
+ }
805
+ });
806
+ Object.defineProperty(exports, 'TypographyHeadingJumboLevel', {
807
+ enumerable: true,
808
+ get: function () {
809
+ return typographyHeadingJumboVariation_enum.TypographyHeadingJumboLevel;
810
+ }
811
+ });
812
+ Object.defineProperty(exports, 'TypographyHeadingJumboVariation', {
813
+ enumerable: true,
814
+ get: function () {
815
+ return typographyHeadingJumboVariation_enum.TypographyHeadingJumboVariation;
816
+ }
817
+ });
792
818
  Object.defineProperty(exports, 'TypographyMetaVariation', {
793
819
  enumerable: true,
794
820
  get: function () {