@designsystem-se/af 34.0.0 → 34.0.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 (154) hide show
  1. package/components/digi-bar-chart.js +2 -2
  2. package/components/digi-button.js +1 -1
  3. package/components/digi-calendar-week-view.js +2 -2
  4. package/components/digi-card.js +1 -1
  5. package/components/digi-chart-line.js +2 -2
  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 +2 -2
  10. package/components/digi-expandable-accordion.js +2 -2
  11. package/components/digi-expandable-faq-item.js +1 -1
  12. package/components/digi-footer.js +1 -1
  13. package/components/digi-form-category-filter.js +1 -1
  14. package/components/digi-form-error-list.js +3 -3
  15. package/components/digi-form-filter.js +1 -1
  16. package/components/digi-form-input-search.js +1 -1
  17. package/components/digi-form-select-filter.js +8 -30
  18. package/components/digi-header-navigation.js +1 -1
  19. package/components/digi-header.js +2 -2
  20. package/components/digi-info-card-multi.js +1 -1
  21. package/components/digi-info-card.js +1 -1
  22. package/components/digi-link-button.js +1 -1
  23. package/components/digi-list.js +12 -9
  24. package/components/digi-navigation-context-menu.js +1 -1
  25. package/components/digi-navigation-pagination.js +2 -2
  26. package/components/digi-navigation-sidebar-button.js +1 -1
  27. package/components/digi-navigation-sidebar.js +1 -1
  28. package/components/digi-notification-alert.js +1 -1
  29. package/components/digi-notification-error-page.js +1 -1
  30. package/components/digi-progress-list.js +1 -1
  31. package/components/digi-quote.js +1 -1
  32. package/components/digi-tablist.js +23 -6
  33. package/components/digi-tag.js +2 -2
  34. package/components/digi-tools-feedback-rating.js +1 -1
  35. package/components/digi-tools-feedback.js +1 -1
  36. package/components/digi-tools-languagepicker.js +2 -2
  37. package/components/digi-typography.js +1 -1
  38. package/components/{p-f6347f75.js → p-081dbfe2.js} +2 -2
  39. package/components/{p-09e0586b.js → p-68dbf3ef.js} +2 -2
  40. package/components/{p-8a1aaa8e.js → p-9f5ead44.js} +1 -1
  41. package/components/{p-aa59e5c0.js → p-afc595b8.js} +1 -1
  42. package/components/{p-7f5a8dd1.js → p-dc9fbc23.js} +1 -1
  43. package/components/{p-5e487ed4.js → p-eccf029a.js} +1 -1
  44. package/custom-elements.json +1 -1
  45. package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
  46. package/dist/cjs/{digi-button_4.cjs.entry.js → digi-button.cjs.entry.js} +2 -84
  47. package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +2 -2
  48. package/dist/cjs/digi-code-block_3.cjs.entry.js +2 -2
  49. package/dist/cjs/digi-dialog.cjs.entry.js +2 -2
  50. package/dist/cjs/digi-expandable-accordion.cjs.entry.js +2 -2
  51. package/dist/cjs/digi-footer.cjs.entry.js +2 -2
  52. package/dist/cjs/digi-form-error-list.cjs.entry.js +2 -2
  53. package/dist/cjs/digi-form-receipt.cjs.entry.js +2 -2
  54. package/dist/cjs/digi-form-select-filter.cjs.entry.js +9 -31
  55. package/dist/cjs/digi-header-navigation.cjs.entry.js +2 -2
  56. package/dist/cjs/digi-header.cjs.entry.js +2 -2
  57. package/dist/cjs/digi-icon-check_3.cjs.entry.js +135 -0
  58. package/dist/cjs/digi-icon-x.cjs.entry.js +30 -0
  59. package/dist/cjs/digi-link-button.cjs.entry.js +1 -1
  60. package/dist/cjs/digi-navigation-pagination.cjs.entry.js +2 -2
  61. package/dist/cjs/digi-notification-alert.cjs.entry.js +2 -2
  62. package/dist/cjs/digi-notification-error-page.cjs.entry.js +2 -2
  63. package/dist/cjs/digi-tablist.cjs.entry.js +23 -6
  64. package/dist/cjs/digi-tag.cjs.entry.js +42 -0
  65. package/dist/cjs/digi-tools-feedback.cjs.entry.js +2 -2
  66. package/dist/cjs/index-cfa8e9be.js +14 -10
  67. package/dist/cjs/index.cjs.js +10 -10
  68. package/dist/cjs/loader.cjs.js +1 -1
  69. package/dist/cjs/tag-size.enum-0a6be639.js +8 -0
  70. package/dist/cjs/{typography-variation.enum-bba759ae.js → typography-variation.enum-87d554ae.js} +6 -6
  71. package/dist/collection/components/_button/button/button.js +5 -2
  72. package/dist/collection/components/_form/form-select-filter/form-select-filter.js +7 -29
  73. package/dist/collection/components/_link/link-button/link-button.js +6 -3
  74. package/dist/collection/components/_list/list/list.css +7 -19
  75. package/dist/collection/components/_list/list/list.js +10 -7
  76. package/dist/collection/components/_navigation/navigation-tablist/navigation-tablist.js +23 -6
  77. package/dist/collection/components/_tag/tag/tag.js +4 -1
  78. package/dist/collection/components/_typography/typography/typography.css +12 -3
  79. package/dist/collection/design-tokens/components/_list.variables.scss +1 -2
  80. package/dist/digi-arbetsformedlingen/design-tokens/components/_list.variables.scss +1 -2
  81. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-context-menu.variables.scss +40 -0
  82. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.esm.js +1 -1
  83. package/dist/digi-arbetsformedlingen/index.esm.js +1 -1
  84. package/dist/digi-arbetsformedlingen/{p-921b40e3.entry.js → p-0030d4fc.entry.js} +1 -1
  85. package/dist/digi-arbetsformedlingen/p-00d6ab21.js +1 -0
  86. package/dist/digi-arbetsformedlingen/p-1f65d6da.js +1 -0
  87. package/dist/digi-arbetsformedlingen/{p-04e1b953.entry.js → p-2eb2de93.entry.js} +1 -1
  88. package/dist/digi-arbetsformedlingen/p-38ac4375.entry.js +1 -0
  89. package/dist/digi-arbetsformedlingen/{p-0a97b588.entry.js → p-519472ca.entry.js} +1 -1
  90. package/dist/digi-arbetsformedlingen/{p-4b258acf.entry.js → p-5605496c.entry.js} +1 -1
  91. package/dist/digi-arbetsformedlingen/{p-db5cbe34.entry.js → p-5f365919.entry.js} +1 -1
  92. package/dist/digi-arbetsformedlingen/{p-02a9c10c.entry.js → p-6e0e38d7.entry.js} +1 -1
  93. package/dist/digi-arbetsformedlingen/p-71613ea0.entry.js +1 -0
  94. package/dist/digi-arbetsformedlingen/{p-83621ca7.entry.js → p-77952b35.entry.js} +1 -1
  95. package/dist/digi-arbetsformedlingen/{p-20e04419.entry.js → p-818b3ab2.entry.js} +1 -1
  96. package/dist/digi-arbetsformedlingen/{p-521b26de.entry.js → p-9a69fa7f.entry.js} +1 -1
  97. package/dist/digi-arbetsformedlingen/p-a0607d6f.entry.js +1 -0
  98. package/dist/digi-arbetsformedlingen/{p-68306648.entry.js → p-a29a351e.entry.js} +1 -1
  99. package/dist/digi-arbetsformedlingen/{p-1235e21c.entry.js → p-b2b5c3e3.entry.js} +1 -1
  100. package/dist/digi-arbetsformedlingen/p-b669a04f.entry.js +1 -0
  101. package/dist/digi-arbetsformedlingen/{p-afe213a1.entry.js → p-c27e1123.entry.js} +1 -1
  102. package/dist/digi-arbetsformedlingen/{p-6a09632d.entry.js → p-d84b0a2b.entry.js} +1 -1
  103. package/dist/digi-arbetsformedlingen/{p-fd42009d.entry.js → p-ddefc6f2.entry.js} +1 -1
  104. package/dist/digi-arbetsformedlingen/p-f1138dc6.entry.js +1 -0
  105. package/dist/digi-arbetsformedlingen/p-fa7824e9.entry.js +1 -0
  106. package/dist/esm/digi-arbetsformedlingen.js +1 -1
  107. package/dist/esm/{digi-button_4.entry.js → digi-button.entry.js} +3 -82
  108. package/dist/esm/digi-calendar-datepicker.entry.js +2 -2
  109. package/dist/esm/digi-code-block_3.entry.js +2 -2
  110. package/dist/esm/digi-dialog.entry.js +2 -2
  111. package/dist/esm/digi-expandable-accordion.entry.js +2 -2
  112. package/dist/esm/digi-footer.entry.js +2 -2
  113. package/dist/esm/digi-form-error-list.entry.js +2 -2
  114. package/dist/esm/digi-form-receipt.entry.js +2 -2
  115. package/dist/esm/digi-form-select-filter.entry.js +9 -31
  116. package/dist/esm/digi-header-navigation.entry.js +2 -2
  117. package/dist/esm/digi-header.entry.js +2 -2
  118. package/dist/esm/digi-icon-check_3.entry.js +129 -0
  119. package/dist/esm/digi-icon-x.entry.js +26 -0
  120. package/dist/esm/digi-link-button.entry.js +1 -1
  121. package/dist/esm/digi-navigation-pagination.entry.js +2 -2
  122. package/dist/esm/digi-notification-alert.entry.js +2 -2
  123. package/dist/esm/digi-notification-error-page.entry.js +2 -2
  124. package/dist/esm/digi-tablist.entry.js +23 -6
  125. package/dist/esm/digi-tag.entry.js +38 -0
  126. package/dist/esm/digi-tools-feedback.entry.js +2 -2
  127. package/dist/esm/index-8e318bb2.js +14 -10
  128. package/dist/esm/index.js +2 -2
  129. package/dist/esm/loader.js +1 -1
  130. package/dist/esm/tag-size.enum-1e1bcf94.js +8 -0
  131. package/dist/esm/typography-variation.enum-884bbc81.js +14 -0
  132. package/dist/types/components/_button/button/button.d.ts +1 -0
  133. package/dist/types/components/_form/form-select-filter/form-select-filter.d.ts +0 -2
  134. package/dist/types/components/_link/link-button/link-button.d.ts +3 -2
  135. package/dist/types/components/_list/list/list.d.ts +0 -1
  136. package/dist/types/components/_tag/tag/tag.d.ts +1 -0
  137. package/dist/types/components.d.ts +10 -4
  138. package/hydrate/index.js +46 -48
  139. package/hydrate/index.mjs +46 -48
  140. package/package.json +1 -1
  141. package/dist/cjs/digi-icon-check.cjs.entry.js +0 -30
  142. package/dist/cjs/digi-list.cjs.entry.js +0 -85
  143. package/dist/cjs/list-type.enum-aea4d012.js +0 -8
  144. package/dist/digi-arbetsformedlingen/p-4d48c55a.entry.js +0 -1
  145. package/dist/digi-arbetsformedlingen/p-5ba6737a.js +0 -1
  146. package/dist/digi-arbetsformedlingen/p-642eaeed.entry.js +0 -1
  147. package/dist/digi-arbetsformedlingen/p-de4c4238.entry.js +0 -1
  148. package/dist/digi-arbetsformedlingen/p-ece582a3.entry.js +0 -1
  149. package/dist/digi-arbetsformedlingen/p-f84d9dea.entry.js +0 -1
  150. package/dist/digi-arbetsformedlingen/p-fe5da310.js +0 -1
  151. package/dist/esm/digi-icon-check.entry.js +0 -26
  152. package/dist/esm/digi-list.entry.js +0 -81
  153. package/dist/esm/list-type.enum-fbb331ad.js +0 -8
  154. package/dist/esm/typography-variation.enum-850aad78.js +0 -14
