@solid-design-system/components 3.22.16 → 3.22.18

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 (157) hide show
  1. package/dist/components/es/checkbox-group.js +1 -1
  2. package/dist/components/es/select.js +3 -3
  3. package/dist/components/es/solid-components2.js +1 -1
  4. package/dist/components/umd/solid-components.js +5 -5
  5. package/dist/custom-elements.json +1 -1
  6. package/dist/package/components/checkbox-group/checkbox-group.js +0 -3
  7. package/dist/package/components/select/select.d.ts +1 -0
  8. package/dist/package/components/select/select.js +7 -2
  9. package/dist/package/translations/de.js +1 -0
  10. package/dist/package/translations/en.js +1 -0
  11. package/dist/package/utilities/localize.d.ts +1 -0
  12. package/dist/versioned-components/es/accordion-group.js +1 -1
  13. package/dist/versioned-components/es/accordion.js +1 -1
  14. package/dist/versioned-components/es/audio.js +1 -1
  15. package/dist/versioned-components/es/badge.js +1 -1
  16. package/dist/versioned-components/es/brandshape.js +1 -1
  17. package/dist/versioned-components/es/button.js +1 -1
  18. package/dist/versioned-components/es/carousel-item.js +1 -1
  19. package/dist/versioned-components/es/carousel.js +3 -3
  20. package/dist/versioned-components/es/checkbox-group.js +1 -1
  21. package/dist/versioned-components/es/checkbox.js +1 -1
  22. package/dist/versioned-components/es/dialog.js +1 -1
  23. package/dist/versioned-components/es/divider.js +1 -1
  24. package/dist/versioned-components/es/drawer.js +1 -1
  25. package/dist/versioned-components/es/dropdown.js +1 -1
  26. package/dist/versioned-components/es/expandable.js +1 -1
  27. package/dist/versioned-components/es/flipcard.js +1 -1
  28. package/dist/versioned-components/es/form.js +1 -1
  29. package/dist/versioned-components/es/header.js +1 -1
  30. package/dist/versioned-components/es/icon.js +1 -1
  31. package/dist/versioned-components/es/include.js +1 -1
  32. package/dist/versioned-components/es/input.js +1 -1
  33. package/dist/versioned-components/es/link.js +1 -1
  34. package/dist/versioned-components/es/map-marker.js +1 -1
  35. package/dist/versioned-components/es/navigation-item.js +1 -1
  36. package/dist/versioned-components/es/notification.js +1 -1
  37. package/dist/versioned-components/es/option.js +1 -1
  38. package/dist/versioned-components/es/quickfact.js +1 -1
  39. package/dist/versioned-components/es/radio-button.js +1 -1
  40. package/dist/versioned-components/es/radio-group.js +1 -1
  41. package/dist/versioned-components/es/radio.js +1 -1
  42. package/dist/versioned-components/es/scrollable.js +1 -1
  43. package/dist/versioned-components/es/select.js +3 -3
  44. package/dist/versioned-components/es/solid-components2.js +2 -2
  45. package/dist/versioned-components/es/spinner.js +1 -1
  46. package/dist/versioned-components/es/step-group.js +1 -1
  47. package/dist/versioned-components/es/step.js +1 -1
  48. package/dist/versioned-components/es/switch.js +1 -1
  49. package/dist/versioned-components/es/tab-group.js +1 -1
  50. package/dist/versioned-components/es/tab-panel.js +1 -1
  51. package/dist/versioned-components/es/tab.js +1 -1
  52. package/dist/versioned-components/es/tag.js +1 -1
  53. package/dist/versioned-components/es/teaser-media.js +1 -1
  54. package/dist/versioned-components/es/teaser.js +1 -1
  55. package/dist/versioned-components/es/textarea.js +1 -1
  56. package/dist/versioned-components/es/tooltip.js +2 -2
  57. package/dist/versioned-components/es/video.js +1 -1
  58. package/dist/versioned-package/_components/button-group/button-group.d.ts +1 -1
  59. package/dist/versioned-package/_components/button-group/button-group.js +11 -11
  60. package/dist/versioned-package/components/accordion/accordion.d.ts +1 -1
  61. package/dist/versioned-package/components/accordion/accordion.js +2 -2
  62. package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +1 -1
  63. package/dist/versioned-package/components/accordion-group/accordion-group.js +3 -3
  64. package/dist/versioned-package/components/audio/audio.d.ts +1 -1
  65. package/dist/versioned-package/components/audio/audio.js +6 -6
  66. package/dist/versioned-package/components/badge/badge.d.ts +1 -1
  67. package/dist/versioned-package/components/badge/badge.js +1 -1
  68. package/dist/versioned-package/components/brandshape/brandshape.d.ts +1 -1
  69. package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
  70. package/dist/versioned-package/components/button/button.d.ts +1 -1
  71. package/dist/versioned-package/components/button/button.js +4 -4
  72. package/dist/versioned-package/components/carousel/carousel.d.ts +1 -1
  73. package/dist/versioned-package/components/carousel/carousel.js +6 -6
  74. package/dist/versioned-package/components/carousel-item/carousel-item.d.ts +1 -1
  75. package/dist/versioned-package/components/carousel-item/carousel-item.js +1 -1
  76. package/dist/versioned-package/components/checkbox/checkbox.d.ts +1 -1
  77. package/dist/versioned-package/components/checkbox/checkbox.js +3 -3
  78. package/dist/versioned-package/components/checkbox-group/checkbox-group.d.ts +1 -1
  79. package/dist/versioned-package/components/checkbox-group/checkbox-group.js +5 -8
  80. package/dist/versioned-package/components/dialog/dialog.d.ts +1 -1
  81. package/dist/versioned-package/components/dialog/dialog.js +2 -2
  82. package/dist/versioned-package/components/divider/divider.d.ts +1 -1
  83. package/dist/versioned-package/components/divider/divider.js +2 -2
  84. package/dist/versioned-package/components/drawer/drawer.d.ts +1 -1
  85. package/dist/versioned-package/components/drawer/drawer.js +2 -2
  86. package/dist/versioned-package/components/dropdown/dropdown.d.ts +1 -1
  87. package/dist/versioned-package/components/dropdown/dropdown.js +8 -8
  88. package/dist/versioned-package/components/expandable/expandable.d.ts +1 -1
  89. package/dist/versioned-package/components/expandable/expandable.js +2 -2
  90. package/dist/versioned-package/components/flipcard/flipcard.d.ts +1 -1
  91. package/dist/versioned-package/components/flipcard/flipcard.js +1 -1
  92. package/dist/versioned-package/components/header/header.d.ts +1 -1
  93. package/dist/versioned-package/components/header/header.js +4 -4
  94. package/dist/versioned-package/components/icon/icon.d.ts +1 -1
  95. package/dist/versioned-package/components/icon/icon.js +1 -1
  96. package/dist/versioned-package/components/include/include.d.ts +1 -1
  97. package/dist/versioned-package/components/include/include.js +1 -1
  98. package/dist/versioned-package/components/input/input.d.ts +1 -1
  99. package/dist/versioned-package/components/input/input.js +3 -3
  100. package/dist/versioned-package/components/link/link.d.ts +1 -1
  101. package/dist/versioned-package/components/link/link.js +2 -2
  102. package/dist/versioned-package/components/map-marker/map-marker.d.ts +1 -1
  103. package/dist/versioned-package/components/map-marker/map-marker.js +1 -1
  104. package/dist/versioned-package/components/navigation-item/navigation-item.d.ts +1 -1
  105. package/dist/versioned-package/components/navigation-item/navigation-item.js +5 -5
  106. package/dist/versioned-package/components/notification/notification.d.ts +1 -1
  107. package/dist/versioned-package/components/notification/notification.js +5 -5
  108. package/dist/versioned-package/components/option/option.d.ts +1 -1
  109. package/dist/versioned-package/components/option/option.js +2 -2
  110. package/dist/versioned-package/components/popup/popup.d.ts +1 -1
  111. package/dist/versioned-package/components/popup/popup.js +1 -1
  112. package/dist/versioned-package/components/quickfact/quickfact.d.ts +1 -1
  113. package/dist/versioned-package/components/quickfact/quickfact.js +2 -2
  114. package/dist/versioned-package/components/radio/radio.d.ts +1 -1
  115. package/dist/versioned-package/components/radio/radio.js +2 -2
  116. package/dist/versioned-package/components/radio-button/radio-button.d.ts +1 -1
  117. package/dist/versioned-package/components/radio-button/radio-button.js +2 -2
  118. package/dist/versioned-package/components/radio-group/radio-group.d.ts +2 -2
  119. package/dist/versioned-package/components/radio-group/radio-group.js +13 -13
  120. package/dist/versioned-package/components/scrollable/scrollable.d.ts +1 -1
  121. package/dist/versioned-package/components/scrollable/scrollable.js +3 -3
  122. package/dist/versioned-package/components/select/select.d.ts +5 -4
  123. package/dist/versioned-package/components/select/select.js +31 -26
  124. package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
  125. package/dist/versioned-package/components/spinner/spinner.js +1 -1
  126. package/dist/versioned-package/components/step/step.d.ts +1 -1
  127. package/dist/versioned-package/components/step/step.js +2 -2
  128. package/dist/versioned-package/components/step-group/step-group.d.ts +1 -1
  129. package/dist/versioned-package/components/step-group/step-group.js +2 -2
  130. package/dist/versioned-package/components/switch/switch.d.ts +1 -1
  131. package/dist/versioned-package/components/switch/switch.js +1 -1
  132. package/dist/versioned-package/components/tab/tab.d.ts +1 -1
  133. package/dist/versioned-package/components/tab/tab.js +2 -2
  134. package/dist/versioned-package/components/tab-group/tab-group.d.ts +1 -1
  135. package/dist/versioned-package/components/tab-group/tab-group.js +13 -13
  136. package/dist/versioned-package/components/tab-panel/tab-panel.d.ts +1 -1
  137. package/dist/versioned-package/components/tab-panel/tab-panel.js +2 -2
  138. package/dist/versioned-package/components/tag/tag.d.ts +1 -1
  139. package/dist/versioned-package/components/tag/tag.js +2 -2
  140. package/dist/versioned-package/components/teaser/teaser.js +1 -1
  141. package/dist/versioned-package/components/teaser-media/teaser-media.js +1 -1
  142. package/dist/versioned-package/components/textarea/textarea.d.ts +1 -1
  143. package/dist/versioned-package/components/textarea/textarea.js +2 -2
  144. package/dist/versioned-package/components/tooltip/tooltip.d.ts +1 -1
  145. package/dist/versioned-package/components/tooltip/tooltip.js +5 -5
  146. package/dist/versioned-package/components/video/video.d.ts +1 -1
  147. package/dist/versioned-package/components/video/video.js +2 -2
  148. package/dist/versioned-package/internal/form.js +3 -3
  149. package/dist/versioned-package/styles/headline/headline.css.js +1 -1
  150. package/dist/versioned-package/translations/de.js +1 -0
  151. package/dist/versioned-package/translations/en.js +1 -0
  152. package/dist/versioned-package/utilities/autocomplete-config.js +4 -4
  153. package/dist/versioned-package/utilities/localize.d.ts +1 -0
  154. package/dist/versioned-styles/solid-styles.css +1 -1
  155. package/dist/vscode.html-custom-data.json +45 -45
  156. package/dist/web-types.json +46 -46
  157. package/package.json +2 -2
