@designsystem-se/af 37.0.2-beta.0 → 37.0.2-beta.1

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 (249) 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 +1 -1
  4. package/components/digi-calendar-week-view.js +1 -1
  5. package/components/digi-chart-line.js +1 -1
  6. package/components/digi-code-block.js +1 -1
  7. package/components/digi-code-example.js +2 -2
  8. package/components/digi-context-menu.js +1 -1
  9. package/components/digi-dialog.js +1 -1
  10. package/components/digi-form-category-filter.js +1 -1
  11. package/components/digi-form-checkbox.js +1 -1
  12. package/components/digi-form-error-list.js +2 -2
  13. package/components/digi-form-filter.js +3 -3
  14. package/components/digi-form-input-search.js +1 -1
  15. package/components/digi-form-select-filter.js +2 -2
  16. package/components/digi-header-avatar.js +1 -1
  17. package/components/digi-header-navigation.js +1 -1
  18. package/components/digi-header.js +4 -4
  19. package/components/digi-info-card-multi.js +1 -1
  20. package/components/digi-info-card.js +1 -1
  21. package/components/digi-link-internal.js +1 -1
  22. package/components/digi-navigation-pagination.js +1 -1
  23. package/components/digi-navigation-sidebar-button.js +1 -1
  24. package/components/digi-navigation-sidebar.js +1 -1
  25. package/components/digi-notification-alert.js +1 -1
  26. package/components/digi-tag.js +1 -1
  27. package/components/digi-tools-feedback.js +1 -1
  28. package/components/digi-tools-theme-provider.js +1 -1
  29. package/components/p-0139aa4e.js +66 -0
  30. package/components/{p-d2a95a3e.js → p-35dc20c4.js} +1 -1
  31. package/components/{p-29f63312.js → p-6bc35478.js} +1 -1
  32. package/components/p-a761b038.js +165 -0
  33. package/components/p-ae129206.js +163 -0
  34. package/components/{p-e756fda7.js → p-f5f26951.js} +1 -1
  35. package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
  36. package/dist/cjs/digi-button_83.cjs.entry.js +8198 -0
  37. package/dist/cjs/{digi-code-block.cjs.entry.js → digi-code-block_2.cjs.entry.js} +28 -9
  38. package/dist/cjs/digi-dialog.cjs.entry.js +2 -9
  39. package/dist/cjs/digi-form-error-list.cjs.entry.js +2 -9
  40. package/dist/cjs/digi-form-radiogroup.cjs.entry.js +80 -0
  41. package/dist/cjs/digi-form-receipt.cjs.entry.js +2 -9
  42. package/dist/cjs/digi-navigation-pagination.cjs.entry.js +2 -9
  43. package/dist/cjs/digi-notification-error-page.cjs.entry.js +2 -9
  44. package/dist/cjs/digi-tools-feedback.cjs.entry.js +2 -9
  45. package/dist/cjs/form-radiogroup-validation.enum-03a17d4d.js +9 -0
  46. package/dist/cjs/index-7a477838.js +8 -140
  47. package/dist/cjs/index.cjs.js +106 -113
  48. package/dist/cjs/loader.cjs.js +1 -1
  49. package/dist/cjs/{typography-variation.enum-e41bd69d.js → typography-variation.enum-d87d726d.js} +119 -8
  50. package/dist/collection/components/_button/button/button.css +4 -4
  51. package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +15 -7
  52. package/dist/collection/components/_form/form-checkbox/form-checkbox.css +14 -6
  53. package/dist/collection/components/_form/form-filter/form-filter.css +1 -1
  54. package/dist/collection/components/_form/form-select-filter/form-select-filter.css +2 -2
  55. package/dist/collection/components/_header/header/header.js +2 -2
  56. package/dist/collection/components/_header/header-avatar/header-avatar.css +14 -6
  57. package/dist/collection/components/_info-card/info-card-multi/info-card-multi.css +1 -1
  58. package/dist/collection/components/_link/link-internal/link-internal.css +14 -6
  59. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.js +3 -3
  60. package/dist/collection/design-tokens/components/_button.variables.scss +4 -4
  61. package/dist/collection/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
  62. package/dist/collection/design-tokens/components/_form-filter.variables.scss +1 -1
  63. package/dist/collection/design-tokens/components/_form-select-filter.variables.scss +2 -2
  64. package/dist/collection/design-tokens/components/_info-card-multi.variables.scss +1 -1
  65. package/dist/collection/styles/src/_alias.mixin.scss +4 -0
  66. package/dist/collection/styles/src/themes/_common.mixin.scss +2 -2
  67. package/dist/collection/styles/src/themes/_theme-af25.mixin.scss +8 -4
  68. package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +4 -4
  69. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
  70. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-filter.variables.scss +1 -1
  71. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +2 -2
  72. package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card-multi.variables.scss +1 -1
  73. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.css +1 -1
  74. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.esm.js +1 -1
  75. package/dist/digi-arbetsformedlingen/index.esm.js +1 -1
  76. package/dist/digi-arbetsformedlingen/p-09169f17.entry.js +1 -0
  77. package/dist/digi-arbetsformedlingen/p-24fe2189.js +1 -0
  78. package/dist/digi-arbetsformedlingen/p-3066da42.entry.js +1 -0
  79. package/dist/digi-arbetsformedlingen/p-750ff498.entry.js +1 -0
  80. package/dist/digi-arbetsformedlingen/p-81bbd04c.entry.js +1 -0
  81. package/dist/digi-arbetsformedlingen/p-8f775593.entry.js +1 -0
  82. package/dist/digi-arbetsformedlingen/p-901a3527.entry.js +1 -0
  83. package/dist/digi-arbetsformedlingen/p-94a9a0f4.entry.js +1 -0
  84. package/dist/digi-arbetsformedlingen/p-a6009681.js +1 -0
  85. package/dist/digi-arbetsformedlingen/p-ec9e7c00.entry.js +1 -0
  86. package/dist/digi-arbetsformedlingen/p-f6edfd64.entry.js +1 -0
  87. package/dist/digi-arbetsformedlingen/styles/src/_alias.mixin.scss +4 -0
  88. package/dist/digi-arbetsformedlingen/styles/src/themes/_common.mixin.scss +2 -2
  89. package/dist/digi-arbetsformedlingen/styles/src/themes/_theme-af25.mixin.scss +8 -4
  90. package/dist/esm/digi-arbetsformedlingen.js +1 -1
  91. package/dist/esm/digi-button_83.entry.js +8112 -0
  92. package/dist/esm/{digi-code-block.entry.js → digi-code-block_2.entry.js} +28 -10
  93. package/dist/esm/digi-dialog.entry.js +2 -9
  94. package/dist/esm/digi-form-error-list.entry.js +2 -9
  95. package/dist/esm/digi-form-radiogroup.entry.js +76 -0
  96. package/dist/esm/digi-form-receipt.entry.js +2 -9
  97. package/dist/esm/digi-navigation-pagination.entry.js +2 -9
  98. package/dist/esm/digi-notification-error-page.entry.js +2 -9
  99. package/dist/esm/digi-tools-feedback.entry.js +2 -9
  100. package/dist/esm/form-radiogroup-validation.enum-d790fc66.js +9 -0
  101. package/dist/esm/index-148a7577.js +8 -140
  102. package/dist/esm/index.js +2 -9
  103. package/dist/esm/loader.js +1 -1
  104. package/dist/esm/{typography-variation.enum-b07f76c9.js → typography-variation.enum-c5257524.js} +120 -9
  105. package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.d.ts +1 -1
  106. package/dist/types/components.d.ts +2 -2
  107. package/hydrate/index.js +10 -10
  108. package/hydrate/index.mjs +10 -10
  109. package/package.json +1 -1
  110. package/components/p-0d568c4b.js +0 -66
  111. package/components/p-606ba731.js +0 -165
  112. package/components/p-f77cb7ae.js +0 -163
  113. package/dist/cjs/digi-button_38.cjs.entry.js +0 -5759
  114. package/dist/cjs/digi-footer-card.cjs.entry.js +0 -29
  115. package/dist/cjs/digi-footer.cjs.entry.js +0 -64
  116. package/dist/cjs/digi-form-file-upload.cjs.entry.js +0 -588
  117. package/dist/cjs/digi-form-filter.cjs.entry.js +0 -248
  118. package/dist/cjs/digi-header-avatar.cjs.entry.js +0 -114
  119. package/dist/cjs/digi-header-navigation-item.cjs.entry.js +0 -27
  120. package/dist/cjs/digi-header-navigation.cjs.entry.js +0 -218
  121. package/dist/cjs/digi-header-notification.cjs.entry.js +0 -23
  122. package/dist/cjs/digi-header.cjs.entry.js +0 -134
  123. package/dist/cjs/digi-icon-accessibility-universal.cjs.entry.js +0 -30
  124. package/dist/cjs/digi-icon-bars.cjs.entry.js +0 -30
  125. package/dist/cjs/digi-icon-bell-filled.cjs.entry.js +0 -30
  126. package/dist/cjs/digi-icon-check-circle-solid_4.cjs.entry.js +0 -99
  127. package/dist/cjs/digi-icon-envelope.cjs.entry.js +0 -30
  128. package/dist/cjs/digi-icon-external-link-alt_2.cjs.entry.js +0 -60
  129. package/dist/cjs/digi-icon-globe.cjs.entry.js +0 -30
  130. package/dist/cjs/digi-icon-list-ul_6.cjs.entry.js +0 -145
  131. package/dist/cjs/digi-icon-notification-error_4.cjs.entry.js +0 -99
  132. package/dist/cjs/digi-icon-sign.cjs.entry.js +0 -30
  133. package/dist/cjs/digi-icon-spinner.cjs.entry.js +0 -31
  134. package/dist/cjs/digi-icon-x.cjs.entry.js +0 -30
  135. package/dist/cjs/digi-info-card-multi-container.cjs.entry.js +0 -22
  136. package/dist/cjs/digi-info-card-multi.cjs.entry.js +0 -58
  137. package/dist/cjs/digi-info-card.cjs.entry.js +0 -79
  138. package/dist/cjs/digi-layout-columns.cjs.entry.js +0 -33
  139. package/dist/cjs/digi-link-button.cjs.entry.js +0 -66
  140. package/dist/cjs/digi-link-internal.cjs.entry.js +0 -37
  141. package/dist/cjs/digi-logo.cjs.entry.js +0 -69
  142. package/dist/cjs/digi-media-image_2.cjs.entry.js +0 -167
  143. package/dist/cjs/digi-navigation-sidebar-button.cjs.entry.js +0 -30
  144. package/dist/cjs/digi-notification-alert.cjs.entry.js +0 -102
  145. package/dist/cjs/digi-tag-media.cjs.entry.js +0 -47
  146. package/dist/cjs/digi-title-logo.cjs.entry.js +0 -121
  147. package/dist/cjs/digi-util-breakpoint-observer.cjs.entry.js +0 -48
  148. package/dist/cjs/footer-card-variation.enum-99555edc.js +0 -8
  149. package/dist/cjs/form-validation-message-variation.enum-c5ec3e2d.js +0 -31
  150. package/dist/cjs/info-card-multi-type.enum-14746572.js +0 -8
  151. package/dist/cjs/info-card-variation.enum-64cef637.js +0 -24
  152. package/dist/cjs/layout-columns-variation.enum-65675649.js +0 -23
  153. package/dist/cjs/link-button-variation.enum-137785e3.js +0 -9
  154. package/dist/cjs/logo-variation.enum-607fadb4.js +0 -13
  155. package/dist/cjs/tag-media-icon.enum-372563c5.js +0 -11
  156. package/dist/digi-arbetsformedlingen/p-0501a287.entry.js +0 -1
  157. package/dist/digi-arbetsformedlingen/p-07303cb5.js +0 -1
  158. package/dist/digi-arbetsformedlingen/p-0f543000.entry.js +0 -1
  159. package/dist/digi-arbetsformedlingen/p-0f6c0360.js +0 -1
  160. package/dist/digi-arbetsformedlingen/p-13120f18.entry.js +0 -1
  161. package/dist/digi-arbetsformedlingen/p-16f09f62.entry.js +0 -1
  162. package/dist/digi-arbetsformedlingen/p-180663ef.entry.js +0 -1
  163. package/dist/digi-arbetsformedlingen/p-1a619dd3.entry.js +0 -1
  164. package/dist/digi-arbetsformedlingen/p-237cad1c.entry.js +0 -1
  165. package/dist/digi-arbetsformedlingen/p-26e8ea70.entry.js +0 -1
  166. package/dist/digi-arbetsformedlingen/p-286973f2.entry.js +0 -1
  167. package/dist/digi-arbetsformedlingen/p-290d1746.js +0 -1
  168. package/dist/digi-arbetsformedlingen/p-2a023831.js +0 -1
  169. package/dist/digi-arbetsformedlingen/p-3887bb40.js +0 -1
  170. package/dist/digi-arbetsformedlingen/p-3c0c5222.entry.js +0 -1
  171. package/dist/digi-arbetsformedlingen/p-3dafce70.entry.js +0 -1
  172. package/dist/digi-arbetsformedlingen/p-443e9415.entry.js +0 -1
  173. package/dist/digi-arbetsformedlingen/p-52a3c86a.entry.js +0 -1
  174. package/dist/digi-arbetsformedlingen/p-54d9bd3e.entry.js +0 -1
  175. package/dist/digi-arbetsformedlingen/p-5ca38506.entry.js +0 -1
  176. package/dist/digi-arbetsformedlingen/p-5eba5ec4.entry.js +0 -1
  177. package/dist/digi-arbetsformedlingen/p-61385dc4.entry.js +0 -1
  178. package/dist/digi-arbetsformedlingen/p-67e32cc2.entry.js +0 -1
  179. package/dist/digi-arbetsformedlingen/p-73a6be41.entry.js +0 -1
  180. package/dist/digi-arbetsformedlingen/p-76ec3619.entry.js +0 -1
  181. package/dist/digi-arbetsformedlingen/p-780519ec.entry.js +0 -1
  182. package/dist/digi-arbetsformedlingen/p-7888e12c.entry.js +0 -1
  183. package/dist/digi-arbetsformedlingen/p-7c116ffb.entry.js +0 -1
  184. package/dist/digi-arbetsformedlingen/p-800b764b.entry.js +0 -1
  185. package/dist/digi-arbetsformedlingen/p-814ca2ad.js +0 -1
  186. package/dist/digi-arbetsformedlingen/p-820e795b.js +0 -1
  187. package/dist/digi-arbetsformedlingen/p-82a89ca1.entry.js +0 -1
  188. package/dist/digi-arbetsformedlingen/p-84719680.entry.js +0 -1
  189. package/dist/digi-arbetsformedlingen/p-870c4f49.entry.js +0 -1
  190. package/dist/digi-arbetsformedlingen/p-8e1568c4.entry.js +0 -1
  191. package/dist/digi-arbetsformedlingen/p-8e47ac34.entry.js +0 -1
  192. package/dist/digi-arbetsformedlingen/p-9b6e8cf8.entry.js +0 -1
  193. package/dist/digi-arbetsformedlingen/p-9e56568b.entry.js +0 -1
  194. package/dist/digi-arbetsformedlingen/p-ac87daf1.entry.js +0 -1
  195. package/dist/digi-arbetsformedlingen/p-b328f60b.entry.js +0 -1
  196. package/dist/digi-arbetsformedlingen/p-b4bef936.entry.js +0 -1
  197. package/dist/digi-arbetsformedlingen/p-d9bcab5f.entry.js +0 -1
  198. package/dist/digi-arbetsformedlingen/p-df3a8ec4.entry.js +0 -1
  199. package/dist/digi-arbetsformedlingen/p-e2c92528.entry.js +0 -1
  200. package/dist/digi-arbetsformedlingen/p-e540b80f.entry.js +0 -1
  201. package/dist/digi-arbetsformedlingen/p-e5fee242.js +0 -1
  202. package/dist/digi-arbetsformedlingen/p-e7ee9bea.entry.js +0 -1
  203. package/dist/digi-arbetsformedlingen/p-eada91bf.entry.js +0 -1
  204. package/dist/digi-arbetsformedlingen/p-ee88e3f1.js +0 -1
  205. package/dist/digi-arbetsformedlingen/p-fa44ce49.entry.js +0 -1
  206. package/dist/digi-arbetsformedlingen/p-fe409f14.entry.js +0 -1
  207. package/dist/esm/digi-button_38.entry.js +0 -5718
  208. package/dist/esm/digi-footer-card.entry.js +0 -25
  209. package/dist/esm/digi-footer.entry.js +0 -60
  210. package/dist/esm/digi-form-file-upload.entry.js +0 -584
  211. package/dist/esm/digi-form-filter.entry.js +0 -244
  212. package/dist/esm/digi-header-avatar.entry.js +0 -110
  213. package/dist/esm/digi-header-navigation-item.entry.js +0 -23
  214. package/dist/esm/digi-header-navigation.entry.js +0 -214
  215. package/dist/esm/digi-header-notification.entry.js +0 -19
  216. package/dist/esm/digi-header.entry.js +0 -130
  217. package/dist/esm/digi-icon-accessibility-universal.entry.js +0 -26
  218. package/dist/esm/digi-icon-bars.entry.js +0 -26
  219. package/dist/esm/digi-icon-bell-filled.entry.js +0 -26
  220. package/dist/esm/digi-icon-check-circle-solid_4.entry.js +0 -92
  221. package/dist/esm/digi-icon-envelope.entry.js +0 -26
  222. package/dist/esm/digi-icon-external-link-alt_2.entry.js +0 -55
  223. package/dist/esm/digi-icon-globe.entry.js +0 -26
  224. package/dist/esm/digi-icon-list-ul_6.entry.js +0 -136
  225. package/dist/esm/digi-icon-notification-error_4.entry.js +0 -92
  226. package/dist/esm/digi-icon-sign.entry.js +0 -26
  227. package/dist/esm/digi-icon-spinner.entry.js +0 -27
  228. package/dist/esm/digi-icon-x.entry.js +0 -26
  229. package/dist/esm/digi-info-card-multi-container.entry.js +0 -18
  230. package/dist/esm/digi-info-card-multi.entry.js +0 -54
  231. package/dist/esm/digi-info-card.entry.js +0 -75
  232. package/dist/esm/digi-layout-columns.entry.js +0 -29
  233. package/dist/esm/digi-link-button.entry.js +0 -62
  234. package/dist/esm/digi-link-internal.entry.js +0 -33
  235. package/dist/esm/digi-logo.entry.js +0 -65
  236. package/dist/esm/digi-media-image_2.entry.js +0 -162
  237. package/dist/esm/digi-navigation-sidebar-button.entry.js +0 -26
  238. package/dist/esm/digi-notification-alert.entry.js +0 -98
  239. package/dist/esm/digi-tag-media.entry.js +0 -43
  240. package/dist/esm/digi-title-logo.entry.js +0 -117
  241. package/dist/esm/digi-util-breakpoint-observer.entry.js +0 -44
  242. package/dist/esm/footer-card-variation.enum-cc732148.js +0 -8
  243. package/dist/esm/form-validation-message-variation.enum-f7835fc5.js +0 -31
  244. package/dist/esm/info-card-multi-type.enum-07ee124f.js +0 -8
  245. package/dist/esm/info-card-variation.enum-2ccc52c1.js +0 -24
  246. package/dist/esm/layout-columns-variation.enum-34f7754e.js +0 -23
  247. package/dist/esm/link-button-variation.enum-84d4976f.js +0 -9
  248. package/dist/esm/logo-variation.enum-5b68b79f.js +0 -13
  249. package/dist/esm/tag-media-icon.enum-fefa191c.js +0 -11