@@ -0,0 +1,129 @@
1
+ import { r as registerInstance, h, g as getElement } from './index-8e318bb2.js';
2
+ import { r as randomIdGenerator } from './randomIdGenerator.util-56406f2e.js';
3
+ import { L as ListType, T as TypographyVariation } from './typography-variation.enum-884bbc81.js';
4
+ import { l as logger } from './logger.util-ede3c48a.js';
5
+
6
+ const iconCheckCss = ".sc-digi-icon-check-h{--digi--icon--color:var(--digi--color--icons--primary);--digi--icon--width:initial;--digi--icon--height:auto;display:flex;min-height:1.4em;align-items:center}.sc-digi-icon-check-h svg.sc-digi-icon-check{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)}";
7
+ const DigiIconCheckStyle0 = iconCheckCss;
8
+
9
+ const IconCheck = class {
10
+ constructor(hostRef) {
11
+ registerInstance(this, hostRef);
12
+ this.afTitle = undefined;
13
+ this.afDesc = undefined;
14
+ this.afSvgAriaHidden = true;
15
+ this.afSvgAriaLabelledby = undefined;
16
+ this.titleId = randomIdGenerator('icontitle');
17
+ }
18
+ render() {
19
+ return (h("svg", { key: 'b93763762cb15da9dd043c599d28801dd1b7b6d2', class: "digi-icon-check", width: "23", height: "18", viewBox: "0 0 23 18", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": this.afSvgAriaHidden ? 'true' : 'false', "aria-labelledby": this.afSvgAriaLabelledby
20
+ ? this.afSvgAriaLabelledby
21
+ : this.afTitle
22
+ ? this.titleId
23
+ : undefined }, this.afTitle && h("title", { key: '50601b1e8c8eaf8a33d0a1074005e9c65b87113d', id: this.titleId }, this.afTitle), this.afDesc && h("desc", { key: '06f9aacdab41e114f4f47f690ece821651ac4ee3' }, this.afDesc), h("path", { key: '1af3c61a39655f9002f6826fc8beaf48b2a976b1', class: "digi-icon-check__shape", d: "M20.547.18L7.315 13.627 2.453 8.686a.597.597 0 00-.853 0L.177 10.132a.62.62 0 000 .868l6.711 6.82c.236.24.618.24.854 0L22.823 2.493a.62.62 0 000-.867L21.4.18a.597.597 0 00-.853 0z", fill: "currentColor", "fill-rule": "nonzero" })));
24
+ }
25
+ };
26
+ IconCheck.style = DigiIconCheckStyle0;
27
+
28
+ const listCss = ".digi--util--fs--xs.sc-digi-list{font-size:var(--digi--global--typography--font-size--small) !important}.digi--util--fs--s.sc-digi-list{font-size:calc(var(--digi--global--typography--font-size--small) + 1px) !important}.digi--util--fs--m.sc-digi-list{font-size:var(--digi--global--typography--font-size--base) !important}.digi--util--fs--l.sc-digi-list{font-size:var(--digi--global--typography--font-size--large) !important}.digi--util--fw--sb.sc-digi-list{font-weight:var(--digi--global--typography--font-weight--semibold) !important}.digi--util--pt--1.sc-digi-list{padding-top:var(--digi--global--spacing--smallest-2) !important}.digi--util--pt--10.sc-digi-list{padding-top:var(--digi--global--spacing--smallest) !important}.digi--util--pt--20.sc-digi-list{padding-top:var(--digi--global--spacing--base) !important}.digi--util--pt--30.sc-digi-list{padding-top:var(--digi--global--spacing--largest-2) !important}.digi--util--pt--40.sc-digi-list{padding-top:var(--digi--global--spacing--largest-4) !important}.digi--util--pt--50.sc-digi-list{padding-top:2.5rem !important}.digi--util--pt--60.sc-digi-list{padding-top:var(--digi--global--spacing--largest-5) !important}.digi--util--pt--70.sc-digi-list{padding-top:var(--digi--global--spacing--largest-6) !important}.digi--util--pt--80.sc-digi-list{padding-top:4.5rem !important}.digi--util--pt--90.sc-digi-list{padding-top:5rem !important}.digi--util--pb--1.sc-digi-list{padding-bottom:var(--digi--global--spacing--smallest-2) !important}.digi--util--pb--10.sc-digi-list{padding-bottom:var(--digi--global--spacing--smallest) !important}.digi--util--pb--20.sc-digi-list{padding-bottom:var(--digi--global--spacing--base) !important}.digi--util--pb--30.sc-digi-list{padding-bottom:var(--digi--global--spacing--largest-2) !important}.digi--util--pb--40.sc-digi-list{padding-bottom:var(--digi--global--spacing--largest-4) !important}.digi--util--pb--50.sc-digi-list{padding-bottom:2.5rem !important}.digi--util--pb--60.sc-digi-list{padding-bottom:var(--digi--global--spacing--largest-5) !important}.digi--util--pb--70.sc-digi-list{padding-bottom:var(--digi--global--spacing--largest-6) !important}.digi--util--pb--80.sc-digi-list{padding-bottom:4.5rem !important}.digi--util--pb--90.sc-digi-list{padding-bottom:5rem !important}.digi--util--p--1.sc-digi-list{padding:var(--digi--global--spacing--smallest-2) !important}.digi--util--p--10.sc-digi-list{padding:var(--digi--global--spacing--smallest) !important}.digi--util--p--20.sc-digi-list{padding:var(--digi--global--spacing--base) !important}.digi--util--p--30.sc-digi-list{padding:var(--digi--global--spacing--largest-2) !important}.digi--util--p--40.sc-digi-list{padding:var(--digi--global--spacing--largest-4) !important}.digi--util--p--50.sc-digi-list{padding:2.5rem !important}.digi--util--p--60.sc-digi-list{padding:var(--digi--global--spacing--largest-5) !important}.digi--util--p--70.sc-digi-list{padding:var(--digi--global--spacing--largest-6) !important}.digi--util--p--80.sc-digi-list{padding:4.5rem !important}.digi--util--p--90.sc-digi-list{padding:5rem !important}.digi--util--ptb--1.sc-digi-list{padding-top:var(--digi--global--spacing--smallest-2) !important;padding-bottom:var(--digi--global--spacing--smallest-2) !important}.digi--util--ptb--10.sc-digi-list{padding-top:var(--digi--global--spacing--smallest) !important;padding-bottom:var(--digi--global--spacing--smallest) !important}.digi--util--ptb--20.sc-digi-list{padding-top:var(--digi--global--spacing--base) !important;padding-bottom:var(--digi--global--spacing--base) !important}.digi--util--ptb--30.sc-digi-list{padding-top:var(--digi--global--spacing--largest-2) !important;padding-bottom:var(--digi--global--spacing--largest-2) !important}.digi--util--ptb--40.sc-digi-list{padding-top:var(--digi--global--spacing--largest-4) !important;padding-bottom:var(--digi--global--spacing--largest-4) !important}.digi--util--ptb--50.sc-digi-list{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.digi--util--ptb--60.sc-digi-list{padding-top:var(--digi--global--spacing--largest-5) !important;padding-bottom:var(--digi--global--spacing--largest-5) !important}.digi--util--ptb--70.sc-digi-list{padding-top:var(--digi--global--spacing--largest-6) !important;padding-bottom:var(--digi--global--spacing--largest-6) !important}.digi--util--ptb--80.sc-digi-list{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.digi--util--ptb--90.sc-digi-list{padding-top:5rem !important;padding-bottom:5rem !important}.digi--util--plr--1.sc-digi-list{padding-left:var(--digi--global--spacing--smallest-2) !important;padding-right:var(--digi--global--spacing--smallest-2) !important}.digi--util--plr--10.sc-digi-list{padding-left:var(--digi--global--spacing--smallest) !important;padding-right:var(--digi--global--spacing--smallest) !important}.digi--util--plr--20.sc-digi-list{padding-left:var(--digi--global--spacing--base) !important;padding-right:var(--digi--global--spacing--base) !important}.digi--util--plr--30.sc-digi-list{padding-left:var(--digi--global--spacing--largest-2) !important;padding-right:var(--digi--global--spacing--largest-2) !important}.digi--util--plr--40.sc-digi-list{padding-left:var(--digi--global--spacing--largest-4) !important;padding-right:var(--digi--global--spacing--largest-4) !important}.digi--util--plr--50.sc-digi-list{padding-left:2.5rem !important;padding-right:2.5rem !important}.digi--util--plr--60.sc-digi-list{padding-left:var(--digi--global--spacing--largest-5) !important;padding-right:var(--digi--global--spacing--largest-5) !important}.digi--util--plr--70.sc-digi-list{padding-left:var(--digi--global--spacing--largest-6) !important;padding-right:var(--digi--global--spacing--largest-6) !important}.digi--util--plr--80.sc-digi-list{padding-left:4.5rem !important;padding-right:4.5rem !important}.digi--util--plr--90.sc-digi-list{padding-left:5rem !important;padding-right:5rem !important}.digi--util--sr-only.sc-digi-list{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.digi--util--hidden.sc-digi-list{display:none}.sc-digi-list-h{--digi--list--padding-inline-start:0.25rem}.sc-digi-list-h .digi-list--checked.sc-digi-list{list-style-position:inside;padding-inline-start:var(--digi--list--padding-inline-start)}.sc-digi-list-h .digi-list--checked.sc-digi-list li.sc-digi-list{list-style:none;display:flex;align-items:flex-start}.sc-digi-list-s .digi-list--checked .digi-list__icon{padding-right:var(--digi--padding--small);width:1rem;min-height:auto;flex-shrink:0;align-items:start;margin-top:0.4375rem}";
29
+ const DigiListStyle0 = listCss;
30
+
31
+ const List = class {
32
+ constructor(hostRef) {
33
+ registerInstance(this, hostRef);
34
+ this.listItems = [];
35
+ this.hasSlottedItems = undefined;
36
+ this.afListType = ListType.BULLET;
37
+ }
38
+ componentWillLoad() {
39
+ this.getListItems();
40
+ }
41
+ componentWillUpdate() {
42
+ this.getListItems();
43
+ }
44
+ componentDidLoad() {
45
+ // Observe changes to children for dynamically added items
46
+ this._observer = new MutationObserver(() => {
47
+ this.getListItems();
48
+ });
49
+ //observes changes to the list of child nodes
50
+ this._observer.observe(this.hostElement, { childList: true });
51
+ this.applyCheckedListStyling();
52
+ }
53
+ componentDidUpdate() {
54
+ this.applyCheckedListStyling();
55
+ }
56
+ // Stop observing changes when the component no longer exists in the DOM
57
+ disconnectedCallback() {
58
+ if (this._observer) {
59
+ this._observer.disconnect();
60
+ }
61
+ }
62
+ applyCheckedListStyling() {
63
+ if (this.afListType === ListType.CHECKED) {
64
+ const lis = this.hostElement.querySelectorAll('li');
65
+ lis.forEach((li) => {
66
+ if (!li.querySelector('digi-icon-check')) {
67
+ const icon = document.createElement('digi-icon-check');
68
+ icon.classList.add('digi-list__icon');
69
+ li.insertBefore(icon, li.firstChild);
70
+ }
71
+ });
72
+ }
73
+ else {
74
+ const lis = this.hostElement.querySelectorAll('li');
75
+ lis.forEach((li) => {
76
+ const icon = li.querySelector('digi-icon-check');
77
+ if (icon) {
78
+ li.removeChild(icon);
79
+ }
80
+ });
81
+ }
82
+ }
83
+ getListItems() {
84
+ const slotItems = this.hostElement.querySelectorAll('li');
85
+ //maybe not needed, do we want to warn in the consol, or is this maybe a failsafe?
86
+ if (!slotItems || slotItems.length <= 0) {
87
+ this.hasSlottedItems = false;
88
+ this.listItems = [];
89
+ logger.warn(`The slot contains no <li> elements.`, this.hostElement);
90
+ return;
91
+ }
92
+ this.hasSlottedItems = true;
93
+ this.listItems = Array.from(slotItems);
94
+ }
95
+ render() {
96
+ const Tag = this.afListType === ListType.NUMBERED ? 'ol' : 'ul';
97
+ const className = {
98
+ 'digi-list': true,
99
+ [`digi-list--${this.afListType}`]: true
100
+ };
101
+ return (h("digi-typography", { key: '2c3f61b8ff3a0d8fb476d06ef06b650bd04422ef' }, h(Tag, { key: 'aa10692caf21f135486a30cd3a91d563d2b0c333', class: className }, h("slot", { key: '6c6dcd731c16f065714515a9acd8665aa1aeba10' }))));
102
+ }
103
+ get hostElement() { return getElement(this); }
104
+ };
105
+ List.style = DigiListStyle0;
106
+
107
+ const typographyCss = ".digi--util--fs--xs{font-size:var(--digi--global--typography--font-size--small) !important}.digi--util--fs--s{font-size:calc(var(--digi--global--typography--font-size--small) + 1px) !important}.digi--util--fs--m{font-size:var(--digi--global--typography--font-size--base) !important}.digi--util--fs--l{font-size:var(--digi--global--typography--font-size--large) !important}.digi--util--fw--sb{font-weight:var(--digi--global--typography--font-weight--semibold) !important}.digi--util--pt--1{padding-top:var(--digi--global--spacing--smallest-2) !important}.digi--util--pt--10{padding-top:var(--digi--global--spacing--smallest) !important}.digi--util--pt--20{padding-top:var(--digi--global--spacing--base) !important}.digi--util--pt--30{padding-top:var(--digi--global--spacing--largest-2) !important}.digi--util--pt--40{padding-top:var(--digi--global--spacing--largest-4) !important}.digi--util--pt--50{padding-top:2.5rem !important}.digi--util--pt--60{padding-top:var(--digi--global--spacing--largest-5) !important}.digi--util--pt--70{padding-top:var(--digi--global--spacing--largest-6) !important}.digi--util--pt--80{padding-top:4.5rem !important}.digi--util--pt--90{padding-top:5rem !important}.digi--util--pb--1{padding-bottom:var(--digi--global--spacing--smallest-2) !important}.digi--util--pb--10{padding-bottom:var(--digi--global--spacing--smallest) !important}.digi--util--pb--20{padding-bottom:var(--digi--global--spacing--base) !important}.digi--util--pb--30{padding-bottom:var(--digi--global--spacing--largest-2) !important}.digi--util--pb--40{padding-bottom:var(--digi--global--spacing--largest-4) !important}.digi--util--pb--50{padding-bottom:2.5rem !important}.digi--util--pb--60{padding-bottom:var(--digi--global--spacing--largest-5) !important}.digi--util--pb--70{padding-bottom:var(--digi--global--spacing--largest-6) !important}.digi--util--pb--80{padding-bottom:4.5rem !important}.digi--util--pb--90{padding-bottom:5rem !important}.digi--util--p--1{padding:var(--digi--global--spacing--smallest-2) !important}.digi--util--p--10{padding:var(--digi--global--spacing--smallest) !important}.digi--util--p--20{padding:var(--digi--global--spacing--base) !important}.digi--util--p--30{padding:var(--digi--global--spacing--largest-2) !important}.digi--util--p--40{padding:var(--digi--global--spacing--largest-4) !important}.digi--util--p--50{padding:2.5rem !important}.digi--util--p--60{padding:var(--digi--global--spacing--largest-5) !important}.digi--util--p--70{padding:var(--digi--global--spacing--largest-6) !important}.digi--util--p--80{padding:4.5rem !important}.digi--util--p--90{padding:5rem !important}.digi--util--ptb--1{padding-top:var(--digi--global--spacing--smallest-2) !important;padding-bottom:var(--digi--global--spacing--smallest-2) !important}.digi--util--ptb--10{padding-top:var(--digi--global--spacing--smallest) !important;padding-bottom:var(--digi--global--spacing--smallest) !important}.digi--util--ptb--20{padding-top:var(--digi--global--spacing--base) !important;padding-bottom:var(--digi--global--spacing--base) !important}.digi--util--ptb--30{padding-top:var(--digi--global--spacing--largest-2) !important;padding-bottom:var(--digi--global--spacing--largest-2) !important}.digi--util--ptb--40{padding-top:var(--digi--global--spacing--largest-4) !important;padding-bottom:var(--digi--global--spacing--largest-4) !important}.digi--util--ptb--50{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.digi--util--ptb--60{padding-top:var(--digi--global--spacing--largest-5) !important;padding-bottom:var(--digi--global--spacing--largest-5) !important}.digi--util--ptb--70{padding-top:var(--digi--global--spacing--largest-6) !important;padding-bottom:var(--digi--global--spacing--largest-6) !important}.digi--util--ptb--80{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.digi--util--ptb--90{padding-top:5rem !important;padding-bottom:5rem !important}.digi--util--plr--1{padding-left:var(--digi--global--spacing--smallest-2) !important;padding-right:var(--digi--global--spacing--smallest-2) !important}.digi--util--plr--10{padding-left:var(--digi--global--spacing--smallest) !important;padding-right:var(--digi--global--spacing--smallest) !important}.digi--util--plr--20{padding-left:var(--digi--global--spacing--base) !important;padding-right:var(--digi--global--spacing--base) !important}.digi--util--plr--30{padding-left:var(--digi--global--spacing--largest-2) !important;padding-right:var(--digi--global--spacing--largest-2) !important}.digi--util--plr--40{padding-left:var(--digi--global--spacing--largest-4) !important;padding-right:var(--digi--global--spacing--largest-4) !important}.digi--util--plr--50{padding-left:2.5rem !important;padding-right:2.5rem !important}.digi--util--plr--60{padding-left:var(--digi--global--spacing--largest-5) !important;padding-right:var(--digi--global--spacing--largest-5) !important}.digi--util--plr--70{padding-left:var(--digi--global--spacing--largest-6) !important;padding-right:var(--digi--global--spacing--largest-6) !important}.digi--util--plr--80{padding-left:4.5rem !important;padding-right:4.5rem !important}.digi--util--plr--90{padding-left:5rem !important;padding-right:5rem !important}.digi--util--sr-only{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.digi--util--hidden{display:none}digi-typography{--digi--typography--h1--margin--small:var(--digi--margin--h1-small);--digi--typography--h1--margin--medium:var(--digi--margin--h1-medium);--digi--typography--h1--margin--large:var(--digi--margin--h1-large);--digi--typography--h2--margin--small:var(--digi--margin--h2-small);--digi--typography--h2--margin--large:var(--digi--margin--h2-large);--digi--typography--h3--margin--small:var(--digi--margin--h3-small);--digi--typography--h3--margin--large:var(--digi--margin--h3-large);--digi--typography--h4--margin--small:var(--digi--margin--h4-h6-small);--digi--typography--h4--margin--large:var(--digi--margin--h4-h6-large);--digi--typography--h5--margin--small:var(--digi--margin--h4-h6-small);--digi--typography--h6--margin--large:var(--digi--margin--h4-h6-large);--digi--typography--paragraph--margin--small:var(--digi--margin--text-small);--digi--typography--paragraph--margin--large:var(--digi--margin--text-large);--digi--typography--paragraph--margin-top:initial;--digi--typography--color--text:var(--digi--color--text--primary);--digi--typography--text-decoration-thickness--hover:0.156em;--digi--typography--text-decoration-thickness--default:0.05em;--digi--typography--text-underline-offset:3px;font-family:var(--digi--global--typography--font-family--default);color:var(--digi--typography--color--text);--FONT-SIZE--BODY:var(--digi--typography--body--font-size--mobile);--LINE-HEIGHT--BODY:var(--digi--typography--body--line-height--mobile);--FONT-WEIGHT--BODY:var(--digi--typography--body--font-weight--mobile);--TEXT-DECORATION--BODY:var(\n --digi--typography--body--text-decoration--mobile\n );--MARGIN--BODY:var(--digi--typography--paragraph--margin--small);--FONT-SIZE--LINK:var(--digi--typography--link--font-size--mobile);--LINE-HEIGHT--LINK:var(--digi--typography--link--line-height--mobile);--FONT-WEIGHT--LINK:var(--digi--typography--link--font-weight--mobile);--TEXT-DECORATION--LINK:var(\n --digi--typography--link--text-decoration--mobile\n );--FONT-SIZE--HEADING-1:var(--digi--typography--heading-1--font-size--mobile);--LINE-HEIGHT--HEADING-1:var(\n --digi--typography--heading-1--line-height--mobile\n );--FONT-WEIGHT--HEADING-1:var(\n --digi--typography--heading-1--font-weight--mobile\n );--TEXT-DECORATION--HEADING-1:var(\n --digi--typography--heading-1--text-decoration--mobile\n );--MARGIN--HEADING-1:var(--digi--typography--h1--margin--small);--FONT-SIZE--HEADING-2:var(--digi--typography--heading-2--font-size--mobile);--LINE-HEIGHT--HEADING-2:var(\n --digi--typography--heading-2--line-height--mobile\n );--FONT-WEIGHT--HEADING-2:var(\n --digi--typography--heading-2--font-weight--mobile\n );--TEXT-DECORATION--HEADING-2:var(\n --digi--typography--heading-2--text-decoration--mobile\n );--MARGIN--HEADING-2:var(--digi--typography--h2--margin--small);--FONT-SIZE--HEADING-3:var(--digi--typography--heading-3--font-size--mobile);--LINE-HEIGHT--HEADING-3:var(\n --digi--typography--heading-3--line-height--mobile\n );--FONT-WEIGHT--HEADING-3:var(\n --digi--typography--heading-3--font-weight--mobile\n );--TEXT-DECORATION--HEADING-3:var(\n --digi--typography--heading-3--text-decoration--mobile\n );--MARGIN--HEADING-3:var(--digi--typography--h3--margin--small);--FONT-SIZE--HEADING-4:var(--digi--typography--heading-4--font-size--mobile);--LINE-HEIGHT--HEADING-4:var(\n --digi--typography--heading-4--line-height--mobile\n );--FONT-WEIGHT--HEADING-4:var(\n --digi--typography--heading-4--font-weight--mobile\n );--TEXT-DECORATION--HEADING-4:var(\n --digi--typography--heading-4--text-decoration--mobile\n );--MARGIN--HEADING-4:var(--digi--typography--h4--margin--small);--FONT-SIZE--HEADING-5:var(--digi--typography--heading-4--font-size--mobile);--LINE-HEIGHT--HEADING-5:var(\n --digi--typography--heading-4--line-height--mobile\n );--FONT-WEIGHT--HEADING-5:var(\n --digi--typography--heading-4--font-weight--mobile\n );--TEXT-DECORATION--HEADING-5:var(\n --digi--typography--heading-4--text-decoration--mobile\n );--MARGIN--HEADING-5:var(--digi--typography--h4--margin--small);--FONT-SIZE--HEADING-6:var(--digi--typography--heading-4--font-size--mobile);--LINE-HEIGHT--HEADING-6:var(\n --digi--typography--heading-4--line-height--mobile\n );--FONT-WEIGHT--HEADING-6:var(\n --digi--typography--heading-4--font-weight--mobile\n );--TEXT-DECORATION--HEADING-6:var(\n --digi--typography--heading-4--text-decoration--mobile\n );--MARGIN--HEADING-6:var(--digi--typography--h4--margin--small);font-size:var(--FONT-SIZE--BODY);line-height:var(--LINE-HEIGHT--BODY);font-weight:var(--FONT-WEIGHT--BODY);text-decoration:var(--TEXT-DECORATION--BODY)}@media (min-width: 62rem){digi-typography{--FONT-SIZE--BODY:var(--digi--typography--body--font-size--desktop);--LINE-HEIGHT--BODY:var(--digi--typography--body--line-height--desktop);--FONT-WEIGHT--BODY:var(--digi--typography--body--font-weight--desktop);--TEXT-DECORATION--BODY:var(\n --digi--typography--body--text-decoration--desktop\n );--MARGIN--BODY:var(--digi--typography--paragraph--margin--small);--FONT-SIZE--LINK:var(--digi--typography--link--font-size--desktop);--LINE-HEIGHT--LINK:var(--digi--typography--link--line-height--desktop);--FONT-WEIGHT--LINK:var(--digi--typography--link--font-weight--desktop);--TEXT-DECORATION--LINK:var(\n --digi--typography--link--text-decoration--desktop\n );--FONT-SIZE--HEADING-1:var(\n --digi--typography--heading-1--font-size--desktop\n );--LINE-HEIGHT--HEADING-1:var(\n --digi--typography--heading-1--line-height--desktop\n );--FONT-WEIGHT--HEADING-1:var(\n --digi--typography--heading-1--font-weight--desktop\n );--TEXT-DECORATION--HEADING-1:var(\n --digi--typography--heading-1--text-decoration--desktop\n );--MARGIN--HEADING-1:var(--digi--typography--h1--margin--medium);--FONT-SIZE--HEADING-2:var(\n --digi--typography--heading-2--font-size--desktop\n );--LINE-HEIGHT--HEADING-2:var(\n --digi--typography--heading-2--line-height--desktop\n );--FONT-WEIGHT--HEADING-2:var(\n --digi--typography--heading-2--font-weight--desktop\n );--TEXT-DECORATION--HEADING-2:var(\n --digi--typography--heading-2--text-decoration--desktop\n );--MARGIN--HEADING-2:var(--digi--typography--h2--margin--small);--FONT-SIZE--HEADING-3:var(\n --digi--typography--heading-3--font-size--desktop\n );--LINE-HEIGHT--HEADING-3:var(\n --digi--typography--heading-3--line-height--desktop\n );--FONT-WEIGHT--HEADING-3:var(\n --digi--typography--heading-3--font-weight--desktop\n );--TEXT-DECORATION--HEADING-3:var(\n --digi--typography--heading-3--text-decoration--desktop\n );--MARGIN--HEADING-3:var(--digi--typography--h3--margin--small);--FONT-SIZE--HEADING-4:var(\n --digi--typography--heading-4--font-size--desktop\n );--LINE-HEIGHT--HEADING-4:var(\n --digi--typography--heading-4--line-height--desktop\n );--FONT-WEIGHT--HEADING-4:var(\n --digi--typography--heading-4--font-weight--desktop\n );--TEXT-DECORATION--HEADING-4:var(\n --digi--typography--heading-4--text-decoration--desktop\n );--MARGIN--HEADING-4:var(--digi--typography--h4--margin--small);--FONT-SIZE--HEADING-5:var(\n --digi--typography--heading-4--font-size--desktop\n );--LINE-HEIGHT--HEADING-5:var(\n --digi--typography--heading-4--line-height--desktop\n );--FONT-WEIGHT--HEADING-5:var(\n --digi--typography--heading-4--font-weight--desktop\n );--TEXT-DECORATION--HEADING-5:var(\n --digi--typography--heading-4--text-decoration--desktop\n );--MARGIN--HEADING-5:var(--digi--typography--h5--margin--small);--FONT-SIZE--HEADING-6:var(\n --digi--typography--heading-4--font-size--desktop\n );--LINE-HEIGHT--HEADING-6:var(\n --digi--typography--heading-4--line-height--desktop\n );--FONT-WEIGHT--HEADING-6:var(\n --digi--typography--heading-4--font-weight--desktop\n );--TEXT-DECORATION--HEADING-6:var(\n --digi--typography--heading-4--text-decoration--desktop\n );--MARGIN--HEADING-6:var(--digi--typography--h6--margin--small)}}digi-typography .digi-typography--large{--FONT-SIZE--BODY:var(--digi--typography--body--font-size--desktop);--LINE-HEIGHT--BODY:var(--digi--typography--body--line-height--desktop);--FONT-WEIGHT--BODY:var(--digi--typography--body--font-weight--desktop);--TEXT-DECORATION--BODY:var(\n --digi--typography--body--text-decoration--desktop\n );--MARGIN--BODY:var(--digi--typography--paragraph--margin--small);--FONT-SIZE--LINK:var(--digi--typography--link--font-size--desktop);--LINE-HEIGHT--LINK:var(--digi--typography--link--line-height--desktop);--FONT-WEIGHT--LINK:var(--digi--typography--link--font-weight--desktop);--TEXT-DECORATION--LINK:var(\n --digi--typography--link--text-decoration--desktop\n );--FONT-SIZE--HEADING-1:var(\n --digi--typography--heading-1--font-size--desktop\n );--LINE-HEIGHT--HEADING-1:var(\n --digi--typography--heading-1--line-height--desktop\n );--FONT-WEIGHT--HEADING-1:var(\n --digi--typography--heading-1--font-weight--desktop\n );--TEXT-DECORATION--HEADING-1:var(\n --digi--typography--heading-1--text-decoration--desktop\n );--MARGIN--HEADING-1:var(--digi--typography--h1--margin--medium);--FONT-SIZE--HEADING-2:var(\n --digi--typography--heading-2--font-size--desktop\n );--LINE-HEIGHT--HEADING-2:var(\n --digi--typography--heading-2--line-height--desktop\n );--FONT-WEIGHT--HEADING-2:var(\n --digi--typography--heading-2--font-weight--desktop\n );--TEXT-DECORATION--HEADING-2:var(\n --digi--typography--heading-2--text-decoration--desktop\n );--MARGIN--HEADING-2:var(--digi--typography--h2--margin--small);--FONT-SIZE--HEADING-3:var(\n --digi--typography--heading-3--font-size--desktop\n );--LINE-HEIGHT--HEADING-3:var(\n --digi--typography--heading-3--line-height--desktop\n );--FONT-WEIGHT--HEADING-3:var(\n --digi--typography--heading-3--font-weight--desktop\n );--TEXT-DECORATION--HEADING-3:var(\n --digi--typography--heading-3--text-decoration--desktop\n );--MARGIN--HEADING-3:var(--digi--typography--h3--margin--small);--FONT-SIZE--HEADING-4:var(\n --digi--typography--heading-4--font-size--desktop\n );--LINE-HEIGHT--HEADING-4:var(\n --digi--typography--heading-4--line-height--desktop\n );--FONT-WEIGHT--HEADING-4:var(\n --digi--typography--heading-4--font-weight--desktop\n );--TEXT-DECORATION--HEADING-4:var(\n --digi--typography--heading-4--text-decoration--desktop\n );--MARGIN--HEADING-4:var(--digi--typography--h4--margin--small);--FONT-SIZE--HEADING-5:var(\n --digi--typography--heading-4--font-size--desktop\n );--LINE-HEIGHT--HEADING-5:var(\n --digi--typography--heading-4--line-height--desktop\n );--FONT-WEIGHT--HEADING-5:var(\n --digi--typography--heading-4--font-weight--desktop\n );--TEXT-DECORATION--HEADING-5:var(\n --digi--typography--heading-4--text-decoration--desktop\n );--MARGIN--HEADING-5:var(--digi--typography--h5--margin--small);--FONT-SIZE--HEADING-6:var(\n --digi--typography--heading-4--font-size--desktop\n );--LINE-HEIGHT--HEADING-6:var(\n --digi--typography--heading-4--line-height--desktop\n );--FONT-WEIGHT--HEADING-6:var(\n --digi--typography--heading-4--font-weight--desktop\n );--TEXT-DECORATION--HEADING-6:var(\n --digi--typography--heading-4--text-decoration--desktop\n );--MARGIN--HEADING-6:var(--digi--typography--h6--margin--small)}@media (min-width: 62rem){digi-typography .digi-typography--large{--FONT-SIZE--BODY:var(--digi--typography--body--font-size--desktop-large);--LINE-HEIGHT--BODY:var(\n --digi--typography--body--line-height--desktop-large\n );--FONT-WEIGHT--BODY:var(\n --digi--typography--body--font-weight--desktop-large\n );--TEXT-DECORATION--BODY:var(\n --digi--typography--body--text-decoration--desktop-large\n );--MARGIN--BODY:var(--digi--typography--paragraph--margin--large);--FONT-SIZE--LINK:var(--digi--typography--link--font-size--desktop-large);--LINE-HEIGHT--LINK:var(\n --digi--typography--link--line-height--desktop-large\n );--FONT-WEIGHT--LINK:var(\n --digi--typography--link--font-weight--desktop-large\n );--TEXT-DECORATION--LINK:var(\n --digi--typography--link--text-decoration--desktop-large\n );--FONT-SIZE--HEADING-1:var(\n --digi--typography--heading-1--font-size--desktop-large\n );--LINE-HEIGHT--HEADING-1:var(\n --digi--typography--heading-1--line-height--desktop-large\n );--FONT-WEIGHT--HEADING-1:var(\n --digi--typography--heading-1--font-weight--desktop-large\n );--TEXT-DECORATION--HEADING-1:var(\n --digi--typography--heading-1--text-decoration--desktop-large\n );--MARGIN--HEADING-1:var(--digi--typography--h1--margin--large);--FONT-SIZE--HEADING-2:var(\n --digi--typography--heading-2--font-size--desktop-large\n );--LINE-HEIGHT--HEADING-2:var(\n --digi--typography--heading-2--line-height--desktop-large\n );--FONT-WEIGHT--HEADING-2:var(\n --digi--typography--heading-2--font-weight--desktop-large\n );--TEXT-DECORATION--HEADING-2:var(\n --digi--typography--heading-2--text-decoration--desktop-large\n );--MARGIN--HEADING-2:var(--digi--typography--h2--margin--large);--FONT-SIZE--HEADING-3:var(\n --digi--typography--heading-3--font-size--desktop-large\n );--LINE-HEIGHT--HEADING-3:var(\n --digi--typography--heading-3--line-height--desktop-large\n );--FONT-WEIGHT--HEADING-3:var(\n --digi--typography--heading-3--font-weight--desktop-large\n );--TEXT-DECORATION--HEADING-3:var(\n --digi--typography--heading-3--text-decoration--desktop-large\n );--MARGIN--HEADING-3:var(--digi--typography--h3--margin--large);--FONT-SIZE--HEADING-4:var(\n --digi--typography--heading-4--font-size--desktop-large\n );--LINE-HEIGHT--HEADING-4:var(\n --digi--typography--heading-4--line-height--desktop-large\n );--FONT-WEIGHT--HEADING-4:var(\n --digi--typography--heading-4--font-weight--desktop-large\n );--TEXT-DECORATION--HEADING-4:var(\n --digi--typography--heading-4--text-decoration--desktop-large\n );--MARGIN--HEADING-4:var(--digi--typography--h4--margin--large);--FONT-SIZE--HEADING-5:var(\n --digi--typography--heading-4--font-size--desktop-large\n );--LINE-HEIGHT--HEADING-5:var(\n --digi--typography--heading-4--line-height--desktop-large\n );--FONT-WEIGHT--HEADING-5:var(\n --digi--typography--heading-4--font-weight--desktop-large\n );--TEXT-DECORATION--HEADING-5:var(\n --digi--typography--heading-4--text-decoration--desktop-large\n );--MARGIN--HEADING-5:var(--digi--typography--h5--margin--large);--FONT-SIZE--HEADING-6:var(\n --digi--typography--heading-4--font-size--desktop-large\n );--LINE-HEIGHT--HEADING-6:var(\n --digi--typography--heading-4--line-height--desktop-large\n );--FONT-WEIGHT--HEADING-6:var(\n --digi--typography--heading-4--font-weight--desktop-large\n );--TEXT-DECORATION--HEADING-6:var(\n --digi--typography--heading-4--text-decoration--desktop-large\n );--MARGIN--HEADING-6:var(--digi--typography--h6--margin--large)}}digi-typography .digi-typography--hide-visited a:visited{color:var(--digi--color--text--link-secondary, var(--digi--color--text--link))}digi-typography h1,digi-typography h2,digi-typography h3,digi-typography h4,digi-typography h5,digi-typography h6{margin-top:0;}digi-typography h1,digi-typography .digi-h1{font-size:var(--FONT-SIZE--HEADING-1);line-height:var(--LINE-HEIGHT--HEADING-1);font-weight:var(--FONT-WEIGHT--HEADING-1);text-decoration:var(--TEXT-DECORATION--HEADING-1);margin-bottom:var(--MARGIN--HEADING-1)}digi-typography h2,digi-typography .digi-h2{font-size:var(--FONT-SIZE--HEADING-2);line-height:var(--LINE-HEIGHT--HEADING-2);font-weight:var(--FONT-WEIGHT--HEADING-2);text-decoration:var(--TEXT-DECORATION--HEADING-2);margin-bottom:var(--MARGIN--HEADING-2)}digi-typography h3,digi-typography .digi-h3{font-size:var(--FONT-SIZE--HEADING-3);line-height:var(--LINE-HEIGHT--HEADING-3);font-weight:var(--FONT-WEIGHT--HEADING-3);text-decoration:var(--TEXT-DECORATION--HEADING-3);margin-bottom:var(--MARGIN--HEADING-3)}digi-typography h4,digi-typography .digi-h4{font-size:var(--FONT-SIZE--HEADING-4);line-height:var(--LINE-HEIGHT--HEADING-4);font-weight:var(--FONT-WEIGHT--HEADING-4);text-decoration:var(--TEXT-DECORATION--HEADING-4);margin-bottom:var(--MARGIN--HEADING-4)}digi-typography h5,digi-typography .digi-h5{font-size:var(--FONT-SIZE--HEADING-5);line-height:var(--LINE-HEIGHT--HEADING-5);font-weight:var(--FONT-WEIGHT--HEADING-5);text-decoration:var(--TEXT-DECORATION--HEADING-5);margin-bottom:var(--MARGIN--HEADING-5)}digi-typography h6,digi-typography .digi-h6{font-size:var(--FONT-SIZE--HEADING-6);line-height:var(--LINE-HEIGHT--HEADING-6);font-weight:var(--FONT-WEIGHT--HEADING-6);text-decoration:var(--TEXT-DECORATION--HEADING-6);margin-bottom:var(--MARGIN--HEADING-6)}digi-typography p,digi-typography blockquote{font-size:var(--FONT-SIZE--BODY);line-height:var(--LINE-HEIGHT--BODY);font-weight:var(--FONT-WEIGHT--BODY);text-decoration:var(--TEXT-DECORATION--BODY);margin-top:initial;margin-bottom:var(--MARGIN--BODY);max-width:var(--digi--paragraph-width--medium)}digi-typography p:last-child,digi-typography blockquote:last-child{margin-bottom:0}digi-typography blockquote{margin-inline:0}digi-typography digi-typography-preamble{display:block;margin-bottom:var(--MARGIN--BODY)}digi-typography digi-typography-preamble:last-child{margin-bottom:0}digi-typography ul,digi-typography ol,digi-typography dl{font-size:var(--FONT-SIZE--BODY);line-height:var(--LINE-HEIGHT--BODY);font-weight:var(--FONT-WEIGHT--BODY);text-decoration:var(--TEXT-DECORATION--BODY);max-width:var(--digi--paragraph-width--medium);margin-bottom:var(--MARGIN--BODY)}digi-typography ul,digi-typography ol{margin:0 0 var(--MARGIN--BODY) 0;padding-inline-start:1.5rem}digi-typography ul li,digi-typography ol li{margin-top:initial;margin-bottom:0.5rem;box-sizing:border-box;width:100%;padding-left:0}digi-typography ul li:last-child,digi-typography ol li:last-child{margin-bottom:0}digi-typography a{font-size:1em;line-height:var(--LINE-HEIGHT--LINK);font-weight:inherit;text-decoration:var(--TEXT-DECORATION--LINK);color:var(--digi--color--text--link-secondary, var(--digi--color--text--link));text-decoration-thickness:var(--digi--typography--text-decoration-thickness--default);text-underline-offset:var(--digi--typography--text-underline-offset)}digi-typography a:hover{text-decoration:var(--TEXT-DECORATION--LINK);text-decoration-thickness:var(--digi--typography--text-decoration-thickness--hover)}digi-typography a:focus-visible{outline:2px solid black;outline-offset:2px;box-shadow:0px 0px 0px 5px white}digi-typography a:visited{color:var(--digi--color--text--link-secondary-visited, var(--digi--color--text--link-visited))}digi-typography strong{font-weight:var(--digi--typography--label--font-weight--desktop)}";
108
+ const DigiTypographyStyle0 = typographyCss;
109
+
110
+ const Typography = class {
111
+ constructor(hostRef) {
112
+ registerInstance(this, hostRef);
113
+ this.afVariation = TypographyVariation.SMALL;
114
+ this.hideVisitedColor = undefined;
115
+ }
116
+ get cssModifiers() {
117
+ return {
118
+ 'digi-typography--large': this.afVariation === TypographyVariation.LARGE,
119
+ 'digi-typography--small': this.afVariation === TypographyVariation.SMALL,
120
+ 'digi-typography--hide-visited': this.hideVisitedColor
121
+ };
122
+ }
123
+ render() {
124
+ return (h("div", { key: 'd4c7dde696cb9e4f629649c2d12e5b015c7aa713', class: Object.assign({ 'digi-typography': true }, this.cssModifiers) }, h("slot", { key: '4512f6b74ec58c3f04437c6ef598eb1d3625d347' })));
125
+ }
126
+ };
127
+ Typography.style = DigiTypographyStyle0;
128
+
129
+ export { IconCheck as digi_icon_check, List as digi_list, Typography as digi_typography };
@@ -0,0 +1,26 @@
1
+ import { r as registerInstance, h } from './index-8e318bb2.js';
2
+ import { r as randomIdGenerator } from './randomIdGenerator.util-56406f2e.js';
3
+
4
+ const iconXCss = ".sc-digi-icon-x-h{--digi--icon--color:var(--digi--color--icons--primary);--digi--icon--width:initial;--digi--icon--height:auto;display:flex;min-height:1.4em;align-items:center}.sc-digi-icon-x-h svg.sc-digi-icon-x{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 DigiIconXStyle0 = iconXCss;
6
+
7
+ const IconX = 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: '06415f56b7bdcf4e4d01e3f8e22c972cd166039e', class: "digi-icon-x", width: "12", height: "12", viewBox: "0 0 12 12", "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: '12da73d80236640ba89463221e4f15cccddee097', id: this.titleId }, this.afTitle), this.afDesc && h("desc", { key: 'e9083ab8497e6b711aa1452456f2d5897e1e6829' }, this.afDesc), h("g", { key: 'd8a9bbd2743f1b3e01739576fec36cbe470d4c52', class: "digi-icon-x__shape", stroke: "currentColor", "stroke-width": "2", fill: "none", "fill-rule": "evenodd", "stroke-linecap": "square" }, h("path", { key: '5a20c2fee197c4120038b297cd243a22b5aab5f2', d: "M2 2l7.986 7.986M9.986 2L2 9.986" }))));
22
+ }
23
+ };
24
+ IconX.style = DigiIconXStyle0;
25
+
26
+ export { IconX as digi_icon_x };
@@ -56,7 +56,7 @@ const LinkButton = class {
56
56
  };