@@ -8,6 +8,6 @@ export default class SdSpinner extends SolidElement {
8
8
  }
9
9
  declare global {
10
10
  interface HTMLElementTagNameMap {
11
- 'sd-3-22-16-spinner': SdSpinner;
11
+ 'sd-3-22-18-spinner': SdSpinner;
12
12
  }
13
13
  }
@@ -39,7 +39,7 @@ __decorateClass([
39
39
  property({ reflect: true })
40
40
  ], SdSpinner.prototype, "color", 2);
41
41
  SdSpinner = __decorateClass([
42
- customElement("sd-3-22-16-spinner")
42
+ customElement("sd-3-22-18-spinner")
43
43
  ], SdSpinner);
44
44
  export {
45
45
  SdSpinner as default
@@ -22,6 +22,6 @@ export default class SdStep extends SolidElement {
22
22
  }
23
23
  declare global {
24
24
  interface HTMLElementTagNameMap {
25
- 'sd-3-22-16-step': SdStep;
25
+ 'sd-3-22-18-step': SdStep;
26
26
  }
27
27
  }
@@ -84,7 +84,7 @@ let SdStep = class extends SolidElement {
84
84
  !this.disabled && !this.current && !this.notInteractive && "text-primary group-hover:text-primary-500 group-hover:fill-primary-500",
85
85
  this.notInteractive && "text-primary",
86
86
  this.size === "lg" ? "text-lg" : "text-sm"
87
- )}">${!this.disabled && !this.current && !this.notInteractive ? html`<sd-3-22-16-icon name="status-check" library="system"></sd-3-22-16-icon>` : html`${this.index}`}</slot></${tag}>${this.noTail ? "" : html`<div part="tail" class="${cx(
87
+ )}">${!this.disabled && !this.current && !this.notInteractive ? html`<sd-3-22-18-icon name="status-check" library="system"></sd-3-22-18-icon>` : html`${this.index}`}</slot></${tag}>${this.noTail ? "" : html`<div part="tail" class="${cx(
88
88
  this.orientation === "horizontal" ? "border-t w-full my-auto mr-2" : "border-l flex-grow flex-shrink-0 basis-auto h-full w-[1px] mx-auto",
89
89
  !this.disabled && !this.current && !this.notInteractive ? " border-primary group-hover:border-primary-500" : "border-neutral-400"
90
90
  )}"></div>`}</div><div part="text-container" class="${cx("mt-4 mr-4 break-words flex flex-col gap-2", this.orientation === "horizontal" ? "text-center w-40" : "w-max text-left", this.disabled && "!text-neutral-500")}"><div part="label" class="${cx("!font-bold sd-paragraph", this.disabled && "!text-neutral-500", !this.disabled && !this.current && !this.notInteractive ? "!text-primary group-hover:!text-primary-500 group-hover:cursor-pointer" : "text-black")}"><slot name="label">${this.label}</slot></div><div part="description" class="${cx("sd-paragraph sd-paragraph--size-sm", this.disabled && "!text-neutral-500")}">${this.description || html`<slot></slot>`}</div></div></div>`;
@@ -136,7 +136,7 @@ __decorateClass([
136
136
  watch("notInteractive")
137
137
  ], SdStep.prototype, "handleInteractivityChange", 1);
138
138
  SdStep = __decorateClass([
139
- customElement("sd-3-22-16-step")
139
+ customElement("sd-3-22-18-step")
140
140
  ], SdStep);
141
141
  export {
142
142
  SdStep as default
@@ -17,6 +17,6 @@ export default class SdStepGroup extends SolidElement {
17
17
  }
18
18
  declare global {
19
19
  interface HTMLElementTagNameMap {
20
- 'sd-3-22-16-step-group': SdStepGroup;
20
+ 'sd-3-22-18-step-group': SdStepGroup;
21
21
  }
22
22
  }
@@ -56,7 +56,7 @@ let SdStepGroup = class extends SolidElement {
56
56
  });
57
57
  }
58
58
  getAllSteps() {
59
- return [...this.body.assignedElements()].filter((el) => el.tagName.toLowerCase() === "sd-3-22-16-step");
59
+ return [...this.body.assignedElements()].filter((el) => el.tagName.toLowerCase() === "sd-3-22-18-step");
60
60
  }
