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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (371) hide show
  1. package/components/digi-bar-chart.js +1 -1
  2. package/components/digi-button.js +1 -1
  3. package/components/digi-calendar-datepicker.js +4 -4
  4. package/components/digi-calendar-week-view.js +1 -1
  5. package/components/digi-calendar.js +1 -1
  6. package/components/digi-chart-line.js +1 -1
  7. package/components/digi-code-block.js +1 -1
  8. package/components/digi-code-example.js +3 -3
  9. package/components/digi-context-menu.js +2 -2
  10. package/components/digi-dialog.js +3 -3
  11. package/components/digi-expandable-faq-item.js +1 -1
  12. package/components/digi-footer.js +1 -1
  13. package/components/digi-form-category-filter.js +1 -1
  14. package/components/digi-form-checkbox.js +1 -1
  15. package/components/digi-form-error-list.js +3 -3
  16. package/components/digi-form-file-upload.js +1 -1
  17. package/components/digi-form-filter.js +3 -3
  18. package/components/digi-form-input-search.js +1 -1
  19. package/components/digi-form-receipt.js +1 -1
  20. package/components/digi-form-select-filter.js +3 -3
  21. package/components/digi-form-select.js +1 -1
  22. package/components/digi-header-avatar.js +1 -1
  23. package/components/digi-header-navigation.js +2 -2
  24. package/components/digi-header.js +5 -5
  25. package/components/digi-info-card-multi.js +1 -1
  26. package/components/digi-info-card.js +2 -2
  27. package/components/digi-link-button.js +1 -1
  28. package/components/digi-link-internal.js +1 -1
  29. package/components/digi-navigation-pagination.js +2 -2
  30. package/components/digi-navigation-sidebar-button.js +1 -1
  31. package/components/digi-navigation-sidebar.js +1 -1
  32. package/components/digi-navigation-vertical-menu-item.js +1 -1
  33. package/components/digi-notification-alert.js +1 -1
  34. package/components/digi-notification-error-page.js +1 -1
  35. package/components/digi-progress-indicator.js +1 -1
  36. package/components/digi-quote.js +1 -1
  37. package/components/digi-tag.js +1 -1
  38. package/components/digi-title-logo.js +1 -1
  39. package/components/digi-tools-feedback.js +3 -3
  40. package/components/digi-tools-theme-provider.js +18 -5
  41. package/components/index.js +1 -1
  42. package/components/{p-9df35672.js → p-0207ebef.js} +1 -1
  43. package/components/p-24e68936.js +165 -0
  44. package/components/p-4b1d11d0.js +66 -0
  45. package/components/{p-75c8d67e.js → p-78154d00.js} +2 -2
  46. package/components/{p-bc5b7057.js → p-8562da9d.js} +2 -2
  47. package/components/p-8c4cbca6.js +177 -0
  48. package/components/{p-dbb0665a.js → p-99793659.js} +2 -2
  49. package/components/{p-e2a68e2b.js → p-b94458ed.js} +1 -1
  50. package/components/p-d7ef9cb1.js +13 -0
  51. package/custom-elements.json +4 -0
  52. package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
  53. package/dist/cjs/digi-button_84.cjs.entry.js +8421 -0
  54. package/dist/cjs/digi-calendar-week-view.cjs.entry.js +50 -51
  55. package/dist/cjs/{digi-code-block_3.cjs.entry.js → digi-code-block_2.cjs.entry.js} +2 -133
  56. package/dist/cjs/digi-code-example.cjs.entry.js +1 -1
  57. package/dist/cjs/digi-dialog.cjs.entry.js +3 -19
  58. package/dist/cjs/digi-form-error-list.cjs.entry.js +2 -18
  59. package/dist/cjs/digi-form-input-search.cjs.entry.js +6 -7
  60. package/dist/cjs/digi-form-receipt.cjs.entry.js +2 -18
  61. package/dist/cjs/digi-navigation-pagination.cjs.entry.js +2 -18
  62. package/dist/cjs/digi-notification-error-page.cjs.entry.js +2 -18
  63. package/dist/cjs/digi-quote.cjs.entry.js +1 -1
  64. package/dist/cjs/digi-tools-feedback.cjs.entry.js +3 -19
  65. package/dist/cjs/{form-input-type.enum-9c8ee12a.js → form-input-type.enum-1fb2180a.js} +14 -0
  66. package/dist/cjs/index-7a477838.js +4 -156
  67. package/dist/cjs/{index-ac8e01b4.js → index-acb7b350.js} +189 -19
  68. package/dist/cjs/index.cjs.js +188 -198
  69. package/dist/cjs/loader.cjs.js +1 -1
  70. package/dist/cjs/{typography-variation.enum-c0ef9190.js → typography-variation.enum-ad1b2403.js} +230 -0
  71. package/dist/collection/components/_button/button/button.css +14 -14
  72. package/dist/collection/components/_calendar/calendar/calendar.css +8 -3
  73. package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +426 -106
  74. package/dist/collection/components/_code/code-example/code-example.css +6 -0
  75. package/dist/collection/components/_dialog/dialog/dialog.css +1 -1
  76. package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.css +2 -2
  77. package/dist/collection/components/_form/form-checkbox/form-checkbox.css +426 -106
  78. package/dist/collection/components/_form/form-file-upload/form-file-upload.css +6 -5
  79. package/dist/collection/components/_form/form-filter/form-filter.css +2 -2
  80. package/dist/collection/components/_form/form-select/form-select.css +2 -2
  81. package/dist/collection/components/_form/form-select-filter/form-select-filter.css +3 -3
  82. package/dist/collection/components/_header/header/header.js +2 -2
  83. package/dist/collection/components/_header/header-avatar/header-avatar.css +425 -105
  84. package/dist/collection/components/_info-card/info-card/info-card.css +2 -2
  85. package/dist/collection/components/_info-card/info-card-multi/info-card-multi.css +1 -1
  86. package/dist/collection/components/_link/link-button/link-button.css +3 -3
  87. package/dist/collection/components/_link/link-internal/link-internal.css +425 -105
  88. package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.css +3 -2
  89. package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.css +3 -3
  90. package/dist/collection/components/_progress/progress-indicator/progress-indicator.css +4 -3
  91. package/dist/collection/components/_quote/quote/quote.css +2 -2
  92. package/dist/collection/components/_tools/tools-feedback/tools-feedback.css +1 -1
  93. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.css +166 -2
  94. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.js +43 -2
  95. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.js +5 -0
  96. package/dist/collection/design-tokens/components/_button.variables.scss +14 -14
  97. package/dist/collection/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
  98. package/dist/collection/design-tokens/components/_calendar.variables.scss +4 -3
  99. package/dist/collection/design-tokens/components/_dialog.variables.scss +1 -1
  100. package/dist/collection/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
  101. package/dist/collection/design-tokens/components/_form-checkbox.variables.scss +1 -1
  102. package/dist/collection/design-tokens/components/_form-file-upload.variables.scss +2 -0
  103. package/dist/collection/design-tokens/components/_form-filter.variables.scss +2 -2
  104. package/dist/collection/design-tokens/components/_form-select-filter.variables.scss +3 -3
  105. package/dist/collection/design-tokens/components/_form-select.variables.scss +2 -2
  106. package/dist/collection/design-tokens/components/_info-card-multi.variables.scss +1 -1
  107. package/dist/collection/design-tokens/components/_info-card.variables.scss +2 -2
  108. package/dist/collection/design-tokens/components/_link-button.variables.scss +3 -3
  109. package/dist/collection/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
  110. package/dist/collection/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
  111. package/dist/collection/design-tokens/components/_quote.variables.scss +2 -2
  112. package/dist/collection/design-tokens/components/_tools-feedback.variables.scss +1 -1
  113. package/dist/collection/enums.js +1 -0
  114. package/dist/collection/styles/src/_alias.mixin.scss +252 -105
  115. package/dist/collection/styles/src/themes/_brand-af18.mixin.scss +19 -0
  116. package/dist/collection/styles/src/themes/_brand-af25.mixin.scss +144 -0
  117. package/dist/collection/styles/src/themes/_brand-common.mixin.scss +7 -0
  118. package/dist/collection/styles/src/tokens-documentation/web-AF25.json +160 -4
  119. package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +14 -14
  120. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
  121. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar.variables.scss +4 -3
  122. package/dist/digi-arbetsformedlingen/design-tokens/components/_dialog.variables.scss +1 -1
  123. package/dist/digi-arbetsformedlingen/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
  124. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-checkbox.variables.scss +1 -1
  125. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-file-upload.variables.scss +2 -0
  126. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-filter.variables.scss +2 -2
  127. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +3 -3
  128. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select.variables.scss +2 -2
  129. package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card-multi.variables.scss +1 -1
  130. package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card.variables.scss +2 -2
  131. package/dist/digi-arbetsformedlingen/design-tokens/components/_link-button.variables.scss +3 -3
  132. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
  133. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
  134. package/dist/digi-arbetsformedlingen/design-tokens/components/_quote.variables.scss +2 -2
  135. package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-feedback.variables.scss +1 -1
  136. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.css +1 -1
  137. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.esm.js +1 -1
  138. package/dist/digi-arbetsformedlingen/index.esm.js +1 -1
  139. package/dist/digi-arbetsformedlingen/{p-a186888d.entry.js → p-06704534.entry.js} +1 -1
  140. package/dist/digi-arbetsformedlingen/{p-e5bd5a7e.entry.js → p-160165b9.entry.js} +1 -1
  141. package/dist/digi-arbetsformedlingen/{p-ddd659bf.entry.js → p-1efcad5b.entry.js} +1 -1
  142. package/dist/digi-arbetsformedlingen/p-3ae13b8a.entry.js +1 -0
  143. package/dist/digi-arbetsformedlingen/p-47ab0b39.entry.js +1 -0
  144. package/dist/digi-arbetsformedlingen/p-72ef7f99.entry.js +1 -0
  145. package/dist/digi-arbetsformedlingen/p-80500b2d.entry.js +1 -0
  146. package/dist/digi-arbetsformedlingen/p-8d055a17.js +1 -0
  147. package/dist/digi-arbetsformedlingen/p-922f4556.entry.js +1 -0
  148. package/dist/digi-arbetsformedlingen/p-a105d9fe.js +1 -0
  149. package/dist/digi-arbetsformedlingen/p-c59e5f69.entry.js +1 -0
  150. package/dist/digi-arbetsformedlingen/p-c64b4626.js +1 -0
  151. package/dist/digi-arbetsformedlingen/p-ca8d7464.entry.js +1 -0
  152. package/dist/digi-arbetsformedlingen/p-ede12626.entry.js +1 -0
  153. package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +1 -0
  154. package/dist/digi-arbetsformedlingen/styles/src/_alias.mixin.scss +252 -105
  155. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af18.mixin.scss +19 -0
  156. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af25.mixin.scss +144 -0
  157. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-common.mixin.scss +7 -0
  158. package/dist/digi-arbetsformedlingen/styles/src/tokens-documentation/web-AF25.json +160 -4
  159. package/dist/esm/digi-arbetsformedlingen.js +1 -1
  160. package/dist/esm/digi-button_84.entry.js +8334 -0
  161. package/dist/esm/digi-calendar-week-view.entry.js +1 -2
  162. package/dist/esm/{digi-code-block_3.entry.js → digi-code-block_2.entry.js} +4 -134
  163. package/dist/esm/digi-code-example.entry.js +1 -1
  164. package/dist/esm/digi-dialog.entry.js +3 -19
  165. package/dist/esm/digi-form-error-list.entry.js +2 -18
  166. package/dist/esm/digi-form-input-search.entry.js +1 -2
  167. package/dist/esm/digi-form-receipt.entry.js +2 -18
  168. package/dist/esm/digi-navigation-pagination.entry.js +2 -18
  169. package/dist/esm/digi-notification-error-page.entry.js +2 -18
  170. package/dist/esm/digi-quote.entry.js +1 -1
  171. package/dist/esm/digi-tools-feedback.entry.js +3 -19
  172. package/dist/esm/{form-input-type.enum-3da3db27.js → form-input-type.enum-a6bba983.js} +15 -1
  173. package/dist/esm/index-148a7577.js +4 -156
  174. package/dist/esm/{index-2fce392f.js → index-dc6b83f7.js} +170 -3
  175. package/dist/esm/index.js +2 -18
  176. package/dist/esm/loader.js +1 -1
  177. package/dist/esm/typography-variation.enum-7319240b.js +501 -0
  178. package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.d.ts +9 -0
  179. package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.d.ts +4 -0
  180. package/dist/types/components.d.ts +12 -0
  181. package/dist/types/enums.d.ts +1 -0
  182. package/hydrate/index.js +45 -26
  183. package/hydrate/index.mjs +45 -26
  184. package/package.json +2 -4
  185. package/components/p-4bad4fb0.js +0 -7
  186. package/components/p-70fad0ea.js +0 -165
  187. package/components/p-ab07faba.js +0 -66
  188. package/components/p-f84f590e.js +0 -177
  189. package/dist/cjs/digi-button_27.cjs.entry.js +0 -1380
  190. package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +0 -2601
  191. package/dist/cjs/digi-calendar_2.cjs.entry.js +0 -464
  192. package/dist/cjs/digi-context-menu.cjs.entry.js +0 -240
  193. package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +0 -97
  194. package/dist/cjs/digi-form-category-filter.cjs.entry.js +0 -121
  195. package/dist/cjs/digi-form-checkbox.cjs.entry.js +0 -139
  196. package/dist/cjs/digi-form-file-upload.cjs.entry.js +0 -602
  197. package/dist/cjs/digi-form-filter.cjs.entry.js +0 -248
  198. package/dist/cjs/digi-form-input.cjs.entry.js +0 -194
  199. package/dist/cjs/digi-form-label_3.cjs.entry.js +0 -129
  200. package/dist/cjs/digi-form-select-filter.cjs.entry.js +0 -564
  201. package/dist/cjs/digi-form-select_2.cjs.entry.js +0 -186
  202. package/dist/cjs/digi-icon-check-circle-solid_4.cjs.entry.js +0 -99
  203. package/dist/cjs/digi-icon-check.cjs.entry.js +0 -30
  204. package/dist/cjs/digi-icon-chevron-down.cjs.entry.js +0 -30
  205. package/dist/cjs/digi-icon-chevron-left_2.cjs.entry.js +0 -53
  206. package/dist/cjs/digi-icon-copy.cjs.entry.js +0 -30
  207. package/dist/cjs/digi-icon-list-ul_6.cjs.entry.js +0 -145
  208. package/dist/cjs/digi-icon-minus_2.cjs.entry.js +0 -53
  209. package/dist/cjs/digi-icon-notification-error_4.cjs.entry.js +0 -99
  210. package/dist/cjs/digi-icon-spinner.cjs.entry.js +0 -31
  211. package/dist/cjs/digi-icon-validation-error_2.cjs.entry.js +0 -53
  212. package/dist/cjs/digi-info-card-multi-container.cjs.entry.js +0 -22
  213. package/dist/cjs/digi-info-card-multi.cjs.entry.js +0 -58
  214. package/dist/cjs/digi-info-card.cjs.entry.js +0 -79
  215. package/dist/cjs/digi-layout-columns.cjs.entry.js +0 -33
  216. package/dist/cjs/digi-link-button.cjs.entry.js +0 -66
  217. package/dist/cjs/digi-link-external.cjs.entry.js +0 -36
  218. package/dist/cjs/digi-link-internal.cjs.entry.js +0 -37
  219. package/dist/cjs/digi-navigation-vertical-menu-item.cjs.entry.js +0 -150
  220. package/dist/cjs/digi-navigation-vertical-menu.cjs.entry.js +0 -177
  221. package/dist/cjs/digi-notification-alert.cjs.entry.js +0 -112
  222. package/dist/cjs/digi-progress-indicator.cjs.entry.js +0 -137
  223. package/dist/cjs/digi-tag-media.cjs.entry.js +0 -47
  224. package/dist/cjs/digi-tools-theme-provider.cjs.entry.js +0 -28
  225. package/dist/cjs/digi-typography-heading-jumbo.cjs.entry.js +0 -38
  226. package/dist/cjs/digi-typography-preamble.cjs.entry.js +0 -20
  227. package/dist/cjs/digi-util-mutation-observer.cjs.entry.js +0 -64
  228. package/dist/cjs/expandable-faq-item-variation.enum-89427195.js +0 -18
  229. package/dist/cjs/form-checkbox-variation.enum-d2ca879e.js +0 -19
  230. package/dist/cjs/form-file-upload-variation.enum-634cfae8.js +0 -24
  231. package/dist/cjs/form-input-search-variation.enum-e0e025b1.js +0 -15
  232. package/dist/cjs/form-input-variation.enum-c750520c.js +0 -29
  233. package/dist/cjs/form-select-variation.enum-528c1bf0.js +0 -16
  234. package/dist/cjs/form-validation-message-variation.enum-855ae0be.js +0 -8
  235. package/dist/cjs/index-cad91a90.js +0 -66
  236. package/dist/cjs/index-e8333bcc.js +0 -174
  237. package/dist/cjs/info-card-multi-type.enum-14746572.js +0 -8
  238. package/dist/cjs/info-card-variation.enum-64cef637.js +0 -24
  239. package/dist/cjs/layout-columns-variation.enum-65675649.js +0 -23
  240. package/dist/cjs/link-button-variation.enum-137785e3.js +0 -9
  241. package/dist/cjs/navigation-vertical-menu-variation.enum-c237edd3.js +0 -13
  242. package/dist/cjs/progress-indicator-variation.enum-7cf8e0e4.js +0 -13
  243. package/dist/cjs/tag-media-icon.enum-372563c5.js +0 -11
  244. package/dist/cjs/tools-theme-provider.brand.enum-bc855272.js +0 -7
  245. package/dist/cjs/typography-heading-jumbo-variation.enum-8677e099.js +0 -17
  246. package/dist/digi-arbetsformedlingen/p-07303cb5.js +0 -1
  247. package/dist/digi-arbetsformedlingen/p-0f6c0360.js +0 -1
  248. package/dist/digi-arbetsformedlingen/p-0fbe6e50.entry.js +0 -1
  249. package/dist/digi-arbetsformedlingen/p-111fb07d.entry.js +0 -1
  250. package/dist/digi-arbetsformedlingen/p-13ee320b.entry.js +0 -1
  251. package/dist/digi-arbetsformedlingen/p-1486034d.entry.js +0 -1
  252. package/dist/digi-arbetsformedlingen/p-18880083.entry.js +0 -1
  253. package/dist/digi-arbetsformedlingen/p-1f3345e9.js +0 -1
  254. package/dist/digi-arbetsformedlingen/p-1f956af8.js +0 -1
  255. package/dist/digi-arbetsformedlingen/p-2295239c.entry.js +0 -1
  256. package/dist/digi-arbetsformedlingen/p-2788683e.entry.js +0 -1
  257. package/dist/digi-arbetsformedlingen/p-2a023831.js +0 -1
  258. package/dist/digi-arbetsformedlingen/p-2d2f6950.entry.js +0 -1
  259. package/dist/digi-arbetsformedlingen/p-30dc159d.entry.js +0 -1
  260. package/dist/digi-arbetsformedlingen/p-39468f49.entry.js +0 -1
  261. package/dist/digi-arbetsformedlingen/p-398d0f60.entry.js +0 -1
  262. package/dist/digi-arbetsformedlingen/p-3b20ec86.js +0 -1
  263. package/dist/digi-arbetsformedlingen/p-3c9195db.entry.js +0 -1
  264. package/dist/digi-arbetsformedlingen/p-3f9dfdb0.entry.js +0 -1
  265. package/dist/digi-arbetsformedlingen/p-408e9b2a.entry.js +0 -1
  266. package/dist/digi-arbetsformedlingen/p-416992c0.entry.js +0 -1
  267. package/dist/digi-arbetsformedlingen/p-42ae53aa.entry.js +0 -1
  268. package/dist/digi-arbetsformedlingen/p-4841b4e1.js +0 -1
  269. package/dist/digi-arbetsformedlingen/p-4b8cae8a.entry.js +0 -1
  270. package/dist/digi-arbetsformedlingen/p-4bad4fb0.js +0 -1
  271. package/dist/digi-arbetsformedlingen/p-51149879.entry.js +0 -1
  272. package/dist/digi-arbetsformedlingen/p-55bcba7c.entry.js +0 -1
  273. package/dist/digi-arbetsformedlingen/p-55d02ef7.entry.js +0 -1
  274. package/dist/digi-arbetsformedlingen/p-577f6995.entry.js +0 -1
  275. package/dist/digi-arbetsformedlingen/p-59073668.entry.js +0 -1
  276. package/dist/digi-arbetsformedlingen/p-5f20045a.entry.js +0 -1
  277. package/dist/digi-arbetsformedlingen/p-5f4ece29.entry.js +0 -1
  278. package/dist/digi-arbetsformedlingen/p-6fb0f1a4.entry.js +0 -1
  279. package/dist/digi-arbetsformedlingen/p-70da2307.entry.js +0 -1
  280. package/dist/digi-arbetsformedlingen/p-7933b555.js +0 -1
  281. package/dist/digi-arbetsformedlingen/p-7aacd45f.js +0 -1
  282. package/dist/digi-arbetsformedlingen/p-7f155bd5.entry.js +0 -1
  283. package/dist/digi-arbetsformedlingen/p-8142cc73.js +0 -1
  284. package/dist/digi-arbetsformedlingen/p-814ca2ad.js +0 -1
  285. package/dist/digi-arbetsformedlingen/p-820e795b.js +0 -1
  286. package/dist/digi-arbetsformedlingen/p-82611050.entry.js +0 -1
  287. package/dist/digi-arbetsformedlingen/p-82a74908.entry.js +0 -1
  288. package/dist/digi-arbetsformedlingen/p-8833044b.entry.js +0 -1
  289. package/dist/digi-arbetsformedlingen/p-88b4d03a.js +0 -1
  290. package/dist/digi-arbetsformedlingen/p-8fa50755.entry.js +0 -1
  291. package/dist/digi-arbetsformedlingen/p-905ccb30.js +0 -1
  292. package/dist/digi-arbetsformedlingen/p-915b2a14.entry.js +0 -1
  293. package/dist/digi-arbetsformedlingen/p-97f66789.entry.js +0 -1
  294. package/dist/digi-arbetsformedlingen/p-9c053cf8.entry.js +0 -1
  295. package/dist/digi-arbetsformedlingen/p-9dae073c.entry.js +0 -1
  296. package/dist/digi-arbetsformedlingen/p-9dd5d6c8.js +0 -1
  297. package/dist/digi-arbetsformedlingen/p-9f47d4b7.entry.js +0 -1
  298. package/dist/digi-arbetsformedlingen/p-a969ba67.entry.js +0 -1
  299. package/dist/digi-arbetsformedlingen/p-af72f16f.entry.js +0 -1
  300. package/dist/digi-arbetsformedlingen/p-b3d93b8b.entry.js +0 -1
  301. package/dist/digi-arbetsformedlingen/p-c04ae2fc.entry.js +0 -1
  302. package/dist/digi-arbetsformedlingen/p-c06930c2.entry.js +0 -1
  303. package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +0 -1
  304. package/dist/digi-arbetsformedlingen/p-c7949525.js +0 -1
  305. package/dist/digi-arbetsformedlingen/p-d182d8bb.entry.js +0 -1
  306. package/dist/digi-arbetsformedlingen/p-d1886fff.js +0 -1
  307. package/dist/digi-arbetsformedlingen/p-d595e8a3.js +0 -1
  308. package/dist/digi-arbetsformedlingen/p-eda570be.entry.js +0 -1
  309. package/dist/digi-arbetsformedlingen/p-f40f4b2a.js +0 -1
  310. package/dist/digi-arbetsformedlingen/p-f447b984.js +0 -1
  311. package/dist/digi-arbetsformedlingen/p-f4edca16.entry.js +0 -1
  312. package/dist/digi-arbetsformedlingen/p-fb9b3544.entry.js +0 -1
  313. package/dist/digi-arbetsformedlingen/p-fdca581c.entry.js +0 -1
  314. package/dist/esm/digi-button_27.entry.js +0 -1350
  315. package/dist/esm/digi-calendar-datepicker.entry.js +0 -2597
  316. package/dist/esm/digi-calendar_2.entry.js +0 -459
  317. package/dist/esm/digi-context-menu.entry.js +0 -236
  318. package/dist/esm/digi-expandable-faq-item.entry.js +0 -93
  319. package/dist/esm/digi-form-category-filter.entry.js +0 -117
  320. package/dist/esm/digi-form-checkbox.entry.js +0 -135
  321. package/dist/esm/digi-form-file-upload.entry.js +0 -598
  322. package/dist/esm/digi-form-filter.entry.js +0 -244
  323. package/dist/esm/digi-form-input.entry.js +0 -190
  324. package/dist/esm/digi-form-label_3.entry.js +0 -123
  325. package/dist/esm/digi-form-select-filter.entry.js +0 -560
  326. package/dist/esm/digi-form-select_2.entry.js +0 -181
  327. package/dist/esm/digi-icon-check-circle-solid_4.entry.js +0 -92
  328. package/dist/esm/digi-icon-check.entry.js +0 -26
  329. package/dist/esm/digi-icon-chevron-down.entry.js +0 -26
  330. package/dist/esm/digi-icon-chevron-left_2.entry.js +0 -48
  331. package/dist/esm/digi-icon-copy.entry.js +0 -26
  332. package/dist/esm/digi-icon-list-ul_6.entry.js +0 -136
  333. package/dist/esm/digi-icon-minus_2.entry.js +0 -48
  334. package/dist/esm/digi-icon-notification-error_4.entry.js +0 -92
  335. package/dist/esm/digi-icon-spinner.entry.js +0 -27
  336. package/dist/esm/digi-icon-validation-error_2.entry.js +0 -48
  337. package/dist/esm/digi-info-card-multi-container.entry.js +0 -18
  338. package/dist/esm/digi-info-card-multi.entry.js +0 -54
  339. package/dist/esm/digi-info-card.entry.js +0 -75
  340. package/dist/esm/digi-layout-columns.entry.js +0 -29
  341. package/dist/esm/digi-link-button.entry.js +0 -62
  342. package/dist/esm/digi-link-external.entry.js +0 -32
  343. package/dist/esm/digi-link-internal.entry.js +0 -33
  344. package/dist/esm/digi-navigation-vertical-menu-item.entry.js +0 -146
  345. package/dist/esm/digi-navigation-vertical-menu.entry.js +0 -173
  346. package/dist/esm/digi-notification-alert.entry.js +0 -108
  347. package/dist/esm/digi-progress-indicator.entry.js +0 -133
  348. package/dist/esm/digi-tag-media.entry.js +0 -43
  349. package/dist/esm/digi-tools-theme-provider.entry.js +0 -24
  350. package/dist/esm/digi-typography-heading-jumbo.entry.js +0 -34
  351. package/dist/esm/digi-typography-preamble.entry.js +0 -16
  352. package/dist/esm/digi-util-mutation-observer.entry.js +0 -60
  353. package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.js +0 -18
  354. package/dist/esm/form-checkbox-variation.enum-83e906fc.js +0 -19
  355. package/dist/esm/form-file-upload-variation.enum-9c49ec5e.js +0 -24
  356. package/dist/esm/form-input-search-variation.enum-6d8dc10a.js +0 -15
  357. package/dist/esm/form-input-variation.enum-64d9450f.js +0 -29
  358. package/dist/esm/form-select-variation.enum-f2f6098d.js +0 -16
  359. package/dist/esm/form-validation-message-variation.enum-bcef8a9d.js +0 -8
  360. package/dist/esm/index-5b6c95c6.js +0 -63
  361. package/dist/esm/index-8685f88d.js +0 -170
  362. package/dist/esm/info-card-multi-type.enum-07ee124f.js +0 -8
  363. package/dist/esm/info-card-variation.enum-2ccc52c1.js +0 -24
  364. package/dist/esm/layout-columns-variation.enum-34f7754e.js +0 -23
  365. package/dist/esm/link-button-variation.enum-84d4976f.js +0 -9
  366. package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +0 -13
  367. package/dist/esm/progress-indicator-variation.enum-b12ba50a.js +0 -13
  368. package/dist/esm/tag-media-icon.enum-fefa191c.js +0 -11
  369. package/dist/esm/tools-theme-provider.brand.enum-8c5a98c9.js +0 -7
  370. package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +0 -17
  371. package/dist/esm/typography-variation.enum-c85d7857.js +0 -271