57
57
  }
58
58
  render() {
59
- return (h(Host, { key: 'd6b967617a3fa6a8d5ba68b7982ee2ae4eeef847', class: Object.assign({ 'digi-link-button': true }, this.cssModifiers) }, !this.afLinkContainer && (h("a", { key: 'd95e231a794a57b16e888fa98a12b0b0f91cf385', href: this.afHref, onClick: (e) => this.clickLinkHandler(e), ref: (el) => (this._link = el) }, h("span", { key: 'db4bb1a99b20e1ae08662da723305814545d0346', class: "digi-link-button__text" }, h("slot", { key: 'd1e690a82f45e4b96fb03582185c3ed9a7836fa1' })), this.hasNotification && h("slot", { key: '606d2b8c3709f80ca01ffbe5ed34d07e64cdb914', name: "notification" }), h("digi-icon-chevron-right", { key: '0bbcaa4fd33ea271f622435ab16d7792111114c0', class: "digi-link-button__icon" }))), this.afLinkContainer && (h(Fragment, { key: 'cb86ba19e8750179007c79255312e051a4c5edee' }, h("slot", { key: '21aa062ab6de4eac5e3d5abf9051ebcb2ea99b4d' }), this.hasNotification && h("slot", { key: 'a08beeb67df365a0830da1f87d623876b34675f9', name: "notification" })))));
59
+ return (h(Host, { key: 'fcb4dae6f790646d3ce9255d1a1f06a0a0495f62', class: Object.assign({ 'digi-link-button': true }, this.cssModifiers) }, !this.afLinkContainer && (h("a", { key: 'a3c8160da677cf9b90658d50b9d0cf34b6b5ace8', href: this.afHref, onClick: (e) => this.clickLinkHandler(e), ref: (el) => (this._link = el) }, h("span", { key: '10aeae6b9e856a9594d53902f1ef81c1306446aa', class: "digi-link-button__text" }, h("slot", { key: '03619a6fa72d9cd75ba831ad3ec3210c4b1ad30b' })), this.hasNotification && h("slot", { key: '51d148026e61b19c12ccdc68b0a35f7780d09d71', name: "notification" }), h("digi-icon-chevron-right", { key: 'c74e46d8bbf9277ff50e83481463dfa64331b76f', class: "digi-link-button__icon" }))), this.afLinkContainer && (h(Fragment, { key: 'c5bcd05ed24fd616e839a237fb7be4b49b2181d1' }, h("slot", { key: 'e6def7b66cccd7d08da04cdb1b88efe9d79f8eee' }), this.hasNotification && h("slot", { key: '0d653fae65ffe1a9cbbba60292c9f6e87df80e65', name: "notification" })))));
60
60
  }