61
61
  /**
62
62
  * Sets the active step.
@@ -119,7 +119,7 @@ __decorateClass([
119
119
  watch("notInteractive")
120
120
  ], SdStepGroup.prototype, "handleInteractivityChange", 1);
121
121
  SdStepGroup = __decorateClass([
122
- customElement("sd-3-22-16-step-group")
122
+ customElement("sd-3-22-18-step-group")
123
123
  ], SdStepGroup);
124
124
  export {
125
125
  SdStepGroup as default
@@ -34,6 +34,6 @@ export default class SdSwitch extends SolidElement implements SolidFormControl {
34
34
  }
35
35
  declare global {
36
36
  interface HTMLElementTagNameMap {
37
- 'sd-3-22-16-switch': SdSwitch;
37
+ 'sd-3-22-18-switch': SdSwitch;
38
38
  }
39
39
  }
@@ -162,7 +162,7 @@ __decorateClass([
162
162
  watch(["checked"], { waitUntilFirstUpdate: true })
163
163
  ], SdSwitch.prototype, "handleStateChange", 1);
164
164
  SdSwitch = __decorateClass([
165
- customElement("sd-3-22-16-switch")
165
+ customElement("sd-3-22-18-switch")
166
166
  ], SdSwitch);
167
167
  export {
168
168
  SdSwitch as default
@@ -17,6 +17,6 @@ export default class SdTab extends SolidElement {
17
17
  }
18
18
  declare global {
19
19
  interface HTMLElementTagNameMap {
20
- 'sd-3-22-16-tab': SdTab;
20
+ 'sd-3-22-18-tab': SdTab;
21
21
  }
22
22
  }
@@ -20,7 +20,7 @@ let SdTab = class extends SolidElement {
20
20
  constructor() {
21
21
  super(...arguments);
22
22
  this.attrId = ++id;
23
- this.componentId = `sd-3-22-16-tab-${this.attrId}`;
23
+ this.componentId = `sd-3-22-18-tab-${this.attrId}`;
24
24
  this.variant = "default";
25
25
  this.active = false;
26
26
  this.disabled = false;
@@ -87,7 +87,7 @@ __decorateClass([
87
87
  watch("disabled")
88
88
  ], SdTab.prototype, "handleDisabledChange", 1);
89
89
  SdTab = __decorateClass([
90
- customElement("sd-3-22-16-tab")
90
+ customElement("sd-3-22-18-tab")
91
91
  ], SdTab);
92
92
  export {
93
93
  SdTab as default
@@ -32,6 +32,6 @@ export default class SdTabGroup extends SolidElement {
32
32
  }
33
33
  declare global {
34
34
  interface HTMLElementTagNameMap {
35
- 'sd-3-22-16-tab-group': SdTabGroup;
35
+ 'sd-3-22-18-tab-group': SdTabGroup;
36
36
  }
37
37
  }
@@ -29,8 +29,8 @@ let SdTabGroup = class extends SolidElement {
29
29
  }
30
30
  connectedCallback() {
31
31
  const whenAllDefined = Promise.all([
32
- customElements.whenDefined("sd-3-22-16-tab"),
33
- customElements.whenDefined("sd-3-22-16-tab-panel")
32
+ customElements.whenDefined("sd-3-22-18-tab"),
33
+ customElements.whenDefined("sd-3-22-18-tab-panel")
34
34
  ]);
35
35
  super.connectedCallback();
36
36
  this.resizeObserver = new ResizeObserver(() => {
@@ -67,19 +67,19 @@ let SdTabGroup = class extends SolidElement {
67
67
  getAllTabs(options = { includeDisabled: true }) {
68
68
  const slot = this.shadowRoot.querySelector('slot[name="nav"]');
69
69
  return [...slot.assignedElements()].filter((el) => {
70
- return options.includeDisabled ? el.tagName.toLowerCase() === "sd-3-22-16-tab" : el.tagName.toLowerCase() === "sd-3-22-16-tab" && !el.disabled;
70
+ return options.includeDisabled ? el.tagName.toLowerCase() === "sd-3-22-18-tab" : el.tagName.toLowerCase() === "sd-3-22-18-tab" && !el.disabled;
71
71
  });
72
72
  }
73
73
  getAllPanels() {
74
- return [...this.body.assignedElements()].filter((el) => el.tagName.toLowerCase() === "sd-3-22-16-tab-panel");
74
+ return [...this.body.assignedElements()].filter((el) => el.tagName.toLowerCase() === "sd-3-22-18-tab-panel");
75
75
  }
76
76
  getActiveTab() {
77
77
  return this.tabs.find((t) => t.matches(":focus"));
78
78
  }
79
79
  handleClick(event) {
80
80
  const target = event.target;
81
- const tab = target.closest("sd-3-22-16-tab");
82
- const tabGroup = tab == null ? void 0 : tab.closest("sd-3-22-16-tab-group");
81
+ const tab = target.closest("sd-3-22-18-tab");
82
+ const tabGroup = tab == null ? void 0 : tab.closest("sd-3-22-18-tab-group");
83
83
  if (tabGroup !== this) {
84
84
  return;
85
85
  }
@@ -89,8 +89,8 @@ let SdTabGroup = class extends SolidElement {
89
89
  }
90
90
  handleKeyDown(event) {
91
91
  const target = event.target;
92
- const tab = target.closest("sd-3-22-16-tab");
93
- const tabGroup = tab == null ? void 0 : tab.closest("sd-3-22-16-tab-group");
92
+ const tab = target.closest("sd-3-22-18-tab");
93
+ const tabGroup = tab == null ? void 0 : tab.closest("sd-3-22-18-tab-group");
94
94
  if (tabGroup !== this) {
95
95
  return;
96
96
  }
@@ -115,7 +115,7 @@ let SdTabGroup = class extends SolidElement {
115
115
  if (["ArrowLeft", "ArrowRight", "ArrowUp", "ArrowDown", "Home", "End"].includes(event.key)) {
116
116
  const activeEl = this.tabs.find((t) => t.matches(":focus"));
117
117
  const isRtl = this.localize.dir() === "rtl";
118
- if ((activeEl == null ? void 0 : activeEl.tagName.toLowerCase()) === "sd-3-22-16-tab") {
118
+ if ((activeEl == null ? void 0 : activeEl.tagName.toLowerCase()) === "sd-3-22-18-tab") {
119
119
  let index = this.tabs.indexOf(activeEl);
120
120
  if (event.key === "Home") {
121
121
  index = 0;
@@ -212,17 +212,17 @@ let SdTabGroup = class extends SolidElement {
212
212
  return html`<div part="base" class="${cx("flex flex-col rounded-none")}" @click="${this.handleClick}" @keydown="${this.handleKeyDown}"><div part="nav" class="${cx(this.hasScrollControls && "relative py-0 px-12")}">${this.hasScrollControls ? html`<button part="scroll-button--start" exportparts="base:scroll-button__base" tabindex="-1" aria-hidden="true" class="${cx(
213
213
  "sd-interactive flex items-center justify-center absolute top-0 bottom-0 left-0 !outline-offset-0 border-b border-neutral-400 z-10",
214
214
  this.localize.dir() === "rtl" && "left-auto right-0"
215
- )}" @click="${this.handleScrollToStart}"><sd-3-22-16-icon library="system" name="${isRtl ? "chevron-up" : "chevron-down"}" label="previous" class="${cx("h-6 w-12 rotate-90 grid place-items-center")}"></sd-3-22-16-icon></button>` : ""}<div part="scroll-container" class="flex overflow-x-auto focus-visible:focus-outline !outline-offset-0"><div part="tabs" class="${cx("flex flex-auto relative flex-row")}" role="tablist"><div part="separation" class="w-full border-[0.25px] border-neutral-400 absolute bottom-0"></div><slot name="nav" @slotchange="${this.syncTabsAndPanels}"></slot></div></div>${this.hasScrollControls ? html`<button part="scroll-button--end" exportparts="base:scroll-button__base" tabindex="-1" aria-hidden="true" class="${cx(
215
+ )}" @click="${this.handleScrollToStart}"><sd-3-22-18-icon library="system" name="${isRtl ? "chevron-up" : "chevron-down"}" label="previous" class="${cx("h-6 w-12 rotate-90 grid place-items-center")}"></sd-3-22-18-icon></button>` : ""}<div part="scroll-container" class="flex overflow-x-auto focus-visible:focus-outline !outline-offset-0"><div part="tabs" class="${cx("flex flex-auto relative flex-row")}" role="tablist"><div part="separation" class="w-full border-[0.25px] border-neutral-400 absolute bottom-0"></div><slot name="nav" @slotchange="${this.syncTabsAndPanels}"></slot></div></div>${this.hasScrollControls ? html`<button part="scroll-button--end" exportparts="base:scroll-button__base" tabindex="-1" aria-hidden="true" class="${cx(
216
216
  "sd-interactive flex items-center justify-center absolute top-0 bottom-0 right-0 !outline-offset-0 border-b border-neutral-400 z-10",
217
217
  this.localize.dir() === "rtl" && "right-auto left-0"
218
- )}" @click="${this.handleScrollToEnd}"><sd-3-22-16-icon library="system" name="${isRtl ? "chevron-down" : "chevron-up"}" label="next" class="${cx("h-6 w-12 rotate-90 grid place-items-center")}"></sd-3-22-16-icon></button>` : ""}</div><slot part="body" class="${cx("block auto py-8 px-6", this.variant === "container" && "border border-neutral-400 border-t-0")}" @slotchange="${this.syncTabsAndPanels}"></slot></div>`;
218
+ )}" @click="${this.handleScrollToEnd}"><sd-3-22-18-icon library="system" name="${isRtl ? "chevron-down" : "chevron-up"}" label="next" class="${cx("h-6 w-12 rotate-90 grid place-items-center")}"></sd-3-22-18-icon></button>` : ""}</div><slot part="body" class="${cx("block auto py-8 px-6", this.variant === "container" && "border border-neutral-400 border-t-0")}" @slotchange="${this.syncTabsAndPanels}"></slot></div>`;
219
219
  }
220
220
  };
221
221
  SdTabGroup.styles = [
222
222
  SolidElement.styles,
223
223
  unsafeCSS(InteractiveStyles),
224
224
  componentStyles,
225
- css`:host{@apply block box-border;}[part=scroll-container]{scrollbar-width:none}[part=scroll-container]::-webkit-scrollbar{@apply w-0 h-0;}::slotted(sd-3-22-16-tab-panel){--padding:1rem 0}`
225
+ css`:host{@apply block box-border;}[part=scroll-container]{scrollbar-width:none}[part=scroll-container]::-webkit-scrollbar{@apply w-0 h-0;}::slotted(sd-3-22-18-tab-panel){--padding:1rem 0}`
226
226
  ];
227
227
  __decorateClass([
228
228
  query("[part=base]")
@@ -243,7 +243,7 @@ __decorateClass([
243
243
  property()
244
244
  ], SdTabGroup.prototype, "activation", 2);
245
245
  SdTabGroup = __decorateClass([
246
- customElement("sd-3-22-16-tab-group")
246
+ customElement("sd-3-22-18-tab-group")
247
247
  ], SdTabGroup);
248
248
  export {
249
249
  SdTabGroup as default
@@ -11,6 +11,6 @@ export default class SdTabPanel extends SolidElement {
11
11
  }
12
12
  declare global {
13
13
  interface HTMLElementTagNameMap {
14
- 'sd-3-22-16-tab-panel': SdTabPanel;
14
+ 'sd-3-22-18-tab-panel': SdTabPanel;
15
15
  }
16
16
  }
@@ -20,7 +20,7 @@ let SdTabPanel = class extends SolidElement {
20
20
  constructor() {
21
21
  super(...arguments);
22
22
  this.attrId = ++id;
23
- this.componentId = `sd-3-22-16-tab-panel-${this.attrId}`;
23
+ this.componentId = `sd-3-22-18-tab-panel-${this.attrId}`;
24
24
  this.name = "";
25
25
  this.active = false;
26
26
  }
@@ -51,7 +51,7 @@ __decorateClass([
51
51
  watch("active")
52
52
  ], SdTabPanel.prototype, "handleActiveChange", 1);
53
53
  SdTabPanel = __decorateClass([
54
- customElement("sd-3-22-16-tab-panel")
54
+ customElement("sd-3-22-18-tab-panel")
55
55
  ], SdTabPanel);
56
56
  export {
57
57
  SdTabPanel as default
@@ -21,6 +21,6 @@ export default class SdTag extends SolidElement {
21
21
  }
22
22
  declare global {
23
23
  interface HTMLElementTagNameMap {
24
- 'sd-3-22-16-tag': SdTag;
24
+ 'sd-3-22-18-tag': SdTag;
25
25
  }
26
26
  }
@@ -74,7 +74,7 @@ let SdTag = class extends SolidElement {
74
74
  lg: "text-base",
75
75
  sm: "text-[12px]"
76
76
  }[this.size]
77
- )}"><sd-3-22-16-icon library="system" name="close" label="remove"></sd-3-22-16-icon></slot>` : ""}</${tag}>`;
77
+ )}"><sd-3-22-18-icon library="system" name="close" label="remove"></sd-3-22-18-icon></slot>` : ""}</${tag}>`;
78
78
  }
79
79
  };
80
80
  SdTag.styles = [
@@ -109,7 +109,7 @@ __decorateClass([
109
109
  property()
110
110
  ], SdTag.prototype, "download", 2);
111
111
  SdTag = __decorateClass([
112
- customElement("sd-3-22-16-tag")
112
+ customElement("sd-3-22-18-tag")
113
113
  ], SdTag);
114
114
  export {
115
115
  SdTag as default
@@ -99,7 +99,7 @@ __decorateClass([
99
99
  state()
100
100
  ], SdTeaser.prototype, "_orientation", 2);
101
101
  SdTeaser = __decorateClass([
102
- customElement("sd-3-22-16-teaser")
102
+ customElement("sd-3-22-18-teaser")
103
103
  ], SdTeaser);
104
104
  export {
105
105
  SdTeaser as default
@@ -65,7 +65,7 @@ __decorateClass([
65
65
  query('[part="base"]')
66
66
  ], SdTeaserMedia.prototype, "teaserMedia", 2);
67
67
  SdTeaserMedia = __decorateClass([
68
- customElement("sd-3-22-16-teaser-media")
68
+ customElement("sd-3-22-18-teaser-media")
69
69
  ], SdTeaserMedia);
70
70
  export {
71
71
  SdTeaserMedia as default
@@ -66,6 +66,6 @@ export default class SdTextarea extends SolidElement implements SolidFormControl
66
66
  }
67
67
  declare global {
68
68
  interface HTMLElementTagNameMap {
69
- 'sd-3-22-16-textarea': SdTextarea;
69
+ 'sd-3-22-18-textarea': SdTextarea;
70
70
  }
71
71
  }
@@ -199,7 +199,7 @@ let SdTextarea = class extends SolidElement {
199
199
  "flex-grow focus:outline-none bg-transparent placeholder-neutral-700 resize-none",
200
200
  this.disabled && "cursor-not-allowed",
201
201
  textSize
202
- )}" title="${this.title}" name="${ifDefined(this.name)}" .value="${live(this.value)}" ?disabled="${this.disabled}" ?readonly="${this.readonly}" ?required="${this.required}" placeholder="${ifDefined(this.placeholder)}" minlength="${ifDefined(this.minlength)}" maxlength="${ifDefined(this.maxlength)}" rows="${ifDefined(this.rows)}" autocapitalize="${ifDefined(this.autocapitalize)}" autocorrect="${ifDefined(this.autocorrect)}" ?autofocus="${this.autofocus}" spellcheck="${ifDefined(this.spellcheck)}" enterkeyhint="${ifDefined(this.enterkeyhint)}" inputmode="${ifDefined(this.inputmode)}" aria-describedby="help-text invalid-message" aria-invalid="${this.showInvalidStyle}" @change="${this.handleChange}" @input="${this.handleInput}" @invalid="${this.handleInvalid}" @focus="${this.handleFocus}" @blur="${this.handleBlur}"></textarea> ${this.showInvalidStyle ? html`<sd-3-22-16-icon class="${cx("text-error absolute right-4 bg-white group-hover:bg-neutral-200", iconSizeMarginLeft)}" library="system" name="risk" part="invalid-icon"></sd-3-22-16-icon>` : ""} ${this.styleOnValid && this.showValidStyle ? html`<sd-3-22-16-icon class="${cx("text-success absolute right-4 bg-white group-hover:bg-neutral-200", iconSizeMarginLeft)}" library="system" name="status-check" part="valid-icon"></sd-3-22-16-icon>` : ""}</div></div><slot name="help-text" part="form-control-help-text" id="help-text" class="${cx("text-sm text-neutral-700", hasHelpText ? "block" : "hidden")}" aria-hidden="${hasHelpText ? "false" : "true"}">${this.helpText}</slot></div>${this.formControlController.renderInvalidMessage()}`;
202
+ )}" title="${this.title}" name="${ifDefined(this.name)}" .value="${live(this.value)}" ?disabled="${this.disabled}" ?readonly="${this.readonly}" ?required="${this.required}" placeholder="${ifDefined(this.placeholder)}" minlength="${ifDefined(this.minlength)}" maxlength="${ifDefined(this.maxlength)}" rows="${ifDefined(this.rows)}" autocapitalize="${ifDefined(this.autocapitalize)}" autocorrect="${ifDefined(this.autocorrect)}" ?autofocus="${this.autofocus}" spellcheck="${ifDefined(this.spellcheck)}" enterkeyhint="${ifDefined(this.enterkeyhint)}" inputmode="${ifDefined(this.inputmode)}" aria-describedby="help-text invalid-message" aria-invalid="${this.showInvalidStyle}" @change="${this.handleChange}" @input="${this.handleInput}" @invalid="${this.handleInvalid}" @focus="${this.handleFocus}" @blur="${this.handleBlur}"></textarea> ${this.showInvalidStyle ? html`<sd-3-22-18-icon class="${cx("text-error absolute right-4 bg-white group-hover:bg-neutral-200", iconSizeMarginLeft)}" library="system" name="risk" part="invalid-icon"></sd-3-22-18-icon>` : ""} ${this.styleOnValid && this.showValidStyle ? html`<sd-3-22-18-icon class="${cx("text-success absolute right-4 bg-white group-hover:bg-neutral-200", iconSizeMarginLeft)}" library="system" name="status-check" part="valid-icon"></sd-3-22-18-icon>` : ""}</div></div><slot name="help-text" part="form-control-help-text" id="help-text" class="${cx("text-sm text-neutral-700", hasHelpText ? "block" : "hidden")}" aria-hidden="${hasHelpText ? "false" : "true"}">${this.helpText}</slot></div>${this.formControlController.renderInvalidMessage()}`;
203
203
  }
204
204
  };
205
205
  SdTextarea.styles = [
@@ -308,7 +308,7 @@ __decorateClass([
308
308
  watch("value", { waitUntilFirstUpdate: true })
309
309
  ], SdTextarea.prototype, "handleValueChange", 1);
310
310
  SdTextarea = __decorateClass([
311
- customElement("sd-3-22-16-textarea")
311
+ customElement("sd-3-22-18-textarea")
312
312
  ], SdTextarea);
313
313
  export {
314
314
  SdTextarea as default
@@ -36,6 +36,6 @@ export default class SdTooltip extends SolidElement {
36
36
  }
37
37
  declare global {
38
38
  interface HTMLElementTagNameMap {
39
- 'sd-3-22-16-tooltip': SdTooltip;
39
+ 'sd-3-22-18-tooltip': SdTooltip;
40
40
  }
41
41
  }
@@ -166,16 +166,16 @@ let SdTooltip = class extends SolidElement {
166
166
  render() {
167
167
  const isStart = this.placement.endsWith("-start");
168
168
  const isEnd = this.placement.endsWith("-end");
169
- return html`<sd-3-22-16-popup part="base" exportparts="
169
+ return html`<sd-3-22-18-popup part="base" exportparts="
170
170
  popup:base__popup,
171
171
  arrow:base__arrow
172
- " class="${cx(this.open && "tooltip--open")}" placement="${this.placement}" distance="10" skidding="${{ start: 2, end: -2, default: 0 }[isStart ? "start" : isEnd ? "end" : "default"] * (this.size === "sm" ? -1 : 1)}" strategy="${this.hoist ? "fixed" : "absolute"}" flip shift arrow auto-size="vertical" arrow-padding="0"><slot slot="anchor" aria-describedby="tooltip" class="${cx(this.size === "lg" ? "text-xl" : "text-base")}"><button class="flex sd-interactive rounded-full"><sd-3-22-16-icon library="system" name="info-circle" class="${cx(this.disabled && "sd-interactive--disabled")}"></sd-3-22-16-icon></button></slot><slot name="content" part="body" id="tooltip" class="bg-primary text-white py-3 px-4 block rounded-none text-sm text-left" role="tooltip" aria-label="Tooltip" aria-live="${this.open ? "polite" : "off"}">${this.content}</slot></sd-3-22-16-popup>`;
172
+ " class="${cx(this.open && "tooltip--open")}" placement="${this.placement}" distance="10" skidding="${{ start: 2, end: -2, default: 0 }[isStart ? "start" : isEnd ? "end" : "default"] * (this.size === "sm" ? -1 : 1)}" strategy="${this.hoist ? "fixed" : "absolute"}" flip shift arrow auto-size="vertical" arrow-padding="0"><slot slot="anchor" aria-describedby="tooltip" class="${cx(this.size === "lg" ? "text-xl" : "text-base")}"><button class="flex sd-interactive rounded-full"><sd-3-22-18-icon library="system" name="info-circle" class="${cx(this.disabled && "sd-interactive--disabled")}"></sd-3-22-18-icon></button></slot><slot name="content" part="body" id="tooltip" class="bg-primary text-white py-3 px-4 block rounded-none text-sm text-left" role="tooltip" aria-label="Tooltip" aria-live="${this.open ? "polite" : "off"}">${this.content}</slot></sd-3-22-18-popup>`;
173
173
  }
174
174
  };
175
175
  SdTooltip.styles = [
176
176
  SolidElement.styles,
177
177
  unsafeCSS(InteractiveStyles),
178
- css`:host{--hide-delay:0ms;--show-delay:150ms;display:contents}sd-3-22-16-popup{--arrow-color:rgb(var(--sd-color-primary, 0 53 142) / 1);--arrow-size:10px}sd-3-22-16-popup::part(popup){pointer-events:none;z-index:10;--tw-shadow:var(--sd-shadow, 0px 1px 3px 0px rgb(81 81 81 / 75%));--tw-shadow-colored:0px 1px 3px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}sd-3-22-16-popup::part(arrow){--tw-shadow:var(--sd-shadow, 0px 1px 3px 0px rgb(81 81 81 / 75%));--tw-shadow-colored:0px 1px 3px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}sd-3-22-16-popup[placement^=top]::part(popup){transform-origin:bottom}sd-3-22-16-popup[placement^=bottom]::part(popup){transform-origin:top}#tooltip{max-width:var(--max-width)}::slotted([slot=content]){overflow:auto;max-width:var(--auto-size-available-width)!important;max-height:var(--auto-size-available-height)!important}`
178
+ css`:host{--hide-delay:0ms;--show-delay:150ms;display:contents}sd-3-22-18-popup{--arrow-color:rgb(var(--sd-color-primary, 0 53 142) / 1);--arrow-size:10px}sd-3-22-18-popup::part(popup){pointer-events:none;z-index:10;--tw-shadow:var(--sd-shadow, 0px 1px 3px 0px rgb(81 81 81 / 75%));--tw-shadow-colored:0px 1px 3px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}sd-3-22-18-popup::part(arrow){--tw-shadow:var(--sd-shadow, 0px 1px 3px 0px rgb(81 81 81 / 75%));--tw-shadow-colored:0px 1px 3px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}sd-3-22-18-popup[placement^=top]::part(popup){transform-origin:bottom}sd-3-22-18-popup[placement^=bottom]::part(popup){transform-origin:top}#tooltip{max-width:var(--max-width)}::slotted([slot=content]){overflow:auto;max-width:var(--auto-size-available-width)!important;max-height:var(--auto-size-available-height)!important}`
179
179
  ];
180
180
  __decorateClass([
181
181
  query("slot:not([name])")
@@ -184,7 +184,7 @@ __decorateClass([
184
184
  query("#tooltip")
185
185
  ], SdTooltip.prototype, "body", 2);
186
186
  __decorateClass([
187
- query("sd-3-22-16-popup")
187
+ query("sd-3-22-18-popup")
188
188
  ], SdTooltip.prototype, "popup", 2);
189
189
  __decorateClass([
190
190
  property()
@@ -217,7 +217,7 @@ __decorateClass([
217
217
  watch("disabled")
218
218
  ], SdTooltip.prototype, "handleDisabledChange", 1);
219
219
  SdTooltip = __decorateClass([
220
- customElement("sd-3-22-16-tooltip")
220
+ customElement("sd-3-22-18-tooltip")
221
221
  ], SdTooltip);
222
222
  setDefaultAnimation("tooltip.show", {
223
223
  keyframes: [
@@ -21,6 +21,6 @@ export default class SdVideo extends SolidElement {
21
21
  }
22
22
  declare global {
23
23
  interface HTMLElementTagNameMap {
24
- 'sd-3-22-16-video': SdVideo;
24
+ 'sd-3-22-18-video': SdVideo;
25
25
  }
26
26
  }
@@ -101,7 +101,7 @@ let SdVideo = class extends SolidElement {
101
101
  this.playing ? "opacity-0" : "opacity-100",
102
102
  this.isBelowBreakpoint ? "w-[48px] h-[48px]" : "w-[96px] h-[96px]",
103
103
  "absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 p-4 bg-white bg-opacity-75 rounded-full play-pause-transition outline-2 outline-offset-2 group-focus-visible:outline"
104
- )}"><slot name="play-icon" part="play-icon" class="${cx(this.isBelowBreakpoint ? "text-[2rem]" : "text-[4rem]")}"><sd-3-22-16-icon id="default-play-icon" library="system" name="start"></sd-3-22-16-icon></slot></div></button> ${this.hasSlotController.test("poster") ? html`<slot name="poster" role="presentation" @transitionend="${this.hidePoster}"></slot>` : null}<div part="overlay" id="overlay" role="presentation" class="${cx(
104
+ )}"><slot name="play-icon" part="play-icon" class="${cx(this.isBelowBreakpoint ? "text-[2rem]" : "text-[4rem]")}"><sd-3-22-18-icon id="default-play-icon" library="system" name="start"></sd-3-22-18-icon></slot></div></button> ${this.hasSlotController.test("poster") ? html`<slot name="poster" role="presentation" @transitionend="${this.hidePoster}"></slot>` : null}<div part="overlay" id="overlay" role="presentation" class="${cx(
105
105
  this.overlay && !this.playing ? "opacity-100" : "opacity-0",
106
106
  "bg-[rgba(0,0,0,0.65)] w-full h-full absolute top-0 left-0 pointer-events-none z-20 play-pause-transition"
107
107
  )}"></div><slot></slot></div>`;
@@ -124,7 +124,7 @@ __decorateClass([
124
124
  property({ type: Boolean })
125
125
  ], SdVideo.prototype, "isBelowBreakpoint", 2);
126
126
  SdVideo = __decorateClass([
127
- customElement("sd-3-22-16-video")
127
+ customElement("sd-3-22-18-video")
128
128
  ], SdVideo);
129
129
  export {
130
130
  SdVideo as default
@@ -9,7 +9,7 @@ class FormControlController {
9
9
  const disabled = this.options.disabled(this.host);
10
10
  const name = this.options.name(this.host);
11
11
  const value = this.options.value(this.host);
12
- const isButton = this.host.tagName.toLowerCase() === "sd-3-22-16-button";
12
+ const isButton = this.host.tagName.toLowerCase() === "sd-3-22-18-button";
13
13
  if (!disabled && !isButton && typeof name === "string" && name.length > 0 && typeof value !== "undefined") {
14
14
  if (Array.isArray(value)) {
15
15
  value.forEach((val) => {
@@ -34,7 +34,7 @@ class FormControlController {
34
34
  event.stopImmediatePropagation();
35
35
  const invalidElements = (_b = this.form) == null ? void 0 : _b.querySelectorAll("[data-invalid]");
36
36
  const sdRadioGroups = Array.from(invalidElements).filter(
37
- (element) => element.tagName.toLowerCase() === "sd-3-22-16-radio-group"
37
+ (element) => element.tagName.toLowerCase() === "sd-3-22-18-radio-group"
38
38
  );
39
39
  sdRadioGroups.forEach((radioGroup) => {
40
40
  var _a2, _b2;
@@ -78,7 +78,7 @@ class FormControlController {
78
78
  disabled: (input) => input.disabled ?? false,
79
79
  reportValidity: (input) => typeof input.reportValidity === "function" ? input.reportValidity() : true,
80
80
  setValue: (input, value) => input.value = value,
81
- assumeInteractionOn: ["sd-3-22-16-input"],
81
+ assumeInteractionOn: ["sd-3-22-18-input"],
82
82
  ...options
83
83
  };
84
84
  }
@@ -1,4 +1,4 @@
1
- const HeadlineStyles = ".sd-headline,.sd-prose :is(h1,h2,h3,h4,h5){display:flex;font-weight:700;--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity))}.sd-headline sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5) sd-3-22-16-icon{flex-shrink:0;font-size:3rem;--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity))}@media (min-width:640px){.sd-headline sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5) sd-3-22-16-icon{margin-top:var(--sd-spacing-2,.5rem)}}.sd-headline.sd-headline,.sd-headline:is(h1):not(.sd-headline),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline,.sd-prose :is(h1,h2,h3,h4,h5):is(h1):not(.sd-headline){font-size:var(--sd-font-size-3xl,2rem);gap:var(--sd-spacing-4,1rem);line-height:var(--sd-line-height-tight,120%)}@media (min-width:640px){.sd-headline.sd-headline,.sd-headline:is(h1):not(.sd-headline),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline,.sd-prose :is(h1,h2,h3,h4,h5):is(h1):not(.sd-headline){font-size:var(--sd-font-size-4xl,2.5rem)}}.sd-headline.sd-headline sd-3-22-16-icon,.sd-headline:is(h1):not(.sd-headline) sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h1):not(.sd-headline) sd-3-22-16-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}@media (min-width:640px){.sd-headline.sd-headline sd-3-22-16-icon,.sd-headline:is(h1):not(.sd-headline) sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h1):not(.sd-headline) sd-3-22-16-icon{margin-top:var(--sd-spacing-0,0)}}.sd-headline.sd-headline--size-3xl,.sd-headline:is(h2):not(.sd-headline),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-3xl,.sd-prose :is(h1,h2,h3,h4,h5):is(h2):not(.sd-headline){font-size:var(--sd-font-size-2xl,1.75rem);gap:var(--sd-spacing-4,1rem);line-height:var(--sd-line-height-tight,120%)}@media (min-width:640px){.sd-headline.sd-headline--size-3xl,.sd-headline:is(h2):not(.sd-headline),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-3xl,.sd-prose :is(h1,h2,h3,h4,h5):is(h2):not(.sd-headline){font-size:var(--sd-font-size-3xl,2rem)}}.sd-headline.sd-headline--size-3xl sd-3-22-16-icon,.sd-headline:is(h2):not(.sd-headline) sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-3xl sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h2):not(.sd-headline) sd-3-22-16-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}@media (min-width:640px){.sd-headline.sd-headline--size-3xl sd-3-22-16-icon,.sd-headline:is(h2):not(.sd-headline) sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-3xl sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h2):not(.sd-headline) sd-3-22-16-icon{margin-top:var(--sd-spacing-0,0)}}.sd-headline.sd-headline--size-base,.sd-headline.sd-headline--size-lg,.sd-headline.sd-headline--size-xl,.sd-headline:is(h3,h4,h5):not(.sd-headline),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-base,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-lg,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-xl,.sd-prose :is(h1,h2,h3,h4,h5):is(h3,h4,h5):not(.sd-headline){gap:var(--sd-spacing-2,.5rem);--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity))}.sd-headline.sd-headline--size-base sd-3-22-16-icon,.sd-headline.sd-headline--size-lg sd-3-22-16-icon,.sd-headline.sd-headline--size-xl sd-3-22-16-icon,.sd-headline:is(h3,h4,h5):not(.sd-headline) sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-base sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-lg sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-xl sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h3,h4,h5):not(.sd-headline) sd-3-22-16-icon{font-size:2rem}.sd-headline.sd-headline--size-xl,.sd-headline:is(h3):not(.sd-headline),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-xl,.sd-prose :is(h1,h2,h3,h4,h5):is(h3):not(.sd-headline){font-size:var(--sd-font-size-xl,1.5rem)}.sd-headline.sd-headline--size-xl sd-3-22-16-icon,.sd-headline:is(h3):not(.sd-headline) sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-xl sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h3):not(.sd-headline) sd-3-22-16-icon{margin-top:var(--sd-spacing-0-5,.125rem)}@media (min-width:640px){.sd-headline.sd-headline--size-xl sd-3-22-16-icon,.sd-headline:is(h3):not(.sd-headline) sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-xl sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h3):not(.sd-headline) sd-3-22-16-icon{margin-top:var(--sd-spacing-0-5,.125rem)}}.sd-headline.sd-headline--size-base,.sd-headline.sd-headline--size-lg,.sd-headline:is(h4,h5):not(.sd-headline),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-base,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-lg,.sd-prose :is(h1,h2,h3,h4,h5):is(h4,h5):not(.sd-headline){line-height:var(--sd-line-height-normal,150%)}.sd-headline.sd-headline--size-lg,.sd-headline:is(h4),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-lg,.sd-prose :is(h1,h2,h3,h4,h5):is(h4){font-size:var(--sd-font-size-lg,1.25rem)}.sd-headline.sd-headline--size-lg sd-3-22-16-icon,.sd-headline:is(h4) sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-lg sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h4) sd-3-22-16-icon{margin-top:var(--sd-spacing-0,0)}@media (min-width:640px){.sd-headline.sd-headline--size-lg sd-3-22-16-icon,.sd-headline:is(h4) sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-lg sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h4) sd-3-22-16-icon{margin-top:var(--sd-spacing-0,0)}}.sd-headline.sd-headline--size-base,.sd-headline:is(h5):not(.sd-headline),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-base,.sd-prose :is(h1,h2,h3,h4,h5):is(h5):not(.sd-headline){font-size:var(--sd-font-size-base,1rem)}.sd-headline.sd-headline--size-base sd-3-22-16-icon,.sd-headline:is(h5):not(.sd-headline) sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-base sd-3-22-16-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h5):not(.sd-headline) sd-3-22-16-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}.sd-headline.sd-headline--size-base mark,.sd-headline:is(h5):not(.sd-headline) mark,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-base mark,.sd-prose :is(h1,h2,h3,h4,h5):is(h5):not(.sd-headline) mark{color:inherit}.sd-headline--inline{display:inline-block}.sd-headline--inline sd-3-22-16-icon{margin-right:var(--sd-spacing-2,.5rem);margin-top:calc(var(--sd-spacing-1, .25rem)*-1);vertical-align:middle}.sd-headline--inline:is(.sd-headline--size-xl,.sd-headline--size-lg,.sd-headline--size-base) sd-3-22-16-icon{margin-right:var(--sd-spacing-0-5,.125rem)}.sd-headline--inverted:not(#\\9),.sd-prose--inverted :is(h1,h2,h3,h4,h5):not(.sd-headline):not(#\\9){--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-headline--inverted:not(#\\9) sd-3-22-16-icon,.sd-prose--inverted :is(h1,h2,h3,h4,h5):not(.sd-headline):not(#\\9) sd-3-22-16-icon{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}";
1
+ const HeadlineStyles = ".sd-headline,.sd-prose :is(h1,h2,h3,h4,h5){display:flex;font-weight:700;--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity))}.sd-headline sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5) sd-3-22-18-icon{flex-shrink:0;font-size:3rem;--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity))}@media (min-width:640px){.sd-headline sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5) sd-3-22-18-icon{margin-top:var(--sd-spacing-2,.5rem)}}.sd-headline.sd-headline,.sd-headline:is(h1):not(.sd-headline),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline,.sd-prose :is(h1,h2,h3,h4,h5):is(h1):not(.sd-headline){font-size:var(--sd-font-size-3xl,2rem);gap:var(--sd-spacing-4,1rem);line-height:var(--sd-line-height-tight,120%)}@media (min-width:640px){.sd-headline.sd-headline,.sd-headline:is(h1):not(.sd-headline),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline,.sd-prose :is(h1,h2,h3,h4,h5):is(h1):not(.sd-headline){font-size:var(--sd-font-size-4xl,2.5rem)}}.sd-headline.sd-headline sd-3-22-18-icon,.sd-headline:is(h1):not(.sd-headline) sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h1):not(.sd-headline) sd-3-22-18-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}@media (min-width:640px){.sd-headline.sd-headline sd-3-22-18-icon,.sd-headline:is(h1):not(.sd-headline) sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h1):not(.sd-headline) sd-3-22-18-icon{margin-top:var(--sd-spacing-0,0)}}.sd-headline.sd-headline--size-3xl,.sd-headline:is(h2):not(.sd-headline),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-3xl,.sd-prose :is(h1,h2,h3,h4,h5):is(h2):not(.sd-headline){font-size:var(--sd-font-size-2xl,1.75rem);gap:var(--sd-spacing-4,1rem);line-height:var(--sd-line-height-tight,120%)}@media (min-width:640px){.sd-headline.sd-headline--size-3xl,.sd-headline:is(h2):not(.sd-headline),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-3xl,.sd-prose :is(h1,h2,h3,h4,h5):is(h2):not(.sd-headline){font-size:var(--sd-font-size-3xl,2rem)}}.sd-headline.sd-headline--size-3xl sd-3-22-18-icon,.sd-headline:is(h2):not(.sd-headline) sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-3xl sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h2):not(.sd-headline) sd-3-22-18-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}@media (min-width:640px){.sd-headline.sd-headline--size-3xl sd-3-22-18-icon,.sd-headline:is(h2):not(.sd-headline) sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-3xl sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h2):not(.sd-headline) sd-3-22-18-icon{margin-top:var(--sd-spacing-0,0)}}.sd-headline.sd-headline--size-base,.sd-headline.sd-headline--size-lg,.sd-headline.sd-headline--size-xl,.sd-headline:is(h3,h4,h5):not(.sd-headline),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-base,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-lg,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-xl,.sd-prose :is(h1,h2,h3,h4,h5):is(h3,h4,h5):not(.sd-headline){gap:var(--sd-spacing-2,.5rem);--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity))}.sd-headline.sd-headline--size-base sd-3-22-18-icon,.sd-headline.sd-headline--size-lg sd-3-22-18-icon,.sd-headline.sd-headline--size-xl sd-3-22-18-icon,.sd-headline:is(h3,h4,h5):not(.sd-headline) sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-base sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-lg sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-xl sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h3,h4,h5):not(.sd-headline) sd-3-22-18-icon{font-size:2rem}.sd-headline.sd-headline--size-xl,.sd-headline:is(h3):not(.sd-headline),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-xl,.sd-prose :is(h1,h2,h3,h4,h5):is(h3):not(.sd-headline){font-size:var(--sd-font-size-xl,1.5rem)}.sd-headline.sd-headline--size-xl sd-3-22-18-icon,.sd-headline:is(h3):not(.sd-headline) sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-xl sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h3):not(.sd-headline) sd-3-22-18-icon{margin-top:var(--sd-spacing-0-5,.125rem)}@media (min-width:640px){.sd-headline.sd-headline--size-xl sd-3-22-18-icon,.sd-headline:is(h3):not(.sd-headline) sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-xl sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h3):not(.sd-headline) sd-3-22-18-icon{margin-top:var(--sd-spacing-0-5,.125rem)}}.sd-headline.sd-headline--size-base,.sd-headline.sd-headline--size-lg,.sd-headline:is(h4,h5):not(.sd-headline),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-base,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-lg,.sd-prose :is(h1,h2,h3,h4,h5):is(h4,h5):not(.sd-headline){line-height:var(--sd-line-height-normal,150%)}.sd-headline.sd-headline--size-lg,.sd-headline:is(h4),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-lg,.sd-prose :is(h1,h2,h3,h4,h5):is(h4){font-size:var(--sd-font-size-lg,1.25rem)}.sd-headline.sd-headline--size-lg sd-3-22-18-icon,.sd-headline:is(h4) sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-lg sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h4) sd-3-22-18-icon{margin-top:var(--sd-spacing-0,0)}@media (min-width:640px){.sd-headline.sd-headline--size-lg sd-3-22-18-icon,.sd-headline:is(h4) sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-lg sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h4) sd-3-22-18-icon{margin-top:var(--sd-spacing-0,0)}}.sd-headline.sd-headline--size-base,.sd-headline:is(h5):not(.sd-headline),.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-base,.sd-prose :is(h1,h2,h3,h4,h5):is(h5):not(.sd-headline){font-size:var(--sd-font-size-base,1rem)}.sd-headline.sd-headline--size-base sd-3-22-18-icon,.sd-headline:is(h5):not(.sd-headline) sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-base sd-3-22-18-icon,.sd-prose :is(h1,h2,h3,h4,h5):is(h5):not(.sd-headline) sd-3-22-18-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}.sd-headline.sd-headline--size-base mark,.sd-headline:is(h5):not(.sd-headline) mark,.sd-prose :is(h1,h2,h3,h4,h5).sd-headline--size-base mark,.sd-prose :is(h1,h2,h3,h4,h5):is(h5):not(.sd-headline) mark{color:inherit}.sd-headline--inline{display:inline-block}.sd-headline--inline sd-3-22-18-icon{margin-right:var(--sd-spacing-2,.5rem);margin-top:calc(var(--sd-spacing-1, .25rem)*-1);vertical-align:middle}.sd-headline--inline:is(.sd-headline--size-xl,.sd-headline--size-lg,.sd-headline--size-base) sd-3-22-18-icon{margin-right:var(--sd-spacing-0-5,.125rem)}.sd-headline--inverted:not(#\\9),.sd-prose--inverted :is(h1,h2,h3,h4,h5):not(.sd-headline):not(#\\9){--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-headline--inverted:not(#\\9) sd-3-22-18-icon,.sd-prose--inverted :is(h1,h2,h3,h4,h5):not(.sd-headline):not(#\\9) sd-3-22-18-icon{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}";
2
2
  export {
3
3
  HeadlineStyles as default
4
4
  };
@@ -25,6 +25,7 @@ const translation = {
25
25
  previousSlide: "Vorherige Folie",
26
26
  progress: "Fortschritt",
27
27
  remove: "Entfernen",
28
+ removed: (name) => `${name} entfernt`,
28
29
  resize: "Größe ändern",
29
30
  scrollToEnd: "Zum Ende scrollen",
30
31
  scrollToStart: "Zum Anfang scrollen",
@@ -25,6 +25,7 @@ const translation = {
25
25
  previousSlide: "Previous slide",
26
26
  progress: "Progress",
27
27
  remove: "Remove",
28
+ removed: (name) => `${name} removed`,
28
29
  resize: "Resize",
29
30
  scrollToEnd: "Scroll to end",
30
31
  scrollToStart: "Scroll to start",
@@ -10,7 +10,7 @@ function setupAutocomplete(selector, { setValueOnSelection, scrollSelectionIntoV
10
10
  var _a, _b;
11
11
  const ul = (_a = sdInput.shadowRoot) == null ? void 0 : _a.querySelector("ul");
12
12
  ul == null ? void 0 : ul.setAttribute("part", "listbox");
13
- const popup = document.createElement("sd-3-22-16-popup");
13
+ const popup = document.createElement("sd-3-22-18-popup");
14
14
  popup.appendChild(ul);
15
15
  (_b = sdInput.shadowRoot) == null ? void 0 : _b.appendChild(popup);
16
16
  popup == null ? void 0 : popup.setAttribute("exportparts", "popup__content");
@@ -22,7 +22,7 @@ function setupAutocomplete(selector, { setValueOnSelection, scrollSelectionIntoV
22
22
  popup.anchor = sdInput;
23
23
  popup.sync = "width";
24
24
  }
25
- const styles = css`sd-3-22-16-popup::part(popup){z-index:var(--sd-z-index-dropdown,900);overflow-y:scroll;border-bottom-right-radius:var(--sd-border-radius-default,.25rem);border-bottom-left-radius:var(--sd-border-radius-default,.25rem);border-width:2px;border-top-width:0;--tw-border-opacity:1;border-color:rgb(var(--sd-color-primary,0 53 142) / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(var(--sd-color-white,255 255 255) / var(--tw-bg-opacity));padding-left:var(--sd-spacing-2,.5rem);padding-right:var(--sd-spacing-2,.5rem);padding-top:var(--sd-spacing-3,.75rem);padding-bottom:var(--sd-spacing-3,.75rem);--tw-shadow:var(--sd-shadow, 0px 1px 3px 0px rgb(81 81 81 / 75%));--tw-shadow-colored:0px 1px 3px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}sd-3-22-16-popup li{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}sd-3-22-16-popup li:hover:not([disabled]){--tw-bg-opacity:1;background-color:rgb(var(--sd-color-neutral-100,246 246 246) / var(--tw-bg-opacity))}sd-3-22-16-popup li{list-style-type:''}sd-3-22-16-popup li mark{background-color:transparent;font-weight:700}sd-3-22-16-popup li:not(:has(sd-3-22-16-option)){cursor:pointer;padding-left:var(--sd-spacing-4,1rem);padding-right:var(--sd-spacing-4,1rem);padding-top:var(--sd-spacing-3,.75rem);padding-bottom:var(--sd-spacing-3,.75rem);font-size:var(--sd-font-size-base,1rem);--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24) / var(--tw-text-opacity))}sd-3-22-16-popup li:not(:has(sd-3-22-16-option)):hover{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-neutral-200,233 233 233) / var(--tw-bg-opacity))}sd-3-22-16-popup li[aria-selected=true]{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-neutral-200,233 233 233) / var(--tw-bg-opacity))}`;
25
+ const styles = css`sd-3-22-18-popup::part(popup){z-index:var(--sd-z-index-dropdown,900);overflow-y:scroll;border-bottom-right-radius:var(--sd-border-radius-default,.25rem);border-bottom-left-radius:var(--sd-border-radius-default,.25rem);border-width:2px;border-top-width:0;--tw-border-opacity:1;border-color:rgb(var(--sd-color-primary,0 53 142) / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(var(--sd-color-white,255 255 255) / var(--tw-bg-opacity));padding-left:var(--sd-spacing-2,.5rem);padding-right:var(--sd-spacing-2,.5rem);padding-top:var(--sd-spacing-3,.75rem);padding-bottom:var(--sd-spacing-3,.75rem);--tw-shadow:var(--sd-shadow, 0px 1px 3px 0px rgb(81 81 81 / 75%));--tw-shadow-colored:0px 1px 3px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}sd-3-22-18-popup li{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}sd-3-22-18-popup li:hover:not([disabled]){--tw-bg-opacity:1;background-color:rgb(var(--sd-color-neutral-100,246 246 246) / var(--tw-bg-opacity))}sd-3-22-18-popup li{list-style-type:''}sd-3-22-18-popup li mark{background-color:transparent;font-weight:700}sd-3-22-18-popup li:not(:has(sd-3-22-18-option)){cursor:pointer;padding-left:var(--sd-spacing-4,1rem);padding-right:var(--sd-spacing-4,1rem);padding-top:var(--sd-spacing-3,.75rem);padding-bottom:var(--sd-spacing-3,.75rem);font-size:var(--sd-font-size-base,1rem);--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24) / var(--tw-text-opacity))}sd-3-22-18-popup li:not(:has(sd-3-22-18-option)):hover{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-neutral-200,233 233 233) / var(--tw-bg-opacity))}sd-3-22-18-popup li[aria-selected=true]{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-neutral-200,233 233 233) / var(--tw-bg-opacity))}`;
26
26
  const styleSheet = new CSSStyleSheet();
27
27
  styleSheet.replaceSync(styles);
28
28
  sdInput.shadowRoot.adoptedStyleSheets = [...sdInput.shadowRoot.adoptedStyleSheets, styleSheet];
@@ -35,13 +35,13 @@ function setupAutocomplete(selector, { setValueOnSelection, scrollSelectionIntoV
35
35
  }
36
36
  input.addEventListener("open", () => {
37
37
  var _a, _b, _c, _d, _e, _f;
38
- (_b = (_a = sdInput.shadowRoot) == null ? void 0 : _a.querySelector("sd-3-22-16-popup")) == null ? void 0 : _b.setAttribute("active", "true");
38
+ (_b = (_a = sdInput.shadowRoot) == null ? void 0 : _a.querySelector("sd-3-22-18-popup")) == null ? void 0 : _b.setAttribute("active", "true");
39
39
  (_d = (_c = sdInput.shadowRoot) == null ? void 0 : _c.querySelector('[part="border"]')) == null ? void 0 : _d.classList.add("rounded-b-none");
40
40
  (_f = (_e = sdInput.shadowRoot) == null ? void 0 : _e.querySelector('[part="form-control"]')) == null ? void 0 : _f.classList.add("z-50");
41
41
  });
42
42
  input.addEventListener("close", () => {
43
43
  var _a, _b, _c, _d, _e, _f;
44
- (_b = (_a = sdInput.shadowRoot) == null ? void 0 : _a.querySelector("sd-3-22-16-popup")) == null ? void 0 : _b.removeAttribute("active");
44
+ (_b = (_a = sdInput.shadowRoot) == null ? void 0 : _a.querySelector("sd-3-22-18-popup")) == null ? void 0 : _b.removeAttribute("active");
45
45
  (_d = (_c = sdInput.shadowRoot) == null ? void 0 : _c.querySelector('[part="border"]')) == null ? void 0 : _d.classList.remove("rounded-b-none");
46
46
  (_f = (_e = sdInput.shadowRoot) == null ? void 0 : _e.querySelector('[part="form-control"]')) == null ? void 0 : _f.classList.remove("z-50");
47
47
  });
@@ -37,6 +37,7 @@ export interface Translation extends DefaultTranslation {
37
37
  previousSlide: string;
38
38
  progress: string;
39
39
  remove: string;
40
+ removed: (name: string) => string;
40
41
  resize: string;
41
42
  scrollToEnd: string;
42
43
  scrollToStart: string;