@@ -1,214 +0,0 @@
1
- import { r as registerInstance, c as createEvent, h, g as getElement } from './index-148a7577.js';
2
- import './badge-notification-shape.enum-e15a6245.js';
3
- import { H as HeaderCenterContentWidth } from './typography-variation.enum-b07f76c9.js';
4
- import './badge-status-variation.enum-8d6370ff.js';
5
- import './code-example-variation.enum-e656d235.js';
6
- import './form-input-type.enum-a6bba983.js';
7
- import './button-variation.enum-94fffdd6.js';
8
- import './calendar-week-view-heading-level.enum-6774297c.js';
9
- import './bar-chart-variation.enum-97c0b47f.js';
10
- import './code-variation.enum-1eee7c7a.js';
11
- import './expandable-accordion-header-level.enum-85681e2f.js';
12
- import './expandable-faq-variation.enum-6934c367.js';
13
- import './footer-card-variation.enum-cc732148.js';
14
- import './form-validation-message-variation.enum-f7835fc5.js';
15
- import './form-textarea-variation.enum-05017e8e.js';
16
- import './info-card-multi-type.enum-07ee124f.js';
17
- import './info-card-variation.enum-2ccc52c1.js';
18
- import './layout-block-variation.enum-b7a20db4.js';
19
- import './layout-columns-variation.enum-34f7754e.js';
20
- import './link-button-variation.enum-84d4976f.js';
21
- import './list-type.enum-fbb331ad.js';
22
- import './loader-skeleton-variation.enum-f9f867b4.js';
23
- import './loader-spinner-size.enum-0b246fa0.js';
24
- import './logo-variation.enum-5b68b79f.js';
25
- import './media-figure-alignment.enum-a1d36567.js';
26
- import './navigation-sidebar-variation.enum-8fead764.js';
27
- import './progress-list-item-variation.enum-384b9a3a.js';
28
- import './progress-list-variation.enum-300bd89d.js';
29
- import './progressbar-variation.enum-40adaab4.js';
30
- import './quote-image-inner-position.enum-8e9b1e65.js';
31
- import './table-variation.enum-dd9366b6.js';
32
- import './tag-media-icon.enum-fefa191c.js';
33
- import './tag-size.enum-403e0cd8.js';
34
- import './tools-feedback-banner-type.enum-74b4e580.js';
35
- import './tools-feedback-rating-variation.enum-29058ff2.js';
36
- import './typography-meta-variation.enum-1f7c2878.js';
37
- import './typography-time-variation.enum-34c830ef.js';
38
- import { U as UtilBreakpointObserverBreakpoints } from './util-breakpoint-observer-breakpoints.enum-6d004731.js';
39
-
40
- const headerNavigationCss = ".sc-digi-header-navigation-h{--digi--header--border-color:var(--digi--color--divider--secondary);--digi--header--close-button--padding:var(--digi--padding--smaller);display:block}.sc-digi-header-navigation-h .digi-header-navigation.sc-digi-header-navigation{z-index:99}.sc-digi-header-navigation-h .digi-header-navigation__backdrop.sc-digi-header-navigation{background:rgba(0, 0, 0, 0.7);width:100%;height:100%;position:fixed;top:0;left:0}.sc-digi-header-navigation-h .digi-header-navigation__wrapper.sc-digi-header-navigation{display:none;grid-area:nav;background-color:var(--digi--color--background--secondary-muted);border-bottom:var(--digi--header--border-width) solid var(--digi--header--border-color)}.sc-digi-header-navigation-h .digi-header-navigation--visible.sc-digi-header-navigation .digi-header-navigation__wrapper.sc-digi-header-navigation{display:block}.sc-digi-header-navigation-h .digi-header-navigation__close-button.sc-digi-header-navigation{display:flex;flex-wrap:wrap;align-items:center;padding:var(--digi--header--close-button--padding) 0}.sc-digi-header-navigation-h .digi-header-navigation--centered.sc-digi-header-navigation .digi-header-navigation__wrapper.sc-digi-header-navigation{padding-left:0;padding-right:0}.sc-digi-header-navigation-h .digi-header-navigation--centered.sc-digi-header-navigation .digi-header-navigation__inner.sc-digi-header-navigation{margin-left:calc(var(--digi--global--spacing--base) * -1);margin-right:calc(var(--digi--global--spacing--base) * -1)}.sc-digi-header-navigation-h .digi-header-navigation--mobile.sc-digi-header-navigation{width:0;position:fixed;height:100%;right:0;top:0;visibility:hidden;--digi--header-navigation--horizontal-padding:0}.sc-digi-header-navigation-h .digi-header-navigation--mobile.sc-digi-header-navigation .digi-header-navigation__wrapper.sc-digi-header-navigation{position:absolute;top:0;right:0;height:100%;transform:translateX(100%);width:90vw;transition:ease var(--digi--animation--duration--base) all;overflow-y:auto}.sc-digi-header-navigation-h .digi-header-navigation--mobile.sc-digi-header-navigation .digi-header-navigation__inner.sc-digi-header-navigation{margin:0;padding:0;display:block}.sc-digi-header-navigation-h .digi-header-navigation--mobile .digi-header-navigation__inner.sc-digi-header-navigation-s>digi-header-navigation-item:first-child,.sc-digi-header-navigation-h .digi-header-navigation--mobile .digi-header-navigation__inner.sc-digi-header-navigation-s>digi-header-navigation-item,.sc-digi-header-navigation-h .digi-header-navigation--mobile .digi-header-navigation__inner .sc-digi-header-navigation-s>digi-header-navigation-item:first-child{border-top:1px solid var(--digi--header--border-color)}.sc-digi-header-navigation-h .digi-header-navigation--mobile .digi-header-navigation__inner.sc-digi-header-navigation-s>digi-header-navigation-item,.sc-digi-header-navigation-h .digi-header-navigation--mobile .digi-header-navigation__inner .sc-digi-header-navigation-s>digi-header-navigation-item{border-bottom:1px solid var(--digi--header--border-color)}.sc-digi-header-navigation-h .digi-header-navigation--open.sc-digi-header-navigation{visibility:visible}.sc-digi-header-navigation-h .digi-header-navigation--open.sc-digi-header-navigation .digi-header-navigation__wrapper.sc-digi-header-navigation{transform:translateX(0)}.sc-digi-header-navigation-h .digi-header-navigation--open.sc-digi-header-navigation .digi-header-navigation__backdrop.sc-digi-header-navigation{display:block}.sc-digi-header-navigation-h .digi-header-navigation__inner.sc-digi-header-navigation{list-style:none;margin:0;display:flex}.sc-digi-header-navigation-h .digi-header-navigation__navigation-link.sc-digi-header-navigation{display:block;text-decoration:none;color:inherit;padding:var(--digi--padding--medium)}.sc-digi-header-navigation-h .digi-header-navigation__navigation-link.sc-digi-header-navigation:hover{background-color:var(--digi--color--background--interactive--hover--quarternary)}";
41
- const DigiHeaderNavigationStyle0 = headerNavigationCss;
42
-
43
- const HeaderNavigation = class {
44
- constructor(hostRef) {
45
- registerInstance(this, hostRef);
46
- this.afOnClose = createEvent(this, "afOnClose", 7);
47
- this.afOnEsc = createEvent(this, "afOnEsc", 7);
48
- this.afOnBackdropClick = createEvent(this, "afOnBackdropClick", 7);
49
- this.afOnToggle = createEvent(this, "afOnToggle", 7);
50
- this._focusableElementsSelectors = 'a, input, select, textarea, button, button:not(hidden), iframe, object, [tabindex="0"]';
51
- this.focusableElements = [];
52
- this.isMobile = undefined;
53
- this.isVisible = undefined;
54
- this.afCloseButtonText = undefined;
55
- this.afNavAriaLabel = undefined;
56
- this.afCloseButtonAriaLabel = undefined;
57
- this.afFocusableElement = undefined;
58
- this.afCloseFocusableElement = undefined;
59
- this.afActive = false;
60
- this.afBackdrop = true;
61
- this.afCentered = HeaderCenterContentWidth.DEFAULT;
62
- }
63
- //private _observer: any;
64
- enablePageScroll() {
65
- document.body.style.height = '';
66
- document.body.style.overflowY = '';
67
- document.body.style.paddingRight = '';
68
- }
69
- disablePageScroll() {
70
- document.body.style.height = '100vh';
71
- document.body.style.overflowY = 'hidden';
72
- }
73
- toggleHandler(e) {
74
- const element = e.target;
75
- this._closeFocusableElement = element.querySelector('.digi-navigation-sidebar-button button');
76
- if (element.matches('digi-navigation-sidebar-button')) {
77
- this.afActive = true;
78
- }
79
- }
80
- get shouldUseFocusTrap() {
81
- return this.isMobile && this.focusableElements.length > 0;
82
- }
83
- closeHandler(e) {
84
- this.afActive = false;
85
- this.afOnClose.emit(e);
86
- }
87
- escHandler(e) {
88
- if (this.isMobile) {
89
- this.afActive = false;
90
- this.afOnClose.emit(e);
91
- }
92
- }
93
- tabHandler(e) {
94
- if (this.shouldUseFocusTrap) {
95
- if (document.activeElement === this.lastFocusableEl) {
96
- e.detail.preventDefault();
97
- this.firstFocusableEl.focus();
98
- }
99
- }
100
- }
101
- backdropClickHandler(e) {
102
- this.afActive = false;
103
- this.afOnClose.emit(e);
104
- }
105
- shiftHandler(e) {
106
- if (this.shouldUseFocusTrap) {
107
- if (document.activeElement === this.firstFocusableEl) {
108
- e.detail.preventDefault();
109
- this.lastFocusableEl.focus();
110
- }
111
- }
112
- }
113
- clickHandler(e) {
114
- // If clicking on toggle button, refresh the focusable items list
115
- // with the new sub level of items
116
- if (this.shouldUseFocusTrap) {
117
- const el = e.detail.target;
118
- if (el.tagName.toLowerCase() === 'button') {
119
- setTimeout(() => {
120
- this.getFocusableItems();
121
- }, 100);
122
- }
123
- }
124
- }
125
- setMobileView(isMobile) {
126
- isMobile && this.afActive
127
- ? (this.disablePageScroll(), this.getFocusableItems())
128
- : this.enablePageScroll();
129
- }
130
- breakpointChange(e) {
131
- this.isVisible = false;
132
- const element = e.target;
133
- const type = element.nodeName;
134
- if (type.toLowerCase() === 'digi-util-breakpoint-observer') {
135
- this.isMobile =
136
- e.detail.value === UtilBreakpointObserverBreakpoints.SMALL;
137
- }
138
- if (this.isMobile) {
139
- setTimeout(() => {
140
- this.isVisible = true;
141
- }, 100);
142
- }
143
- else {
144
- this.isVisible = true;
145
- }
146
- }
147
- componentDidLoad() {
148
- const transition = this._wrapper;
149
- transition.addEventListener('transitionend', () => {
150
- this.getFocusableItems();
151
- this.setFocus();
152
- });
153
- }
154
- getFocusableItems() {
155
- const allElements = this._wrapper.querySelectorAll(this._focusableElementsSelectors);
156
- // Filters out visible items
157
- this.focusableElements = Array.prototype.slice
158
- .call(allElements)
159
- .filter(function (item) {
160
- return item.offsetParent !== null;
161
- });
162
- // Sets first and last focusable element
163
- if (this.focusableElements.length > 0) {
164
- this.firstFocusableEl = this.focusableElements[0];
165
- this.lastFocusableEl = this.focusableElements[this.focusableElements.length - 1];
166
- }
167
- }
168
- setFocus() {
169
- if (this.afActive) {
170
- let el;
171
- const firstNavLink = this.firstFocusableEl;
172
- if (this.afFocusableElement) {
173
- el = this.hostElement.querySelector(`${this.afFocusableElement}`);
174
- }
175
- else {
176
- el = firstNavLink;
177
- }
178
- if (el) {
179
- el.focus();
180
- }
181
- }
182
- else {
183
- if (this.afCloseFocusableElement) {
184
- const el = document.querySelector(`${this.afCloseFocusableElement}`);
185
- el.focus();
186
- }
187
- else if (this._closeFocusableElement) {
188
- const el = this._closeFocusableElement;
189
- el.focus();
190
- }
191
- }
192
- }
193
- get cssModifiers() {
194
- return {
195
- 'digi-header-navigation--open': this.afActive,
196
- 'digi-header-navigation--mobile': this.isMobile,
197
- 'digi-header-navigation--visible': this.isVisible,
198
- 'digi-header-navigation--centered': this.afCentered !== HeaderCenterContentWidth.DEFAULT
199
- };
200
- }
201
- render() {
202
- return (h("div", { key: '232da78b522dab6286cdc603c1188f60ecde9eda', class: Object.assign({ 'digi-header-navigation': true }, this.cssModifiers) }, h("digi-util-breakpoint-observer", { key: '57e376eb12e89cf02e0e6c178a547628d1231206', onAfOnChange: (e) => (this.isMobile =
203
- e.detail.value === UtilBreakpointObserverBreakpoints.SMALL) }, h("digi-util-keydown-handler", { key: '76d56d7404b689ffad5a75f911acb7721f60c701', onAfOnEsc: (e) => this.escHandler(e), onAfOnTab: (e) => this.tabHandler(e), onAfOnShiftTab: (e) => this.shiftHandler(e) }, h("div", { key: 'dfdb35c4fd1b3d374fb535037b9a6b3cfc82989e' }, this.isMobile && (h("div", { key: '29661a0ce9b746c0411649d4782c3a129e770494', class: "digi-header-navigation__backdrop", onClick: (e) => this.backdropClickHandler(e) })), h("nav", { key: '2ffbe7d9b7035f35de0f0c72a2cdfcadd28dd27e', class: "digi-header-navigation__wrapper", "aria-label": this.afNavAriaLabel, "af-centered": this.afCentered, ref: (el) => {
204
- this._wrapper = el;
205
- } }, this.isMobile && (h("digi-button", { key: '6899ce6771c7e4611c6ae3383c7ef9ea9478ed49', onClick: (e) => this.closeHandler(e), "af-variation": "function", "af-aria-label": this.afCloseButtonAriaLabel, class: "digi-header-navigation__close-button" }, this.afCloseButtonText, h("digi-icon-x", { key: '750d10eb9a2d58c4d6d9f2bc4c697445af1f84fd', slot: "icon-secondary" }))), this.afCentered !== HeaderCenterContentWidth.DEFAULT ? (h("digi-layout-container", { "af-max-width": this.afCentered }, h("div", { role: "list", class: "digi-header-navigation__inner" }, h("slot", null)))) : (h("div", { role: "list", class: "digi-header-navigation__inner" }, h("slot", null)))))))));
206
- }
207
- get hostElement() { return getElement(this); }
208
- static get watchers() { return {
209
- "isMobile": ["setMobileView"]
210
- }; }
211
- };
212
- HeaderNavigation.style = DigiHeaderNavigationStyle0;
213
-
214
- export { HeaderNavigation as digi_header_navigation };
@@ -1,19 +0,0 @@
1
- import { r as registerInstance, h } from './index-148a7577.js';
2
-
3
- const headerNotificationCss = ".sc-digi-header-notification-h .digi-header-notification.sc-digi-header-notification{--digi--header-notification--font-family:var(--digi--global--typography--font-family--default);--digi--header-notification--font-size:var(--digi--typography--body--font-size--desktop);--digi--header-notification--color:var(--digi--color--text--primary);--digi--header-notification--color-hover:var(--digi--color--text--interactive--primary);--digi--header-notification--color-active:var(--digi--color--text--interactive--primary);display:flex;position:relative;align-items:center;font-family:\"Open Sans\"}.sc-digi-header-notification-h .digi-header-notification__number.sc-digi-header-notification{background-color:var(--digi--color--background--notification);color:var(--digi--color--text--secondary--light);padding:2px;z-index:5;font-size:12px;line-height:normal;font-weight:600;border-radius:10px;padding:1px 6px;position:absolute;top:-12px;left:20px;letter-spacing:0.5px}.sc-digi-header-notification-h.sc-digi-header-notification-s>a,.sc-digi-header-notification-h .sc-digi-header-notification-s>a{display:flex;position:relative;align-items:center;margin-right:8px;text-decoration:none;color:var(--digi--header-notification--color);font-family:var(--digi--header-notification--font-family);font-size:var(--digi--header-notification--font-size)}.sc-digi-header-notification-h.sc-digi-header-notification-s>a,.sc-digi-header-notification-h.sc-digi-header-notification-s>a [class*=digi-icon]:not(svg),.sc-digi-header-notification-h .sc-digi-header-notification-s>a [class*=digi-icon]:not(svg){height:2rem;width:2rem;display:flex;align-items:center;flex-grow:1;background:var(--digi--color--background--interactive--default--tertiary);justify-content:center;border-radius:100%;margin-right:8px}.sc-digi-header-notification-h.sc-digi-header-notification-s>a,.sc-digi-header-notification-h.sc-digi-header-notification-s>a svg,.sc-digi-header-notification-h .sc-digi-header-notification-s>a svg{--digi--icon--width:1rem;--digi--icon--height:1rem}.sc-digi-header-notification-h.sc-digi-header-notification-s>a,.sc-digi-header-notification-h.sc-digi-header-notification-s>a:hover,.sc-digi-header-notification-h .sc-digi-header-notification-s>a:hover,.sc-digi-header-notification-h.sc-digi-header-notification-s>a:active,.sc-digi-header-notification-h .sc-digi-header-notification-s>a:active,.sc-digi-header-notification-h.sc-digi-header-notification-s>a:focus-visible,.sc-digi-header-notification-h .sc-digi-header-notification-s>a:focus-visible{color:var(--digi--header-notification--color-hover);text-decoration:underline}.sc-digi-header-notification-h.sc-digi-header-notification-s>a,.sc-digi-header-notification-h.sc-digi-header-notification-s>a:hover,.sc-digi-header-notification-h.sc-digi-header-notification-s>a:hover svg,.sc-digi-header-notification-h .sc-digi-header-notification-s>a:hover svg,.sc-digi-header-notification-h.sc-digi-header-notification-s>a:active,.sc-digi-header-notification-h.sc-digi-header-notification-s>a:active svg,.sc-digi-header-notification-h .sc-digi-header-notification-s>a:active svg{color:var(--digi--color--text--primary)}.sc-digi-header-notification-h.sc-digi-header-notification-s>a,.sc-digi-header-notification-h.sc-digi-header-notification-s>a:focus-visible,.sc-digi-header-notification-h .sc-digi-header-notification-s>a:focus-visible{outline:2px solid black;outline-offset:2px;box-shadow:0px 0px 0px 5px white}";
4
- const DigiHeaderNotificationStyle0 = headerNotificationCss;
5
-
6
- const HeaderNotification = class {
7
- constructor(hostRef) {
8
- registerInstance(this, hostRef);
9
- this.afNotificationAmount = undefined;
10
- }
11
- render() {
12
- return (h("div", { key: 'f01b621d614be19dd4d4edcfb7d284740a367390', class: "digi-header-notification" }, this.afNotificationAmount > 0 && (h("span", { key: '2847fce889488028a3cebb85b6661f676affd4bb', class: "digi-header-notification__number" }, this.afNotificationAmount < 100
13
- ? this.afNotificationAmount
14
- : '+99')), h("slot", { key: 'b042e9e98856ec5dd8e33f5e8d424509807435a6' })));
15
- }
16
- };
17
- HeaderNotification.style = DigiHeaderNotificationStyle0;
18
-
19
- export { HeaderNotification as digi_header_notification };
@@ -1,130 +0,0 @@
1
- import { r as registerInstance, h, g as getElement } from './index-148a7577.js';
2
- import './badge-notification-shape.enum-e15a6245.js';
3
- import { H as HeaderCenterContentWidth, L as LayoutBlockContainer } from './typography-variation.enum-b07f76c9.js';
4
- import './badge-status-variation.enum-8d6370ff.js';
5
- import './code-example-variation.enum-e656d235.js';
6
- import './form-input-type.enum-a6bba983.js';
7
- import './button-variation.enum-94fffdd6.js';
8
- import './calendar-week-view-heading-level.enum-6774297c.js';
9
- import './bar-chart-variation.enum-97c0b47f.js';
10
- import './code-variation.enum-1eee7c7a.js';
11
- import './expandable-accordion-header-level.enum-85681e2f.js';
12
- import './expandable-faq-variation.enum-6934c367.js';
13
- import './footer-card-variation.enum-cc732148.js';
14
- import './form-validation-message-variation.enum-f7835fc5.js';
15
- import './form-textarea-variation.enum-05017e8e.js';
16
- import './info-card-multi-type.enum-07ee124f.js';
17
- import './info-card-variation.enum-2ccc52c1.js';
18
- import './layout-block-variation.enum-b7a20db4.js';
19
- import './layout-columns-variation.enum-34f7754e.js';
20
- import './link-button-variation.enum-84d4976f.js';
21
- import './list-type.enum-fbb331ad.js';
22
- import './loader-skeleton-variation.enum-f9f867b4.js';
23
- import './loader-spinner-size.enum-0b246fa0.js';
24
- import './logo-variation.enum-5b68b79f.js';
25
- import './media-figure-alignment.enum-a1d36567.js';
26
- import './navigation-sidebar-variation.enum-8fead764.js';
27
- import './progress-list-item-variation.enum-384b9a3a.js';
28
- import './progress-list-variation.enum-300bd89d.js';
29
- import './progressbar-variation.enum-40adaab4.js';
30
- import './quote-image-inner-position.enum-8e9b1e65.js';
31
- import './table-variation.enum-dd9366b6.js';
32
- import './tag-media-icon.enum-fefa191c.js';
33
- import './tag-size.enum-403e0cd8.js';
34
- import './tools-feedback-banner-type.enum-74b4e580.js';
35
- import './tools-feedback-rating-variation.enum-29058ff2.js';
36
- import './typography-meta-variation.enum-1f7c2878.js';
37
- import './typography-time-variation.enum-34c830ef.js';
38
- import { U as UtilBreakpointObserverBreakpoints } from './util-breakpoint-observer-breakpoints.enum-6d004731.js';
39
-
40
- const headerCss = ".sc-digi-header-h{display:block;--digi--header--logo--padding-right:var(--digi--padding--large);--digi--header--border-width:var(--digi--border-width--primary);--digi--header--border-color:var(--digi--color--divider--primary);--digi--header--padding-left:var(--digi--padding--medium);--digi--header--padding-right:var(--digi--padding--medium);--digi--header--content--gap:1rem}.sc-digi-header-h .digi-header__wrapper.sc-digi-header{display:flex;align-items:center;padding-left:var(--digi--header--padding-left);padding-right:var(--digi--header--padding-right)}@media (max-width: 47.9375rem){.sc-digi-header-h .digi-header--has-navigation.sc-digi-header .digi-header__wrapper.sc-digi-header{--digi--header--padding-right:0}}.sc-digi-header-h .digi-header__border.sc-digi-header{border-bottom:var(--digi--header--border-width) solid var(--digi--header--border-color)}.sc-digi-header-h .digi-header.sc-digi-header-s>[slot=header-logo],.sc-digi-header-h .digi-header .sc-digi-header-s>[slot=header-logo]{margin-left:-0.125rem;text-decoration:none;padding-right:var(--digi--header--logo--padding-right)}.sc-digi-header-h .digi-header.sc-digi-header-s>[slot=header-logo],.sc-digi-header-h .digi-header.sc-digi-header-s>[slot=header-logo] .digi-logo,.sc-digi-header-h .digi-header .sc-digi-header-s>[slot=header-logo] .digi-logo{--digi--logo--img--max-width:23rem}.sc-digi-header-h .digi-header.sc-digi-header-s>[slot=header-logo],.sc-digi-header-h .digi-header.sc-digi-header-s>[slot=header-logo] .digi-logo,.sc-digi-header-h .digi-header.sc-digi-header-s>[slot=header-logo] .digi-logo__img,.sc-digi-header-h .digi-header .sc-digi-header-s>[slot=header-logo] .digi-logo__img{flex-shrink:0}.sc-digi-header-h .digi-header.sc-digi-header-s>div[slot=header-content],.sc-digi-header-h .digi-header .sc-digi-header-s>div[slot=header-content]{display:flex;align-items:center;flex:1;justify-content:flex-end;flex-wrap:wrap;gap:var(--digi--header--content--gap)}.sc-digi-header-h .digi-header.sc-digi-header-s>div[slot=header-content],.sc-digi-header-h .digi-header.sc-digi-header-s>div[slot=header-content] .digi-header-notification a,.sc-digi-header-h .digi-header .sc-digi-header-s>div[slot=header-content] .digi-header-notification a{margin:0}.sc-digi-header-h .digi-header--af-centered.sc-digi-header .digi-header__wrapper.sc-digi-header{--digi--header--padding-right:0;--digi--header--padding-left:0}";
41
- const DigiHeaderStyle0 = headerCss;
42
-
43
- const Header = class {
44
- constructor(hostRef) {
45
- registerInstance(this, hostRef);
46
- this.afActive = undefined;
47
- this.isMobile = undefined;
48
- this.hasNavigation = undefined;
49
- this.afSystemName = undefined;
50
- this.afMenuButtonText = undefined;
51
- this.afAriaLabel = undefined;
52
- this.afHideSystemName = undefined;
53
- this.afCentered = HeaderCenterContentWidth.DEFAULT;
54
- }
55
- toggleHandler(e) {
56
- const element = e.target;
57
- if (element.matches('digi-navigation-sidebar-button')) {
58
- this.afActive = true;
59
- }
60
- }
61
- closeHandler() {
62
- this.afActive = false;
63
- }
64
- get cssModifiers() {
65
- return {
66
- 'digi-header--af-centered': this.afCentered !== HeaderCenterContentWidth.DEFAULT,
67
- 'digi-header--has-navigation': this.hasNavigation
68
- };
69
- }
70
- handleBreakpointObserver(e) {
71
- this.isMobile = e.detail.value === UtilBreakpointObserverBreakpoints.SMALL;
72
- }
73
- get ariaLabel() {
74
- return this.afAriaLabel || this.afSystemName;
75
- }
76
- /**
77
- * Ta reda på om vi har en populerad navigations-slot. Om inte så renderar vi ingen menyknapp
78
- * @en Find out if we have a populated navigation slot. If, we don't, let's not bother rendering the navigation toggle button
79
- */
80
- checkNavigation() {
81
- this.hasNavigation = !!this.hostElement.querySelector('[slot="header-navigation"]');
82
- }
83
- /**
84
- * Om vi inte har vare sig digi-title-logo eller digi-logo, men vi har ett af-system-name så renderar vi en digi-title-logo som fallback
85
- * @en If we have neither a digi-title-logo or a digi-logo,but we do have an af-system name, we render a digi-title-logo as a fallback.
86
- *
87
- * This will be removed when we finally deprecate af-syetem-name.
88
- */
89
- createLegacyLogoIfNeeded() {
90
- const logoSlot = this.hostElement.querySelector('[slot="header-logo"]');
91
- const useFallbackTitleLogo = !!logoSlot
92
- && !this.hostElement.querySelector('digi-title-logo')
93
- && !this.hostElement.querySelector('digi-logo')
94
- && !!this.afSystemName;
95
- if (useFallbackTitleLogo) {
96
- logoSlot.innerHTML = this.afHideSystemName
97
- ? `<digi-logo af-only-symbol="true"></digi-logo>`
98
- : `<digi-title-logo af-aria-label=${this.afSystemName}>
99
- <div slot="logo-one-row">
100
- ${this.afSystemName}
101
- </div>
102
- </digi-title-logo>
103
- `;
104
- }
105
- }
106
- componentWillLoad() {
107
- this.checkNavigation();
108
- this.createLegacyLogoIfNeeded();
109
- }
110
- /**
111
- * If we have a <digi-logo> in the logo slot, make sure its afOnlySymbol prop
112
- * is true when we're in mobile
113
- */
114
- componentWillRender() {
115
- const afLogo = this.hostElement.querySelector('digi-logo');
116
- if (afLogo) {
117
- afLogo.afOnlySymbol = this.isMobile || afLogo.afOnlySymbol;
118
- }
119
- }
120
- renderContent() {
121
- return (h("div", { class: "digi-header__wrapper" }, h("slot", { name: "header-logo" }), h("slot", { name: "header-content" }), this.hasNavigation && this.isMobile && (h("digi-navigation-sidebar-button", { "aria-hidden": this.afActive ? 'true' : 'false', "af-text": this.afMenuButtonText }))));
122
- }
123
- render() {
124
- return (h("header", { key: '73e95103c9377a0a880757124540cefe8395c70c', "aria-label": this.ariaLabel, class: Object.assign({ 'digi-header': true }, this.cssModifiers) }, h("digi-util-breakpoint-observer", { key: 'b43a331345bcb463c9cb7ae26032a6c5bcec05ce', onAfOnChange: (e) => this.handleBreakpointObserver(e) }), h("digi-layout-block", { key: 'f9e92080a234f619650f0bcdbff2ee3a471f63b9', afContainer: LayoutBlockContainer.NONE }, this.afCentered !== HeaderCenterContentWidth.DEFAULT ? (h("digi-layout-container", { "af-max-width": this.afCentered }, this.renderContent())) : (this.renderContent()), h("div", { key: '0e080daf5eaa59f83cee7585a6d0f70c44e96892', class: "digi-header__border" }), h("slot", { key: '2339203a0d17c1263e7ad61d344d3c966bcd9d8c', name: "header-navigation" }))));
125
- }
126
- get hostElement() { return getElement(this); }
127
- };
128
- Header.style = DigiHeaderStyle0;
129
-
130
- export { Header as digi_header };
@@ -1,26 +0,0 @@
1
- import { r as registerInstance, h } from './index-148a7577.js';
2
- import { r as randomIdGenerator } from './randomIdGenerator.util-56406f2e.js';
3
-
4
- const iconAccessibilityUniversalCss = ".sc-digi-icon-accessibility-universal-h{--digi--icon--color:var(--digi--color--icon--primary);--digi--icon--width:initial;--digi--icon--height:auto;display:flex;min-height:1.4em;align-items:center}.sc-digi-icon-accessibility-universal-h svg.sc-digi-icon-accessibility-universal{color:var(--digi--icon--color);max-width:var(--digi--icon--width);max-height:var(--digi--icon--height);width:var(--digi--icon--width, auto);height:var(--digi--icon--height, auto)}";
5
- const DigiIconAccessibilityUniversalStyle0 = iconAccessibilityUniversalCss;
6
-
7
- const IconAccessibilityUniversal = class {
8
- constructor(hostRef) {
9
- registerInstance(this, hostRef);
10
- this.afTitle = undefined;
11
- this.afDesc = undefined;
12
- this.afSvgAriaHidden = true;
13
- this.afSvgAriaLabelledby = undefined;
14
- this.titleId = randomIdGenerator('icontitle');
15
- }
16
- render() {
17
- return (h("svg", { key: 'de46b3a77ff85a056f8968c737b133e237895ef4', class: "digi-icon-accessibility-universal", width: "48px", height: "48px", viewBox: "0 0 48 48", "aria-hidden": this.afSvgAriaHidden ? 'true' : 'false', "aria-labelledby": this.afSvgAriaLabelledby
18
- ? this.afSvgAriaLabelledby
19
- : this.afTitle
20
- ? this.titleId
21
- : undefined, xmlns: "http://www.w3.org/2000/svg" }, this.afTitle && h("title", { key: 'd00649ff3c8af9211025c30dcb44521864c33d52', id: this.titleId }, this.afTitle), this.afDesc && h("desc", { key: '30f5a049698f8102e357bd7cbf7bc82e3521cf0b' }, this.afDesc), h("path", { key: 'e0e37e34d139bb66a538b0321b6cb014fc5fb90d', class: "digi-icon-accessibility-universal__shape", d: "M24,0 C10.745129,0 0,10.745129 0,24 C0,37.254871 10.745129,48 24,48 C37.254871,48 48,37.254871 48,24 C48,10.745129 37.254871,0 24,0 Z M24,44.1290323 C12.8755161,44.1290323 3.87096774,35.1262258 3.87096774,24 C3.87096774,12.8755161 12.8737742,3.87096774 24,3.87096774 C35.1244839,3.87096774 44.1290323,12.8737742 44.1290323,24 C44.1290323,35.1244839 35.1262258,44.1290323 24,44.1290323 Z M37.8961935,16.3877419 C38.1418065,17.4280645 37.4975806,18.4705161 36.4572581,18.7162258 C33.5670968,19.3985806 30.8599355,20.0019677 28.1736774,20.3372903 C28.2393871,31.1111613 29.3982581,32.7685161 30.7835806,36.3162581 C31.2503226,37.5110323 30.6601935,38.8580323 29.4653226,39.3246774 C28.271129,39.7914194 26.9237419,39.2017742 26.4569032,38.0064194 C25.5318387,35.6386452 24.7063548,33.8500645 24.1531935,29.769 L23.847,29.769 C23.2933548,33.8534516 22.466129,35.6437742 21.5432903,38.0064194 C21.0772258,39.1995484 19.7315806,39.792 18.534871,39.3247742 C17.3400968,38.8580323 16.749871,37.511129 17.2165161,36.3162581 C18.6032903,32.766 19.7607097,31.1062258 19.8264194,20.3372903 C17.1401613,20.0019677 14.433,19.3986774 11.5428387,18.7162258 C10.5025161,18.4706129 9.85829032,17.4280645 10.1039032,16.3877419 C10.3496129,15.3474194 11.3921613,14.7033871 12.4323871,14.9488065 C22.5712258,17.3426129 25.4433871,17.3392258 35.5678065,14.9488065 C36.6080323,14.7031935 37.6505806,15.3473226 37.8961935,16.3877419 Z M20.3038065,12.2123226 C20.3038065,10.1709677 21.9586452,8.51612903 24,8.51612903 C26.0413548,8.51612903 27.6961935,10.1709677 27.6961935,12.2123226 C27.6961935,14.2536774 26.0413548,15.9085161 24,15.9085161 C21.9586452,15.9085161 20.3038065,14.2535806 20.3038065,12.2123226 L20.3038065,12.2123226 Z", fill: "currentColor", "fill-rule": "nonzero" })));
22
- }
23
- };
24
- IconAccessibilityUniversal.style = DigiIconAccessibilityUniversalStyle0;
25
-
26
- export { IconAccessibilityUniversal as digi_icon_accessibility_universal };
@@ -1,26 +0,0 @@
1
- import { r as registerInstance, h } from './index-148a7577.js';
2
- import { r as randomIdGenerator } from './randomIdGenerator.util-56406f2e.js';
3
-
4
- const iconBarsCss = ".sc-digi-icon-bars-h{--digi--icon--color:var(--digi--color--icon--primary);--digi--icon--width:initial;--digi--icon--height:auto;display:flex;min-height:1.4em;align-items:center}.sc-digi-icon-bars-h svg.sc-digi-icon-bars{color:var(--digi--icon--color);max-width:var(--digi--icon--width);max-height:var(--digi--icon--height);width:var(--digi--icon--width, auto);height:var(--digi--icon--height, auto)}";
5
- const DigiIconBarsStyle0 = iconBarsCss;
6
-
7
- const IconBars = class {
8
- constructor(hostRef) {
9
- registerInstance(this, hostRef);
10
- this.afTitle = undefined;
11
- this.afDesc = undefined;
12
- this.afSvgAriaHidden = true;
13
- this.afSvgAriaLabelledby = undefined;
14
- this.titleId = randomIdGenerator('icontitle');
15
- }
16
- render() {
17
- return (h("svg", { key: 'f774ba801087630bd519e05fefbdf3c8e0846130', class: "digi-icon-bars", width: "22", height: "26", viewBox: "0 0 22 26", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": this.afSvgAriaHidden ? 'true' : 'false', "aria-labelledby": this.afSvgAriaLabelledby
18
- ? this.afSvgAriaLabelledby
19
- : this.afTitle
20
- ? this.titleId
21
- : undefined }, this.afTitle && h("title", { key: '9c1a4e088a79e58731a2537c27c1a74d678f3afc', id: this.titleId }, this.afTitle), this.afDesc && h("desc", { key: '327c359daaadbd34c1d7a91c62022d9fe4131ab2' }, this.afDesc), h("path", { key: 'd898a573584a53c916ac9ee979df711eca646340', class: "digi-icon-bars__shape", d: "M0.8,6.9h20.4c0.4,0,0.8-0.4,0.8-0.8v-2c0-0.4-0.4-0.8-0.8-0.8H0.8C0.4,3.4,0,3.7,0,4.2v2C0,6.6,0.4,6.9,0.8,6.9z M0.8,14.8 h20.4c0.4,0,0.8-0.4,0.8-0.8v-2c0-0.4-0.4-0.8-0.8-0.8H0.8C0.4,11.2,0,11.6,0,12v2C0,14.4,0.4,14.8,0.8,14.8z M0.8,22.6h20.4 c0.4,0,0.8-0.4,0.8-0.8v-2c0-0.4-0.4-0.8-0.8-0.8H0.8c-0.4,0-0.8,0.4-0.8,0.8v2C0,22.3,0.4,22.6,0.8,22.6z", fill: "currentColor", "fill-rule": "nonzero" })));
22
- }
23
- };
24
- IconBars.style = DigiIconBarsStyle0;
25
-
26
- export { IconBars as digi_icon_bars };
@@ -1,26 +0,0 @@
1
- import { r as registerInstance, h } from './index-148a7577.js';
2
- import { r as randomIdGenerator } from './randomIdGenerator.util-56406f2e.js';
3
-
4
- const iconBellFilledCss = ".sc-digi-icon-bell-filled-h{--digi--icon--color:var(--digi--color--icon--primary);--digi--icon--width:initial;--digi--icon--height:auto;display:flex;min-height:1.4em;align-items:center}.sc-digi-icon-bell-filled-h svg.sc-digi-icon-bell-filled{color:var(--digi--icon--color);max-width:var(--digi--icon--width);max-height:var(--digi--icon--height);width:var(--digi--icon--width, auto);height:var(--digi--icon--height, auto)}";
5
- const DigiIconBellFilledStyle0 = iconBellFilledCss;
6
-
7
- const IconBellFilled = class {
8
- constructor(hostRef) {
9
- registerInstance(this, hostRef);
10
- this.afTitle = undefined;
11
- this.afDesc = undefined;
12
- this.afSvgAriaHidden = true;
13
- this.afSvgAriaLabelledby = undefined;
14
- this.titleId = randomIdGenerator('icontitle');
15
- }
16
- render() {
17
- return (h("svg", { key: '43c56a218ba3d4642096386d0f80c00eb4fa9acc', class: "digi-icon-bell-filled", width: "48", height: "48", viewBox: "0 0 48 48", "aria-hidden": this.afSvgAriaHidden ? 'true' : 'false', "aria-labelledby": this.afSvgAriaLabelledby
18
- ? this.afSvgAriaLabelledby
19
- : this.afTitle
20
- ? this.titleId
21
- : undefined, xmlns: "http://www.w3.org/2000/svg" }, this.afTitle && h("title", { key: '353bc9296b893300882f4cf1c0e8844f70096dd0', id: this.titleId }, this.afTitle), this.afDesc && h("desc", { key: 'c3e9c1ba95f9abf4c92464151bb04c187df62e95' }, this.afDesc), h("path", { key: 'ddc6a853b89167084c58ad65f8bb4b1be5b9724a', class: "digi-icon-bell-filled__shape", d: "M23.555833,48 C26.8859842,48 29.5872534,45.3140625 29.5872534,42 L17.5244126,42 C17.5244126,45.3140625 20.2256818,48 23.555833,48 Z M43.8639093,33.9646875 C42.0423204,32.0184375 38.6339126,29.090625 38.6339126,19.5 C38.6339126,12.215625 33.4972582,6.384375 26.5710718,4.95375 L26.5710718,3 C26.5710718,1.3434375 25.2209086,0 23.555833,0 C21.8907574,0 20.5405942,1.3434375 20.5405942,3 L20.5405942,4.95375 C13.6144078,6.384375 8.47775338,12.215625 8.47775338,19.5 C8.47775338,29.090625 5.06934557,32.0184375 3.24775666,33.9646875 C2.68204582,34.569375 2.43124734,35.2921875 2.43589641,36 C2.44633297,37.5375 3.65978272,39 5.4625146,39 L41.6491514,39 C43.4518833,39 44.6662759,37.5375 44.6757696,36 C44.6804187,35.2921875 44.4296202,34.5684375 43.8639093,33.9646875 L43.8639093,33.9646875 Z", fill: "currentColor", "fill-rule": "nonzero" })));
22
- }
23
- };
24
- IconBellFilled.style = DigiIconBellFilledStyle0;
25
-
26
- export { IconBellFilled as digi_icon_bell_filled };
@@ -1,92 +0,0 @@
1
- import { r as registerInstance, h } from './index-148a7577.js';
2
- import { r as randomIdGenerator } from './randomIdGenerator.util-56406f2e.js';
3
-
4
- const iconCheckCircleSolidCss = ".sc-digi-icon-check-circle-solid-h{--digi--icon--color:var(--digi--color--icon--primary);--digi--icon--width:initial;--digi--icon--height:auto;display:flex;min-height:1.4em;align-items:center}.sc-digi-icon-check-circle-solid-h svg.sc-digi-icon-check-circle-solid{color:var(--digi--icon--color);max-width:var(--digi--icon--width);max-height:var(--digi--icon--height);width:var(--digi--icon--width, auto);height:var(--digi--icon--height, auto)}";
5
- const DigiIconCheckCircleSolidStyle0 = iconCheckCircleSolidCss;
6
-
7
- const IconCheckCircleSolid = class {
8
- constructor(hostRef) {
9
- registerInstance(this, hostRef);
10
- this.afTitle = undefined;
11
- this.afDesc = undefined;
12
- this.afSvgAriaHidden = true;
13
- this.afSvgAriaLabelledby = undefined;
14
- this.titleId = randomIdGenerator('icontitle');
15
- }
16
- render() {
17
- return (h("svg", { key: '8f3e082c7022c4b1d90806730ebab7df6e1bd618', class: "digi-icon-check-circle-solid", width: "48px", height: "48px", viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": this.afSvgAriaHidden ? 'true' : 'false', "aria-labelledby": this.afSvgAriaLabelledby
18
- ? this.afSvgAriaLabelledby
19
- : this.afTitle
20
- ? this.titleId
21
- : undefined, fill: "currentColor" }, this.afTitle && h("title", { key: 'e02af8b85fe6ddcad00a86873931889e66224675', id: this.titleId }, this.afTitle), this.afDesc && h("desc", { key: '1421c1ff2250cd356ae1a0f10cfff0d15c99d9b0' }, this.afDesc), h("defs", { key: '57fd2ed579d92f5d23db2a4422099293a94c7833' }, h("polygon", { key: '1592b270c0a1442f0a4d800cd574c86bd0c43dc7', points: "0 0 48 0 48 48.0005539 0 48.0005539" })), h("g", { key: '682b82c70678bc5b0bf631c69bd0eeadba9768d3', stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, h("g", { key: '36cbd38192609f020a2416729cf83c547adc5781', transform: "translate(-1122, -215)" }, h("g", { key: 'a20af726e9f45a288a41cf2b0256e754366e0a08', transform: "translate(1122, 215)" }, h("mask", { key: 'cf87d995fd994ecdb6df4534558ae00e2fbe3646', id: "mask-2", fill: "white" }, h("use", { key: '5589483e0a599fad4fee6b3373961609289f740a', href: "#path-1" })), h("g", { key: '630702584abc2ee982d15aa9cc9dd7a91cd40209', id: "Clip-2" }), h("path", { key: 'ff62af3770a2090b06efc077a053f087aeafa167', d: "M38.2695118,19.0969092 L22.8594286,34.5069924 C22.1966492,35.1697718 21.1129402,35.1697718 20.4501608,34.5069924 L18.821828,32.8786597 L18.821828,32.8786597 L11.8414129,25.8982446 C11.1786335,25.2354652 11.1786335,24.14991 11.8414129,23.4871306 L13.4678995,21.860644 C14.1306789,21.1978646 15.2162341,21.1978646 15.8790135,21.860644 L21.6538716,27.6373483 L34.2319113,15.0593086 C34.8946907,14.3965292 35.9783997,14.3965292 36.6411791,15.0593086 L38.2695118,16.6876413 C38.9322913,17.3504208 38.9322913,18.4341298 38.2695118,19.0969092 M24.0003692,0 C10.7447807,0 0,10.7447807 0,24.0003692 C0,37.2559578 10.7447807,48.0007385 24.0003692,48.0007385 C37.2541116,48.0007385 48.0007385,37.2559578 48.0007385,24.0003692 C48.0007385,10.7447807 37.2541116,0 24.0003692,0", fill: "currentColor" }))))));
22
- }
23
- };
24
- IconCheckCircleSolid.style = DigiIconCheckCircleSolidStyle0;
25
-
26
- const iconPaperclipCss = ".sc-digi-icon-paperclip-h{--digi--icon--color:var(--digi--color--icon--primary);--digi--icon--width:initial;--digi--icon--height:auto;display:flex;min-height:1.4em;align-items:center}.sc-digi-icon-paperclip-h svg.sc-digi-icon-paperclip{color:var(--digi--icon--color);max-width:var(--digi--icon--width);max-height:var(--digi--icon--height);width:var(--digi--icon--width, auto);height:var(--digi--icon--height, auto)}";
27
- const DigiIconPaperclipStyle0 = iconPaperclipCss;
28
-
29
- const IconPaperclip = class {
30
- constructor(hostRef) {
31
- registerInstance(this, hostRef);
32
- this.afTitle = undefined;
33
- this.afDesc = undefined;
34
- this.afSvgAriaHidden = true;
35
- this.afSvgAriaLabelledby = undefined;
36
- this.titleId = randomIdGenerator('icontitle');
37
- }
38
- render() {
39
- return (h("svg", { key: 'ad65606983d4dba0a435fd89cb30a542f356a8b1', class: "digi-icon-paperclip", width: "23", height: "26", viewBox: "0 0 23 26", "aria-hidden": this.afSvgAriaHidden ? 'true' : 'false', "aria-labelledby": this.afSvgAriaLabelledby
40
- ? this.afSvgAriaLabelledby
41
- : this.afTitle
42
- ? this.titleId
43
- : undefined, xmlns: "http://www.w3.org/2000/svg" }, this.afTitle && h("title", { key: '5f902a4ae430980bb7976690af0f824d3faeb48e', id: this.titleId }, this.afTitle), this.afDesc && h("desc", { key: '5d7c47abde9c739d73b1a0ce0b92e822828c7aec' }, this.afDesc), h("path", { key: 'e421ddf6708b59024b4b9ee6c893442c13fc4f7a', class: "digi-icon-paperclip__shape", d: "M2.157 23.79c-2.876-2.947-2.876-7.715 0-10.662L13.31 1.7a5.586 5.586 0 018.026 0c2.218 2.273 2.219 5.951 0 8.224l-9.391 9.623a3.93 3.93 0 01-5.647 0 4.16 4.16 0 010-5.787l7.954-8.15a.585.585 0 01.84 0l.842.863a.62.62 0 010 .861l-7.954 8.15a1.682 1.682 0 000 2.339c.63.645 1.653.645 2.283 0L19.654 8.2a3.434 3.434 0 000-4.776 3.244 3.244 0 00-4.662 0L3.84 14.852c-1.946 1.993-1.946 5.22 0 7.214a4.895 4.895 0 007.047-.002c3.236-3.318 6.472-6.636 9.71-9.953a.585.585 0 01.84 0l.842.862a.62.62 0 010 .861 37929.73 37929.73 0 00-9.71 9.953 7.233 7.233 0 01-10.411.002z", fill: "currentColor", "fill-rule": "nonzero" })));
44
- }
45
- };
46
- IconPaperclip.style = DigiIconPaperclipStyle0;
47
-
48
- const iconTrashCss = ".sc-digi-icon-trash-h{--digi--icon--color:var(--digi--color--icon--primary);--digi--icon--width:initial;--digi--icon--height:auto;display:flex;min-height:1.4em;align-items:center}.sc-digi-icon-trash-h svg.sc-digi-icon-trash{color:var(--digi--icon--color);max-width:var(--digi--icon--width);max-height:var(--digi--icon--height);width:var(--digi--icon--width, auto);height:var(--digi--icon--height, auto)}";
49
- const DigiIconTrashStyle0 = iconTrashCss;
50
-
51
- const Icontrash = class {
52
- constructor(hostRef) {
53
- registerInstance(this, hostRef);
54
- this.afTitle = undefined;
55
- this.afDesc = undefined;
56
- this.afSvgAriaHidden = true;
57
- this.afSvgAriaLabelledby = undefined;
58
- this.titleId = randomIdGenerator('icontitle');
59
- }
60
- render() {
61
- return (h("svg", { key: 'df97b270bced02864ff246dffd5964444481dca5', class: "digi-icon-trash", width: "48", height: "48", viewBox: "0 0 48 48", "aria-hidden": this.afSvgAriaHidden ? 'true' : 'false', "aria-labelledby": this.afSvgAriaLabelledby
62
- ? this.afSvgAriaLabelledby
63
- : this.afTitle
64
- ? this.titleId
65
- : undefined, xmlns: "http://www.w3.org/2000/svg" }, this.afTitle && h("title", { key: '97d6cda9f7845d4c06debd4843b6267d878d7245', id: this.titleId }, this.afTitle), this.afDesc && h("desc", { key: '573d49101193af033c41addfb18d8587c8fadd45' }, this.afDesc), h("path", { key: 'f344cce638e8d4b1df8243c8d1570cd25b4cd4af', class: "digi-icon-trash__shape", d: "M28.3065836,39.0000003 L30.4710557,39.0000003 C31.0687581,39.0000003 31.5532917,38.4963197 31.5532917,37.8749994 L31.5532917,17.6250003 C31.5532917,17.00368 31.0687581,16.5000003 30.4710557,16.5000003 L28.3065836,16.5000003 C27.7088812,16.5000003 27.2243476,17.00368 27.2243476,17.6250003 L27.2243476,37.8749994 C27.2243476,38.4963197 27.7088812,39.0000003 28.3065836,39.0000003 Z M43.0971425,7.50000051 L35.6648867,7.50000051 L32.5985513,2.18437593 C31.8157803,0.828519874 30.4058526,-0.000752023508 28.884678,5.11738477e-07 L19.7920918,5.11738477e-07 C18.2715602,5.11738477e-07 16.8624625,0.829093174 16.0800223,2.18437593 L13.0118832,7.50000051 L5.57962735,7.50000051 C4.78269076,7.50000051 4.136646,8.17157355 4.136646,9.00000051 L4.136646,10.5000005 C4.136646,11.3284277 4.78269076,12.0000005 5.57962735,12.0000005 L7.0226087,12.0000005 L7.0226087,43.5000005 C7.0226087,45.9852804 8.96074297,48.0000005 11.3515528,48.0000005 L37.3252171,48.0000005 C39.7160269,48.0000005 41.6541611,45.9852804 41.6541611,43.5000005 L41.6541611,12.0000005 L43.0971425,12.0000005 C43.8940791,12.0000005 44.5401238,11.3284277 44.5401238,10.5000005 L44.5401238,9.00000051 C44.5401238,8.17157355 43.8940791,7.50000051 43.0971425,7.50000051 Z M19.6342657,4.77281332 C19.7323744,4.60306234 19.9091243,4.49944487 20.0996272,4.49999861 L28.5771426,4.49999861 C28.7673243,4.49977491 28.9436588,4.60334956 29.0416023,4.77281332 L30.6162557,7.49999861 L18.0605142,7.49999861 L19.6342657,4.77281332 Z M37.3252171,43.5000005 L11.3515528,43.5000005 L11.3515528,12.0000005 L37.3252171,12.0000005 L37.3252171,43.5000005 Z M18.2057142,39.0000003 L20.3701862,39.0000003 C20.9678886,39.0000003 21.4524222,38.4963197 21.4524222,37.8749994 L21.4524222,17.6250003 C21.4524222,17.00368 20.9678886,16.5000003 20.3701862,16.5000003 L18.2057142,16.5000003 C17.6080117,16.5000003 17.1234782,17.00368 17.1234782,17.6250003 L17.1234782,37.8749994 C17.1234782,38.4963197 17.6080117,39.0000003 18.2057142,39.0000003 Z", fill: "currentColor", "fill-rule": "nonzero" })));
66
- }
67
- };
68
- Icontrash.style = DigiIconTrashStyle0;
69
-
70
- const iconXButtonOutlineCss = ".sc-digi-icon-x-button-outline-h{--digi--icon--color:var(--digi--color--icon--primary);--digi--icon--width:initial;--digi--icon--height:auto;display:flex;min-height:1.4em;align-items:center}.sc-digi-icon-x-button-outline-h svg.sc-digi-icon-x-button-outline{color:var(--digi--icon--color);max-width:var(--digi--icon--width);max-height:var(--digi--icon--height);width:var(--digi--icon--width, auto);height:var(--digi--icon--height, auto)}";
71
- const DigiIconXButtonOutlineStyle0 = iconXButtonOutlineCss;
72
-
73
- const IconXButtonOutline = class {
74
- constructor(hostRef) {
75
- registerInstance(this, hostRef);
76
- this.afTitle = undefined;
77
- this.afDesc = undefined;
78
- this.afSvgAriaHidden = true;
79
- this.afSvgAriaLabelledby = undefined;
80
- this.titleId = randomIdGenerator('icontitle');
81
- }
82
- render() {
83
- return (h("svg", { key: '2ca285f0d771796e2b615aa0295ea9637a53e6cb', class: "digi-icon-x-button-outline", width: "48", height: "48", viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": this.afSvgAriaHidden ? 'true' : 'false', "aria-labelledby": this.afSvgAriaLabelledby
84
- ? this.afSvgAriaLabelledby
85
- : this.afTitle
86
- ? this.titleId
87
- : undefined }, this.afTitle && h("title", { key: '316dd0e4f0967a9b56aab558ed7d00f3f757eb78', id: this.titleId }, this.afTitle), this.afDesc && h("desc", { key: 'e356a35922871498675a97e2c468a4083e708cd8' }, this.afDesc), h("path", { key: 'c67af950fdaa7ff4d1adfeba82f8319eeaec115a', class: "digi-icon-x-button-outline__shape", d: "M24,0 C10.7419355,0 0,10.7419355 0,24 C0,37.2580645 10.7419355,48 24,48 C37.2580645,48 48,37.2580645 48,24 C48,10.7419355 37.2580645,0 24,0 Z M24,43.3548387 C13.3064516,43.3548387 4.64516129,34.6935484 4.64516129,24 C4.64516129,13.3064516 13.3064516,4.64516129 24,4.64516129 C34.6935484,4.64516129 43.3548387,13.3064516 43.3548387,24 C43.3548387,34.6935484 34.6935484,43.3548387 24,43.3548387 Z M27.8322581,24 L33.8516129,30.0193548 C34.3064516,30.4741935 34.3064516,31.2096774 33.8516129,31.6645161 L31.6645161,33.8516129 C31.2096774,34.3064516 30.4741935,34.3064516 30.0193548,33.8516129 L24,27.8322581 L17.9806452,33.8516129 C17.5258065,34.3064516 16.7903226,34.3064516 16.3354839,33.8516129 L14.1483871,31.6645161 C13.6935484,31.2096774 13.6935484,30.4741935 14.1483871,30.0193548 L20.1677419,24 L14.1483871,17.9806452 C13.6935484,17.5258065 13.6935484,16.7903226 14.1483871,16.3354839 L16.3354839,14.1483871 C16.7903226,13.6935484 17.5258065,13.6935484 17.9806452,14.1483871 L24,20.1677419 L30.0193548,14.1483871 C30.4741935,13.6935484 31.2096774,13.6935484 31.6645161,14.1483871 L33.8516129,16.3354839 C34.3064516,16.7903226 34.3064516,17.5258065 33.8516129,17.9806452 L27.8322581,24 Z", fill: "currentColor", "fill-rule": "nonzero" })));
88
- }
89
- };
90
- IconXButtonOutline.style = DigiIconXButtonOutlineStyle0;
91
-
92
- export { IconCheckCircleSolid as digi_icon_check_circle_solid, IconPaperclip as digi_icon_paperclip, Icontrash as digi_icon_trash, IconXButtonOutline as digi_icon_x_button_outline };
@@ -1,26 +0,0 @@
1
- import { r as registerInstance, h } from './index-148a7577.js';
2
- import { r as randomIdGenerator } from './randomIdGenerator.util-56406f2e.js';
3
-
4
- const iconEnvelopeCss = ".sc-digi-icon-envelope-h{--digi--icon--color:var(--digi--color--icon--primary);--digi--icon--width:initial;--digi--icon--height:auto;display:flex;min-height:1.4em;align-items:center}.sc-digi-icon-envelope-h svg.sc-digi-icon-envelope{color:var(--digi--icon--color);max-width:var(--digi--icon--width);max-height:var(--digi--icon--height);width:var(--digi--icon--width, auto);height:var(--digi--icon--height, auto)}";
5
- const DigiIconEnvelopeStyle0 = iconEnvelopeCss;
6
-
7
- const IconEnvelope = class {
8
- constructor(hostRef) {
9
- registerInstance(this, hostRef);
10
- this.afTitle = undefined;
11
- this.afDesc = undefined;
12
- this.afSvgAriaHidden = true;
13
- this.afSvgAriaLabelledby = undefined;
14
- this.titleId = randomIdGenerator('icontitle');
15
- }
16
- render() {
17
- return (h("svg", { key: '6cf269b37f512d14021cd6237d0e3cf2429576ab', class: "digi-icon-envelope", width: "26", height: "19", viewBox: "0 0 26 19", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": this.afSvgAriaHidden ? 'true' : 'false', "aria-labelledby": this.afSvgAriaLabelledby
18
- ? this.afSvgAriaLabelledby
19
- : this.afTitle
20
- ? this.titleId
21
- : undefined }, this.afTitle && h("title", { key: 'edb63d26443e5d4053652b845c98153931eacfb4', id: this.titleId }, this.afTitle), this.afDesc && h("desc", { key: '499ce1f4fbbc3c501290f0d0049ac7f599a1a7cc' }, this.afDesc), h("path", { key: '63fa296653f02845e56f6173fb36f1b5b67c3ee2', class: "digi-icon-envelope__shape", d: "M23.563 0H2.438C1.09 0 0 1.063 0 2.375v14.25C0 17.937 1.091 19 2.438 19h21.125C24.909 19 26 17.937 26 16.625V2.375C26 1.063 24.909 0 23.562 0zm0 2.375v2.019c-1.14.903-2.954 2.308-6.835 5.269-.855.655-2.55 2.23-3.728 2.212-1.179.018-2.873-1.557-3.728-2.212-3.88-2.96-5.696-4.365-6.835-5.269V2.375h21.125zM2.438 16.625V7.442c1.163.903 2.813 2.17 5.328 4.089 1.11.851 3.054 2.73 5.234 2.719 2.17.011 4.088-1.84 5.233-2.719a859.794 859.794 0 005.33-4.09v9.184H2.438z", fill: "currentColor", "fill-rule": "nonzero" })));
22
- }
23
- };
24
- IconEnvelope.style = DigiIconEnvelopeStyle0;
25
-
26
- export { IconEnvelope as digi_icon_envelope };