61
61
  get hostElement() { return getElement(this); }
62
62
  };
@@ -29,7 +29,7 @@ import './layout-block-variation.enum-b7a20db4.js';
29
29
  import './layout-columns-variation.enum-34f7754e.js';
30
30
  import './layout-media-object-alignment.enum-305b86b6.js';
31
31
  import './link-button-variation.enum-b7f1d571.js';
32
- import './list-type.enum-fbb331ad.js';
32
+ import './typography-variation.enum-884bbc81.js';
33
33
  import './loader-skeleton-variation.enum-f9f867b4.js';
34
34
  import './loader-spinner-size.enum-0b246fa0.js';
35
35
  import './logo-variation.enum-5b68b79f.js';
@@ -45,7 +45,7 @@ import './progressbar-variation.enum-40adaab4.js';
45
45
  import './quote-image-inner-position.enum-8e9b1e65.js';
46
46
  import './table-variation.enum-dd9366b6.js';
47
47
  import './tag-media-icon.enum-fefa191c.js';
48
- import './typography-variation.enum-850aad78.js';
48
+ import './tag-size.enum-1e1bcf94.js';
49
49
  import './tools-feedback-banner-type.enum-74b4e580.js';
50
50
  import './tools-feedback-rating-variation.enum-29058ff2.js';