@@ -3,49 +3,33 @@
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-c0ef9190.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
- const formInputSearchVariation_enum = require('./form-input-search-variation.enum-e0e025b1.js');
9
+ const formInputType_enum = require('./form-input-type.enum-1fb2180a.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
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 formCheckboxVariation_enum = require('./form-checkbox-variation.enum-d2ca879e.js');
18
- const formFileUploadVariation_enum = require('./form-file-upload-variation.enum-634cfae8.js');
19
- const formInputType_enum = require('./form-input-type.enum-9c8ee12a.js');
20
- const formInputVariation_enum = require('./form-input-variation.enum-c750520c.js');
21
16
  const formRadiogroupValidation_enum = require('./form-radiogroup-validation.enum-03a17d4d.js');
22
- const formSelectVariation_enum = require('./form-select-variation.enum-528c1bf0.js');
23
17
  const formTextareaVariation_enum = require('./form-textarea-variation.enum-9c90d40f.js');
24
- const formValidationMessageVariation_enum = require('./form-validation-message-variation.enum-855ae0be.js');
25
- const infoCardMultiType_enum = require('./info-card-multi-type.enum-14746572.js');
26
- const infoCardVariation_enum = require('./info-card-variation.enum-64cef637.js');
27
18
  const layoutBlockVariation_enum = require('./layout-block-variation.enum-f6102119.js');
28
- const layoutColumnsVariation_enum = require('./layout-columns-variation.enum-65675649.js');
29
- const linkButtonVariation_enum = require('./link-button-variation.enum-137785e3.js');
30
19
  const listType_enum = require('./list-type.enum-aea4d012.js');
31
20
  const loaderSkeletonVariation_enum = require('./loader-skeleton-variation.enum-d52ba55e.js');
32
21
  const loaderSpinnerSize_enum = require('./loader-spinner-size.enum-db2973f0.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,6 +93,18 @@ 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 () {
@@ -127,6 +123,24 @@ Object.defineProperty(exports, 'FooterVariation', {
127
123
  return typographyVariation_enum.FooterVariation;
128
124
  }
129
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
+ });
130
144
  Object.defineProperty(exports, 'FormErrorListHeadingLevel', {
131
145
  enumerable: true,
132
146
  get: function () {
@@ -139,6 +153,42 @@ Object.defineProperty(exports, 'FormFieldsetValidation', {
139
153
  return typographyVariation_enum.FormFieldsetValidation;
140
154
  }
141
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
+ });
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
+ });
142
192
  Object.defineProperty(exports, 'FormRadiobuttonLayout', {
143
193
  enumerable: true,
144
194
  get: function () {
@@ -181,376 +231,364 @@ Object.defineProperty(exports, 'FormSelectFilterValidation', {
181
231
  return typographyVariation_enum.FormSelectFilterValidation;
182
232
  }
183
233
  });
184
- Object.defineProperty(exports, 'HeaderCenterContentWidth', {
185
- enumerable: true,
186
- get: function () {
187
- return typographyVariation_enum.HeaderCenterContentWidth;
188
- }
189
- });
190
- Object.defineProperty(exports, 'InfoCardHeadingLevel', {
234
+ Object.defineProperty(exports, 'FormSelectValidation', {
191
235
  enumerable: true,
192
236
  get: function () {
193
- return typographyVariation_enum.InfoCardHeadingLevel;
237
+ return typographyVariation_enum.FormSelectValidation;
194
238
  }
195
239
  });
196
- Object.defineProperty(exports, 'InfoCardMultiContainerHeadingLevel', {
240
+ Object.defineProperty(exports, 'FormSelectVariation', {
197
241
  enumerable: true,
198
242
  get: function () {
199
- return typographyVariation_enum.InfoCardMultiContainerHeadingLevel;
243
+ return typographyVariation_enum.FormSelectVariation;
200
244
  }
201
245
  });
202
- Object.defineProperty(exports, 'InfoCardMultiHeadingLevel', {
246
+ Object.defineProperty(exports, 'FormValidationMessageVariation', {
203
247
  enumerable: true,
204
248
  get: function () {
205
- return typographyVariation_enum.InfoCardMultiHeadingLevel;
249
+ return typographyVariation_enum.FormValidationMessageVariation;
206
250
  }
207
251
  });
208
- Object.defineProperty(exports, 'InfoCardMultiVariation', {
209
- enumerable: true,
210
- get: function () {
211
- return typographyVariation_enum.InfoCardMultiVariation;
212
- }
213
- });
214
- Object.defineProperty(exports, 'LayoutBlockContainer', {
252
+ Object.defineProperty(exports, 'HeaderCenterContentWidth', {
215
253
  enumerable: true,
216
254
  get: function () {
217
- return typographyVariation_enum.LayoutBlockContainer;
255
+ return typographyVariation_enum.HeaderCenterContentWidth;
218
256
  }
219
257
  });
220
- Object.defineProperty(exports, 'LayoutContainerMaxWidth', {
258
+ Object.defineProperty(exports, 'InfoCardBorderPosition', {
221
259
  enumerable: true,
222
260
  get: function () {
223
- return typographyVariation_enum.LayoutContainerMaxWidth;
261
+ return typographyVariation_enum.InfoCardBorderPosition;
224
262
  }
225
263
  });
226
- Object.defineProperty(exports, 'LayoutContainerVariation', {
264
+ Object.defineProperty(exports, 'InfoCardHeadingLevel', {
227
265
  enumerable: true,
228
266
  get: function () {
229
- return typographyVariation_enum.LayoutContainerVariation;
267
+ return typographyVariation_enum.InfoCardHeadingLevel;
230
268
  }
231
269
  });
232
- Object.defineProperty(exports, 'LogoColor', {
270
+ Object.defineProperty(exports, 'InfoCardMultiContainerHeadingLevel', {
233
271
  enumerable: true,
234
272
  get: function () {
235
- return typographyVariation_enum.LogoColor;
273
+ return typographyVariation_enum.InfoCardMultiContainerHeadingLevel;
236
274
  }
237
275
  });
238
- Object.defineProperty(exports, 'NotificationAlertHeadingLevel', {
276
+ Object.defineProperty(exports, 'InfoCardMultiHeadingLevel', {
239
277
  enumerable: true,
240
278
  get: function () {
241
- return typographyVariation_enum.NotificationAlertHeadingLevel;
279
+ return typographyVariation_enum.InfoCardMultiHeadingLevel;
242
280
  }
243
281
  });
244
- Object.defineProperty(exports, 'NotificationAlertSize', {
282
+ Object.defineProperty(exports, 'InfoCardMultiType', {
245
283
  enumerable: true,
246
284
  get: function () {
247
- return typographyVariation_enum.NotificationAlertSize;
285
+ return typographyVariation_enum.InfoCardMultiType;
248
286
  }
249
287
  });
250
- Object.defineProperty(exports, 'NotificationAlertVariation', {
288
+ Object.defineProperty(exports, 'InfoCardMultiVariation', {
251
289
  enumerable: true,
252
290
  get: function () {
253
- return typographyVariation_enum.NotificationAlertVariation;
291
+ return typographyVariation_enum.InfoCardMultiVariation;
254
292
  }
255
293
  });
256
- Object.defineProperty(exports, 'TitleLogoVariation', {
294
+ Object.defineProperty(exports, 'InfoCardSize', {
257
295
  enumerable: true,
258
296
  get: function () {
259
- return typographyVariation_enum.TitleLogoVariation;
297
+ return typographyVariation_enum.InfoCardSize;
260
298
  }
261
299
  });
262
- Object.defineProperty(exports, 'ToolsFeedbackHeadingLevel', {
300
+ Object.defineProperty(exports, 'InfoCardType', {
263
301
  enumerable: true,
264
302
  get: function () {
265
- return typographyVariation_enum.ToolsFeedbackHeadingLevel;
303
+ return typographyVariation_enum.InfoCardType;
266
304
  }
267
305
  });
268
- Object.defineProperty(exports, 'ToolsFeedbackType', {
306
+ Object.defineProperty(exports, 'InfoCardVariation', {
269
307
  enumerable: true,
270
308
  get: function () {
271
- return typographyVariation_enum.ToolsFeedbackType;
309
+ return typographyVariation_enum.InfoCardVariation;
272
310
  }
273
311
  });
274
- Object.defineProperty(exports, 'TypographyVariation', {
312
+ Object.defineProperty(exports, 'LayoutBlockContainer', {
275
313
  enumerable: true,
276
314
  get: function () {
277
- return typographyVariation_enum.TypographyVariation;
315
+ return typographyVariation_enum.LayoutBlockContainer;
278
316
  }
279
317
  });
280
- Object.defineProperty(exports, 'BadgeStatusSize', {
318
+ Object.defineProperty(exports, 'LayoutColumnsElement', {
281
319
  enumerable: true,
282
320
  get: function () {
283
- return badgeStatusVariation_enum.BadgeStatusSize;
321
+ return typographyVariation_enum.LayoutColumnsElement;
284
322
  }
285
323
  });
286
- Object.defineProperty(exports, 'BadgeStatusType', {
324
+ Object.defineProperty(exports, 'LayoutColumnsGap', {
287
325
  enumerable: true,
288
326
  get: function () {
289
- return badgeStatusVariation_enum.BadgeStatusType;
327
+ return typographyVariation_enum.LayoutColumnsGap;
290
328
  }
291
329
  });
292
- Object.defineProperty(exports, 'BadgeStatusVariation', {
330
+ Object.defineProperty(exports, 'LayoutColumnsVariation', {
293
331
  enumerable: true,
294
332
  get: function () {
295
- return badgeStatusVariation_enum.BadgeStatusVariation;
333
+ return typographyVariation_enum.LayoutColumnsVariation;
296
334
  }
297
335
  });
298
- Object.defineProperty(exports, 'ButtonSize', {
336
+ Object.defineProperty(exports, 'LayoutContainerMaxWidth', {
299
337
  enumerable: true,
300
338
  get: function () {
301
- return codeExampleVariation_enum.ButtonSize;
339
+ return typographyVariation_enum.LayoutContainerMaxWidth;
302
340
  }
303
341
  });
304
- Object.defineProperty(exports, 'CodeBlockVariation', {
342
+ Object.defineProperty(exports, 'LayoutContainerVariation', {
305
343
  enumerable: true,
306
344
  get: function () {
307
- return codeExampleVariation_enum.CodeBlockVariation;
345
+ return typographyVariation_enum.LayoutContainerVariation;
308
346
  }
309
347
  });
310
- Object.defineProperty(exports, 'CodeExampleLanguage', {
348
+ Object.defineProperty(exports, 'LinkButtonVariation', {
311
349
  enumerable: true,
312
350
  get: function () {
313
- return codeExampleVariation_enum.CodeExampleLanguage;
351
+ return typographyVariation_enum.LinkButtonVariation;
314
352
  }
315
353
  });
316
- Object.defineProperty(exports, 'CodeExampleVariation', {
354
+ Object.defineProperty(exports, 'LogoColor', {
317
355
  enumerable: true,
318
356
  get: function () {
319
- return codeExampleVariation_enum.CodeExampleVariation;
357
+ return typographyVariation_enum.LogoColor;
320
358
  }
321
359
  });
322
- Object.defineProperty(exports, 'ButtonType', {
360
+ Object.defineProperty(exports, 'NavigationVerticalMenuActiveIndicatorSize', {
323
361
  enumerable: true,
324
362
  get: function () {
325
- return formInputSearchVariation_enum.ButtonType;
363
+ return typographyVariation_enum.NavigationVerticalMenuActiveIndicatorSize;
326
364
  }
327
365
  });
328
- Object.defineProperty(exports, 'FormInputSearchVariation', {
366
+ Object.defineProperty(exports, 'NavigationVerticalMenuVariation', {
329
367
  enumerable: true,
330
368
  get: function () {
331
- return formInputSearchVariation_enum.FormInputSearchVariation;
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, 'FormCheckboxLayout', {
432
+ Object.defineProperty(exports, 'ToolsThemeProviderThemeEnum', {
395
433
  enumerable: true,
396
434
  get: function () {
397
- return formCheckboxVariation_enum.FormCheckboxLayout;
435
+ return typographyVariation_enum.ToolsThemeProviderThemeEnum;
398
436
  }
399
437
  });
400
- Object.defineProperty(exports, 'FormCheckboxValidation', {
438
+ Object.defineProperty(exports, 'TypographyHeadingJumboLevel', {
401
439
  enumerable: true,
402
440
  get: function () {
403
- return formCheckboxVariation_enum.FormCheckboxValidation;
441
+ return typographyVariation_enum.TypographyHeadingJumboLevel;
404
442
  }
405
443
  });
406
- Object.defineProperty(exports, 'FormCheckboxVariation', {
444
+ Object.defineProperty(exports, 'TypographyHeadingJumboVariation', {
407
445
  enumerable: true,
408
446
  get: function () {
409
- return formCheckboxVariation_enum.FormCheckboxVariation;
447
+ return typographyVariation_enum.TypographyHeadingJumboVariation;
410
448
  }
411
449
  });
412
- Object.defineProperty(exports, 'FormFileUploadHeadingLevel', {
450
+ Object.defineProperty(exports, 'TypographyVariation', {
413
451
  enumerable: true,
414
452
  get: function () {
415
- return formFileUploadVariation_enum.FormFileUploadHeadingLevel;
453
+ return typographyVariation_enum.TypographyVariation;
416
454
  }
417
455
  });
418
- Object.defineProperty(exports, 'FormFileUploadValidation', {
456
+ Object.defineProperty(exports, 'BadgeStatusSize', {
419
457
  enumerable: true,
420
458
  get: function () {
421
- return formFileUploadVariation_enum.FormFileUploadValidation;
459
+ return badgeStatusVariation_enum.BadgeStatusSize;
422
460
  }
423
461
  });
424
- Object.defineProperty(exports, 'FormFileUploadVariation', {
462
+ Object.defineProperty(exports, 'BadgeStatusType', {
425
463
  enumerable: true,
426
464
  get: function () {
427
- return formFileUploadVariation_enum.FormFileUploadVariation;
465
+ return badgeStatusVariation_enum.BadgeStatusType;
428
466
  }
429
467
  });
430
- Object.defineProperty(exports, 'FormInputButtonVariation', {
468
+ Object.defineProperty(exports, 'BadgeStatusVariation', {
431
469
  enumerable: true,
432
470
  get: function () {
433
- return formInputType_enum.FormInputButtonVariation;
471
+ return badgeStatusVariation_enum.BadgeStatusVariation;
434
472
  }
435
473
  });
436
- Object.defineProperty(exports, 'FormInputType', {
474
+ Object.defineProperty(exports, 'ButtonSize', {
437
475
  enumerable: true,
438
476
  get: function () {
439
- return formInputType_enum.FormInputType;
477
+ return codeExampleVariation_enum.ButtonSize;
440
478
  }
441
479
  });
442
- Object.defineProperty(exports, 'FormInputMode', {
480
+ Object.defineProperty(exports, 'CodeBlockVariation', {
443
481
  enumerable: true,
444
482
  get: function () {
445
- return formInputVariation_enum.FormInputMode;
483
+ return codeExampleVariation_enum.CodeBlockVariation;
446
484
  }
447
485
  });
448
- Object.defineProperty(exports, 'FormInputValidation', {
486
+ Object.defineProperty(exports, 'CodeExampleLanguage', {
449
487
  enumerable: true,
450
488
  get: function () {
451
- return formInputVariation_enum.FormInputValidation;
489
+ return codeExampleVariation_enum.CodeExampleLanguage;
452
490
  }
453
491
  });
454
- Object.defineProperty(exports, 'FormInputVariation', {
492
+ Object.defineProperty(exports, 'CodeExampleVariation', {
455
493
  enumerable: true,
456
494
  get: function () {
457
- return formInputVariation_enum.FormInputVariation;
495
+ return codeExampleVariation_enum.CodeExampleVariation;
458
496
  }
459
497
  });
460
- Object.defineProperty(exports, 'FormRadiogroupValidation', {
498
+ Object.defineProperty(exports, 'ButtonType', {
461
499
  enumerable: true,
462
500
  get: function () {
463
- return formRadiogroupValidation_enum.FormRadiogroupValidation;
501
+ return formInputType_enum.ButtonType;
464
502
  }
465
503
  });
466
- Object.defineProperty(exports, 'FormSelectValidation', {
504
+ Object.defineProperty(exports, 'FormInputButtonVariation', {
467
505
  enumerable: true,
468
506
  get: function () {
469
- return formSelectVariation_enum.FormSelectValidation;
507
+ return formInputType_enum.FormInputButtonVariation;
470
508
  }
471
509
  });
472
- Object.defineProperty(exports, 'FormSelectVariation', {
510
+ Object.defineProperty(exports, 'FormInputSearchVariation', {
473
511
  enumerable: true,
474
512
  get: function () {
475
- return formSelectVariation_enum.FormSelectVariation;
513
+ return formInputType_enum.FormInputSearchVariation;
476
514
  }
477
515
  });
478
- Object.defineProperty(exports, 'FormTextareaValidation', {
516
+ Object.defineProperty(exports, 'FormInputType', {
479
517
  enumerable: true,
480
518
  get: function () {
481
- return formTextareaVariation_enum.FormTextareaValidation;
519
+ return formInputType_enum.FormInputType;
482
520
  }
483
521
  });
484
- Object.defineProperty(exports, 'FormTextareaVariation', {
522
+ Object.defineProperty(exports, 'ButtonVariation', {
485
523
  enumerable: true,
486
524
  get: function () {
487
- return formTextareaVariation_enum.FormTextareaVariation;
525
+ return buttonVariation_enum.ButtonVariation;
488
526
  }
489
527
  });
490
- Object.defineProperty(exports, 'FormValidationMessageVariation', {
528
+ Object.defineProperty(exports, 'CalendarWeekViewHeadingLevel', {
491
529
  enumerable: true,
492
530
  get: function () {
493
- return formValidationMessageVariation_enum.FormValidationMessageVariation;
531
+ return calendarWeekViewHeadingLevel_enum.CalendarWeekViewHeadingLevel;
494
532
  }
495
533
  });
496
- Object.defineProperty(exports, 'InfoCardMultiType', {
534
+ Object.defineProperty(exports, 'BarChartVariation', {
497
535
  enumerable: true,
498
536
  get: function () {
499
- return infoCardMultiType_enum.InfoCardMultiType;
537
+ return barChartVariation_enum.BarChartVariation;
500
538
  }
501
539
  });
502
- Object.defineProperty(exports, 'InfoCardBorderPosition', {
540
+ Object.defineProperty(exports, 'CodeLanguage', {
503
541
  enumerable: true,
504
542
  get: function () {
505
- return infoCardVariation_enum.InfoCardBorderPosition;
543
+ return codeVariation_enum.CodeLanguage;
506
544
  }
507
545
  });
508
- Object.defineProperty(exports, 'InfoCardSize', {
546
+ Object.defineProperty(exports, 'CodeVariation', {
509
547
  enumerable: true,
510
548
  get: function () {
511
- return infoCardVariation_enum.InfoCardSize;
549
+ return codeVariation_enum.CodeVariation;
512
550
  }
513
551
  });
514
- Object.defineProperty(exports, 'InfoCardType', {
552
+ Object.defineProperty(exports, 'ExpandableAccordionHeaderLevel', {
515
553
  enumerable: true,
516
554
  get: function () {
517
- return infoCardVariation_enum.InfoCardType;
555
+ return expandableAccordionHeaderLevel_enum.ExpandableAccordionHeaderLevel;
518
556
  }
519
557
  });
520
- Object.defineProperty(exports, 'InfoCardVariation', {
558
+ Object.defineProperty(exports, 'ExpandableFaqHeadingLevel', {
521
559
  enumerable: true,
522
560
  get: function () {
523
- return infoCardVariation_enum.InfoCardVariation;
561
+ return expandableFaqVariation_enum.ExpandableFaqHeadingLevel;
524
562
  }
525
563
  });
526
- Object.defineProperty(exports, 'LayoutBlockVariation', {
564
+ Object.defineProperty(exports, 'ExpandableFaqVariation', {
527
565
  enumerable: true,
528
566
  get: function () {
529
- return layoutBlockVariation_enum.LayoutBlockVariation;
567
+ return expandableFaqVariation_enum.ExpandableFaqVariation;
530
568
  }
531
569
  });
532
- Object.defineProperty(exports, 'LayoutColumnsElement', {
570
+ Object.defineProperty(exports, 'FormRadiogroupValidation', {
533
571
  enumerable: true,
534
572
  get: function () {
535
- return layoutColumnsVariation_enum.LayoutColumnsElement;
573
+ return formRadiogroupValidation_enum.FormRadiogroupValidation;
536
574
  }
537
575
  });
538
- Object.defineProperty(exports, 'LayoutColumnsGap', {
576
+ Object.defineProperty(exports, 'FormTextareaValidation', {
539
577
  enumerable: true,
540
578
  get: function () {
541
- return layoutColumnsVariation_enum.LayoutColumnsGap;
579
+ return formTextareaVariation_enum.FormTextareaValidation;
542
580
  }
543
581
  });
544
- Object.defineProperty(exports, 'LayoutColumnsVariation', {
582
+ Object.defineProperty(exports, 'FormTextareaVariation', {
545
583
  enumerable: true,
546
584
  get: function () {
547
- return layoutColumnsVariation_enum.LayoutColumnsVariation;
585
+ return formTextareaVariation_enum.FormTextareaVariation;
548
586
  }
549
587
  });
550
- Object.defineProperty(exports, 'LinkButtonVariation', {
588
+ Object.defineProperty(exports, 'LayoutBlockVariation', {
551
589
  enumerable: true,
552
590
  get: function () {
553
- return linkButtonVariation_enum.LinkButtonVariation;
591
+ return layoutBlockVariation_enum.LayoutBlockVariation;
554
592
  }
555
593
  });
556
594
  Object.defineProperty(exports, 'ListType', {
@@ -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 () {