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