51
51
  import './typography-heading-jumbo-variation.enum-eb737f1b.js';
@@ -29,7 +29,7 @@ import './layout-block-variation.enum-b7a20db4.js';
29
29
  import './layout-columns-variation.enum-34f7754e.js';
30
30
  import { L as LayoutMediaObjectAlignment } from './layout-media-object-alignment.enum-305b86b6.js';
31
31
  import './link-button-variation.enum-b7f1d571.js';
32
- import './list-type.enum-fbb331ad.js';
32
+ import { T as TypographyVariation } from './typography-variation.enum-884bbc81.js';
33
33
  import './loader-skeleton-variation.enum-f9f867b4.js';
34
34
  import './loader-spinner-size.enum-0b246fa0.js';
35
35
  import './logo-variation.enum-5b68b79f.js';
@@ -45,7 +45,7 @@ import './progressbar-variation.enum-40adaab4.js';
45
45
  import './quote-image-inner-position.enum-8e9b1e65.js';
46
46
  import './table-variation.enum-dd9366b6.js';
47
47
  import './tag-media-icon.enum-fefa191c.js';
48
- import { a as TypographyVariation } from './typography-variation.enum-850aad78.js';
48
+ import './tag-size.enum-1e1bcf94.js';
49
49
  import './tools-feedback-banner-type.enum-74b4e580.js';
50
50
  import './tools-feedback-rating-variation.enum-29058ff2.js';
51
51
  import './typography-heading-jumbo-variation.enum-eb737f1b.js';
@@ -29,7 +29,7 @@ import './layout-block-variation.enum-b7a20db4.js';
29
29
  import './layout-columns-variation.enum-34f7754e.js';
30
30
  import './layout-media-object-alignment.enum-305b86b6.js';
31
31
  import './link-button-variation.enum-b7f1d571.js';
32
- import './list-type.enum-fbb331ad.js';
32
+ import './typography-variation.enum-884bbc81.js';
33
33
  import './loader-skeleton-variation.enum-f9f867b4.js';
34
34
  import './loader-spinner-size.enum-0b246fa0.js';
35
35
  import './logo-variation.enum-5b68b79f.js';
@@ -45,7 +45,7 @@ import './progressbar-variation.enum-40adaab4.js';
45
45
  import './quote-image-inner-position.enum-8e9b1e65.js';
46
46
  import './table-variation.enum-dd9366b6.js';
47
47
  import './tag-media-icon.enum-fefa191c.js';
48
- import './typography-variation.enum-850aad78.js';
48
+ import './tag-size.enum-1e1bcf94.js';
49
49
  import './tools-feedback-banner-type.enum-74b4e580.js';
50
50
  import './tools-feedback-rating-variation.enum-29058ff2.js';
51
51
  import './typography-heading-jumbo-variation.enum-eb737f1b.js';
@@ -29,6 +29,11 @@ const NavigationTablist = class {
29
29
  // How many whole tabs fit? Nudge by tolerance to avoid off-by-one at zoom edges
30
30
  const tabsPerWindow = Math.floor((containerWidth + tolerance) / avgTabWidth);
31
31
  this.tabsPerWindow = Math.max(1, Math.min(tabsPerWindow, tabsCount));
32
+ // Ensure windowTab stays within valid bounds after resize
33
+ const maxValidWindowTab = Math.max(0, tabsCount - this.tabsPerWindow);
34
+ if (this.windowTab > maxValidWindowTab) {
35
+ this.windowTab = maxValidWindowTab;
36
+ }
32
37
  // Overflow check with tolerance
33
38
  this.listOverflows = contentWidth - containerWidth > tolerance;
34
39
  // (Optional) if you have left/right “handles”, compute visibility too:
@@ -170,7 +175,19 @@ const NavigationTablist = class {
170
175
  this.afTabChange.emit(tab);
171
176
  }
172
177
  handleTabControl(direction) {
173
- this.moveWindow(this.windowTab + direction * this.tabsPerWindow);
178
+ // Calculate the current window group
179
+ const currentGroup = Math.floor(this.windowTab / this.tabsPerWindow);
180
+ const totalGroups = Math.ceil(this.tabs.length / this.tabsPerWindow);
181
+ let newGroup;
182
+ if (direction === Direction.Next) {
183
+ newGroup = Math.min(currentGroup + 1, totalGroups - 1);
184
+ }
185
+ else {
186
+ newGroup = Math.max(currentGroup - 1, 0);
187
+ }
188
+ // Move to the first tab of the target group
189
+ const newWindowTab = newGroup * this.tabsPerWindow;
190
+ this.moveWindow(newWindowTab);
174
191
  }
175
192
  setActiveTabAndFocus(tabIdx) {
176
193
  this.activeTab = tabIdx;
@@ -224,14 +241,14 @@ const NavigationTablist = class {
224
241
  cancelAnimationFrame(this._requestAnimationFrame);
225
242
  }
226
243
  render() {
227
- return (h(Host, { key: 'b254db2497b74752d34aa4672ae38ac5a1051024' }, h("div", { key: '4028d5c2ee9954fb5755285dfe88029fec02d516', class: {
244
+ return (h(Host, { key: 'aa87d470a00824859deb1e9305497f0001339c6a' }, h("div", { key: 'd2ea6128277f7aa604f8fab19828e5aabca636b3', class: {
228
245
  'digi-tablist': true,
229
246
  'digi-tablist--overflow-scroll': this.afOverflowMode === OverflowMode.Scroll,
230
247
  'digi-tablist--overflow-controls': this.afOverflowMode === OverflowMode.Controls
231
- } }, h("div", { key: '1643904cc02630eb56f711b7decf3157cefab417', class: "control-wrapper", style: {
248
+ } }, h("div", { key: '70f11f894aebe7b07ba8242e77415269b4993d3b', class: "control-wrapper", style: {
232
249
  left: '0',
233
250
  visibility: this.showPrev ? 'visible' : 'hidden'
234
- } }, h("button", { key: 'd71bb576079e486f2bf197c1654e47ef81147455', tabIndex: -1, type: "button", "aria-hidden": "true", class: { 'tab-control-button': true }, onClick: () => this.handleTabControl(Direction.Previous) }, h("digi-icon-chevron-left", { key: 'e9d6cfbbb9aa6175d591db7fa67918b266506ed1' }))), h("div", { key: 'ae8db9b6af8276c07fef53b1e376ccf975dd1822', role: "tablist", ref: (ref) => (this.tablistRef = ref), "aria-labelledby": this.afAriaLabelledby, "aria-label": this.afAriaLabel }, this.tabs.map((tab) => {
251
+ } }, h("button", { key: 'e3f12c0df8027fb68d0dc2a3959e3eb381c32cc0', tabIndex: -1, type: "button", "aria-hidden": "true", class: { 'tab-control-button': true }, onClick: () => this.handleTabControl(Direction.Previous) }, h("digi-icon-chevron-left", { key: '5c38bf4c6a812b8a3037ac56f157fcca621aeeb0' }))), h("div", { key: '64a663ca0549924b09ac5c8e2baf3068ddcd31f5', role: "tablist", ref: (ref) => (this.tablistRef = ref), "aria-labelledby": this.afAriaLabelledby, "aria-label": this.afAriaLabel }, this.tabs.map((tab) => {
235
252
  const focusable = tab.id === this.tabs[this.selectedTab].id;
236
253
  const isActive = tab.id === this.tabs[this.activeTab].id;
237
254
  const Icon = `digi-icon-${tab.icon}`;
@@ -240,10 +257,10 @@ const NavigationTablist = class {
240
257
  'digi-tab': true,
241
258
  'is-active': isActive
242
259
  }, id: `tab-${tab.id}`, role: "tab", type: "button", tabindex: focusable ? '0' : '-1', "aria-label": tab.ariaLabel, "aria-selected": isActive.toString(), "aria-controls": `tabpanel-${tab.id}`, onClick: () => this.handleTabChange(tab) }, h("div", { class: "content-wrapper" }, h("span", { class: "tablist-content" }, tab.icon && h(Icon, { "aria-hidden": "true" }), h("span", { class: "title", "data-text": tab.title }, tab.title), tab.badgeValue && (h("digi-badge-notification", { afValue: badgeValue, "aria-hidden": "true" }))), h("div", { class: "indicator" }))));
243
- })), h("div", { key: 'fad2b3c44632c2354abef8c4a863654cfb44954a', class: "control-wrapper", style: {
260
+ })), h("div", { key: '0b1a044dee5a083e591c432eb3f581e3b55d8194', class: "control-wrapper", style: {
244
261
  right: '0',
245
262
  visibility: this.showNext ? 'visible' : 'hidden'
246
- } }, h("button", { key: '75df669a8a5693fb90755daccbb85a09478124cc', tabIndex: -1, type: "button", "aria-hidden": "true", class: { 'tab-control-button': true }, onClick: () => this.handleTabControl(Direction.Next) }, h("digi-icon-chevron-right", { key: 'b9d9fe9346d98fda9c97f999a1667645a58e3686' })))), h("div", { key: '03997499224b2d881c755eef234cee9dda4e2828', ref: (ref) => (this.panelsRef = ref), role: "presentation" }, h("slot", { key: '0d983ff976eb7a90b92030b3ef9a33c135aab90a' }))));
263
+ } }, h("button", { key: '1a7cae20dc4c7e642d42e387ef8943a7b50fcede', tabIndex: -1, type: "button", "aria-hidden": "true", class: { 'tab-control-button': true }, onClick: () => this.handleTabControl(Direction.Next) }, h("digi-icon-chevron-right", { key: '4a5b8f1777c8dda09b6ff6dbbcd56cf86cac1d95' })))), h("div", { key: '91aaa4dedab1a063461b6c15e030bd5a29259c9b', ref: (ref) => (this.panelsRef = ref), role: "presentation" }, h("slot", { key: 'fac2b5dacfc27c2cc51166d4841f122f5b496506' }))));
247
264
  }
248
265
  static get watchers() { return {
249
266
  "activeTab": ["syncPanels"],
@@ -0,0 +1,38 @@
1
+ import { r as registerInstance, c as createEvent, h } from './index-8e318bb2.js';
2
+ import { T as TagSize } from './tag-size.enum-1e1bcf94.js';
3
+ import { _ as _t } from './text-ee5498fa.js';
4
+
5
+ const tagCss = ".sc-digi-tag-h{--digi--tag--display:inline-block;--digi--tag--margin-bottom:var(--digi--gutter--smaller)}.sc-digi-tag-h .digi-tag.sc-digi-tag{display:var(--digi--tag--display);margin-bottom:var(--digi--tag--margin-bottom)}.sc-digi-tag-h .digi-tag__text.sc-digi-tag{display:inline-block;max-width:100%;white-space:normal}.sc-digi-tag-h .digi-tag__text--break.sc-digi-tag{overflow-wrap:anywhere;word-break:break-word;hyphens:auto}";
6
+ const DigiTagStyle0 = tagCss;
7
+
8
+ const Tag = class {
9
+ constructor(hostRef) {
10
+ registerInstance(this, hostRef);
11
+ this.afOnClick = createEvent(this, "afOnClick", 7);
12
+ this.afText = undefined;
13
+ this.afNoIcon = false;
14
+ this.afAriaLabel = undefined;
15
+ this.afSize = TagSize.SMALL;
16
+ this.afBreakWords = false;
17
+ }
18
+ clickHandler(e) {
19
+ e.stopPropagation();
20
+ this.afOnClick.emit(e);
21
+ }
22
+ get ariaLabel() {
23
+ const showIcon = !this.afNoIcon;
24
+ if (this.afAriaLabel) {
25
+ return this.afAriaLabel;
26
+ }
27
+ else if (showIcon) {
28
+ return _t.removeItem(this.afText);
29
+ }
30
+ return this.afText;
31
+ }
32
+ render() {
33
+ return (h("digi-button", { key: '25fdc1c2823e98fde25fcfa24be67d47a4fef609', onAfOnClick: (e) => this.clickHandler(e), "af-variation": "secondary", "af-size": this.afSize, class: "digi-tag", "af-aria-label": this.ariaLabel }, this.afText, !this.afNoIcon && h("digi-icon-x", { key: '2b23fc2ea9682c42f9e0e791499eee1ee377a457', slot: "icon-secondary" })));
34
+ }
35
+ };
36
+ Tag.style = DigiTagStyle0;
37
+
38
+ export { Tag as digi_tag };
@@ -29,7 +29,7 @@ import './layout-container-max-width.enum-c40018ac.js';
29
29
  import './layout-columns-variation.enum-34f7754e.js';
30
30
  import './layout-media-object-alignment.enum-305b86b6.js';
31
31
  import './link-button-variation.enum-b7f1d571.js';
32
- import './list-type.enum-fbb331ad.js';
32
+ import './typography-variation.enum-884bbc81.js';
33
33
  import './loader-skeleton-variation.enum-f9f867b4.js';
34
34
  import './loader-spinner-size.enum-0b246fa0.js';
35
35
  import './logo-variation.enum-5b68b79f.js';
@@ -45,7 +45,7 @@ import './progressbar-variation.enum-40adaab4.js';
45
45
  import './quote-image-inner-position.enum-8e9b1e65.js';
46
46
  import './table-variation.enum-dd9366b6.js';
47
47
  import './tag-media-icon.enum-fefa191c.js';
48
- import './typography-variation.enum-850aad78.js';
48
+ import './tag-size.enum-1e1bcf94.js';
49
49
  import './tools-feedback-banner-type.enum-74b4e580.js';
50
50
  import './tools-feedback-rating-variation.enum-29058ff2.js';
51
51
  import './typography-heading-jumbo-variation.enum-eb737f1b.js';
@@ -52,10 +52,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
52
52
  }
53
53
  switch(bundleId) {
54
54
 
55
- case 'digi-button_4':
55
+ case 'digi-icon-check_3':
56
56
  return import(
57
57
  /* webpackMode: "lazy" */
58
- './digi-button_4.entry.js').then(processMod, consoleError);
58
+ './digi-icon-check_3.entry.js').then(processMod, consoleError);
59
59
  case 'digi-badge-status':
60
60
  return import(
61
61
  /* webpackMode: "lazy" */
@@ -800,10 +800,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
800
800
  return import(
801
801
  /* webpackMode: "lazy" */
802
802
  './digi-link-button.entry.js').then(processMod, consoleError);
803
- case 'digi-list':
804
- return import(
805
- /* webpackMode: "lazy" */
806
- './digi-list.entry.js').then(processMod, consoleError);
807
803
  case 'digi-loader-skeleton':
808
804
  return import(
809
805
  /* webpackMode: "lazy" */
@@ -880,6 +876,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
880
876
  return import(
881
877
  /* webpackMode: "lazy" */
882
878
  './digi-tablist-panel.entry.js').then(processMod, consoleError);
879
+ case 'digi-tag':
880
+ return import(
881
+ /* webpackMode: "lazy" */
882
+ './digi-tag.entry.js').then(processMod, consoleError);
883
883
  case 'digi-tools-feedback':
884
884
  return import(
885
885
  /* webpackMode: "lazy" */
@@ -1048,14 +1048,14 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
1048
1048
  return import(
1049
1049
  /* webpackMode: "lazy" */
1050
1050
  './digi-util-breakpoint-observer.entry.js').then(processMod, consoleError);
1051
- case 'digi-icon-check':
1052
- return import(
1053
- /* webpackMode: "lazy" */
1054
- './digi-icon-check.entry.js').then(processMod, consoleError);
1055
1051
  case 'digi-form-label_5':
1056
1052
  return import(
1057
1053
  /* webpackMode: "lazy" */
1058
1054
  './digi-form-label_5.entry.js').then(processMod, consoleError);
1055
+ case 'digi-icon-x':
1056
+ return import(
1057
+ /* webpackMode: "lazy" */
1058
+ './digi-icon-x.entry.js').then(processMod, consoleError);
1059
1059
  case 'digi-util-keydown-handler':
1060
1060
  return import(
1061
1061
  /* webpackMode: "lazy" */
@@ -1072,6 +1072,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
1072
1072
  return import(
1073
1073
  /* webpackMode: "lazy" */
1074
1074
  './digi-util-mutation-observer.entry.js').then(processMod, consoleError);
1075
+ case 'digi-button':
1076
+ return import(
1077
+ /* webpackMode: "lazy" */
1078
+ './digi-button.entry.js').then(processMod, consoleError);
1075
1079
  }
1076
1080
  }
1077
1081
  return import(
package/dist/esm/index.js CHANGED
@@ -27,7 +27,7 @@ export { L as LayoutBlockVariation } from './layout-block-variation.enum-b7a20db
27
27
  export { a as LayoutColumnsElement, L as LayoutColumnsGap, b as LayoutColumnsVariation } from './layout-columns-variation.enum-34f7754e.js';
28
28
  export { L as LayoutMediaObjectAlignment } from './layout-media-object-alignment.enum-305b86b6.js';
29
29
  export { L as LinkButtonSize, a as LinkButtonVariation } from './link-button-variation.enum-b7f1d571.js';
30
- export { L as ListType } from './list-type.enum-fbb331ad.js';
30
+ export { L as ListType, T as TypographyVariation } from './typography-variation.enum-884bbc81.js';
31
31
  export { L as LoaderSkeletonVariation } from './loader-skeleton-variation.enum-f9f867b4.js';
32
32
  export { L as LoaderSpinnerSize } from './loader-spinner-size.enum-0b246fa0.js';
33
33
  export { L as LogoColor, a as LogoVariation } from './logo-variation.enum-5b68b79f.js';
@@ -43,7 +43,7 @@ export { P as ProgressbarRole, a as ProgressbarVariation } from './progressbar-v
43
43
  export { c as QuoteImageInnerPosition, b as QuoteImagePosition, Q as QuoteType, a as QuoteVariation } from './quote-image-inner-position.enum-8e9b1e65.js';
44
44
  export { T as TableSize, a as TableVariation } from './table-variation.enum-dd9366b6.js';
45
45
  export { T as TagMediaIcon } from './tag-media-icon.enum-fefa191c.js';
46
- export { T as TagSize, a as TypographyVariation } from './typography-variation.enum-850aad78.js';
46
+ export { T as TagSize } from './tag-size.enum-1e1bcf94.js';
47
47
  export { T as ToolsFeedbackBannerHeadingLevel, a as ToolsFeedbackBannerType } from './tools-feedback-banner-type.enum-74b4e580.js';
48
48
  export { F as FeedbackRatingHeadingLevel, a as FeedbackRatingType, b as FeedbackRatingVariation } from './tools-feedback-rating-variation.enum-29058ff2.js';
49
49
  export { T as TypographyHeadingJumboLevel, a as TypographyHeadingJumboVariation } from './typography-heading-jumbo-variation.enum-eb737f1b.js';