@solid-design-system/components 2.2.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/README.md +3 -0
  2. package/dist/components/es/select.js +2 -2
  3. package/dist/components/umd/solid-components.js +2 -2
  4. package/dist/custom-elements.json +1 -1
  5. package/dist/package/components/brandshape/brandshape.d.ts +3 -1
  6. package/dist/package/components/icon/icon.d.ts +1 -1
  7. package/dist/package/components/input/input.d.ts +1 -1
  8. package/dist/package/components/radio-group/radio-group.d.ts +1 -1
  9. package/dist/package/components/select/select.d.ts +4 -4
  10. package/dist/package/components/select/select.js +4 -4
  11. package/dist/package/components/teaser/teaser.d.ts +1 -1
  12. package/dist/package/components/textarea/textarea.d.ts +1 -1
  13. package/dist/styles/solid-styles.css +1 -1
  14. package/dist/versioned-components/es/accordion-group.js +1 -1
  15. package/dist/versioned-components/es/accordion.js +1 -1
  16. package/dist/versioned-components/es/badge.js +1 -1
  17. package/dist/versioned-components/es/brandshape.js +1 -1
  18. package/dist/versioned-components/es/button.js +1 -1
  19. package/dist/versioned-components/es/carousel-item.js +1 -1
  20. package/dist/versioned-components/es/carousel.js +3 -3
  21. package/dist/versioned-components/es/checkbox-group.js +1 -1
  22. package/dist/versioned-components/es/checkbox.js +1 -1
  23. package/dist/versioned-components/es/dialog.js +1 -1
  24. package/dist/versioned-components/es/divider.js +1 -1
  25. package/dist/versioned-components/es/drawer.js +1 -1
  26. package/dist/versioned-components/es/dropdown.js +1 -1
  27. package/dist/versioned-components/es/form.js +1 -1
  28. package/dist/versioned-components/es/header.js +1 -1
  29. package/dist/versioned-components/es/icon.js +1 -1
  30. package/dist/versioned-components/es/include.js +1 -1
  31. package/dist/versioned-components/es/input.js +1 -1
  32. package/dist/versioned-components/es/link.js +1 -1
  33. package/dist/versioned-components/es/navigation-item.js +1 -1
  34. package/dist/versioned-components/es/notification.js +1 -1
  35. package/dist/versioned-components/es/option.js +1 -1
  36. package/dist/versioned-components/es/popup.js +1 -1
  37. package/dist/versioned-components/es/radio-button.js +1 -1
  38. package/dist/versioned-components/es/radio-group.js +1 -1
  39. package/dist/versioned-components/es/radio.js +1 -1
  40. package/dist/versioned-components/es/select.js +3 -3
  41. package/dist/versioned-components/es/spinner.js +1 -1
  42. package/dist/versioned-components/es/switch.js +1 -1
  43. package/dist/versioned-components/es/tag.js +1 -1
  44. package/dist/versioned-components/es/teaser.js +1 -1
  45. package/dist/versioned-components/es/textarea.js +1 -1
  46. package/dist/versioned-components/es/tooltip.js +2 -2
  47. package/dist/versioned-components/es/video.js +1 -1
  48. package/dist/versioned-package/_components/button-group/button-group.d.ts +1 -1
  49. package/dist/versioned-package/_components/button-group/button-group.js +11 -11
  50. package/dist/versioned-package/components/accordion/accordion.d.ts +1 -1
  51. package/dist/versioned-package/components/accordion/accordion.js +2 -2
  52. package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +1 -1
  53. package/dist/versioned-package/components/accordion-group/accordion-group.js +3 -3
  54. package/dist/versioned-package/components/badge/badge.d.ts +1 -1
  55. package/dist/versioned-package/components/badge/badge.js +1 -1
  56. package/dist/versioned-package/components/brandshape/brandshape.d.ts +4 -2
  57. package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
  58. package/dist/versioned-package/components/button/button.d.ts +1 -1
  59. package/dist/versioned-package/components/button/button.js +4 -4
  60. package/dist/versioned-package/components/carousel/carousel.d.ts +1 -1
  61. package/dist/versioned-package/components/carousel/carousel.js +6 -6
  62. package/dist/versioned-package/components/carousel-item/carousel-item.d.ts +1 -1
  63. package/dist/versioned-package/components/carousel-item/carousel-item.js +1 -1
  64. package/dist/versioned-package/components/checkbox/checkbox.d.ts +1 -1
  65. package/dist/versioned-package/components/checkbox/checkbox.js +4 -4
  66. package/dist/versioned-package/components/checkbox-group/checkbox-group.d.ts +1 -1
  67. package/dist/versioned-package/components/checkbox-group/checkbox-group.js +5 -5
  68. package/dist/versioned-package/components/dialog/dialog.d.ts +1 -1
  69. package/dist/versioned-package/components/dialog/dialog.js +2 -2
  70. package/dist/versioned-package/components/divider/divider.d.ts +1 -1
  71. package/dist/versioned-package/components/divider/divider.js +2 -2
  72. package/dist/versioned-package/components/drawer/drawer.d.ts +1 -1
  73. package/dist/versioned-package/components/drawer/drawer.js +2 -2
  74. package/dist/versioned-package/components/dropdown/dropdown.d.ts +1 -1
  75. package/dist/versioned-package/components/dropdown/dropdown.js +8 -8
  76. package/dist/versioned-package/components/header/header.d.ts +1 -1
  77. package/dist/versioned-package/components/header/header.js +4 -4
  78. package/dist/versioned-package/components/icon/icon.d.ts +2 -2
  79. package/dist/versioned-package/components/icon/icon.js +1 -1
  80. package/dist/versioned-package/components/include/include.d.ts +1 -1
  81. package/dist/versioned-package/components/include/include.js +1 -1
  82. package/dist/versioned-package/components/input/input.d.ts +2 -2
  83. package/dist/versioned-package/components/input/input.js +4 -4
  84. package/dist/versioned-package/components/link/link.d.ts +1 -1
  85. package/dist/versioned-package/components/link/link.js +2 -2
  86. package/dist/versioned-package/components/navigation-item/navigation-item.d.ts +1 -1
  87. package/dist/versioned-package/components/navigation-item/navigation-item.js +3 -3
  88. package/dist/versioned-package/components/notification/notification.d.ts +1 -1
  89. package/dist/versioned-package/components/notification/notification.js +5 -5
  90. package/dist/versioned-package/components/option/option.d.ts +1 -1
  91. package/dist/versioned-package/components/option/option.js +2 -2
  92. package/dist/versioned-package/components/popup/popup.d.ts +1 -1
  93. package/dist/versioned-package/components/popup/popup.js +1 -1
  94. package/dist/versioned-package/components/radio/radio.d.ts +1 -1
  95. package/dist/versioned-package/components/radio/radio.js +2 -2
  96. package/dist/versioned-package/components/radio-button/radio-button.d.ts +1 -1
  97. package/dist/versioned-package/components/radio-button/radio-button.js +2 -2
  98. package/dist/versioned-package/components/radio-group/radio-group.d.ts +3 -3
  99. package/dist/versioned-package/components/radio-group/radio-group.js +15 -15
  100. package/dist/versioned-package/components/select/select.d.ts +8 -8
  101. package/dist/versioned-package/components/select/select.js +32 -32
  102. package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
  103. package/dist/versioned-package/components/spinner/spinner.js +1 -1
  104. package/dist/versioned-package/components/switch/switch.d.ts +1 -1
  105. package/dist/versioned-package/components/switch/switch.js +2 -2
  106. package/dist/versioned-package/components/tag/tag.d.ts +1 -1
  107. package/dist/versioned-package/components/tag/tag.js +2 -2
  108. package/dist/versioned-package/components/teaser/teaser.d.ts +1 -1
  109. package/dist/versioned-package/components/teaser/teaser.js +1 -1
  110. package/dist/versioned-package/components/textarea/textarea.d.ts +2 -2
  111. package/dist/versioned-package/components/textarea/textarea.js +3 -3
  112. package/dist/versioned-package/components/tooltip/tooltip.d.ts +1 -1
  113. package/dist/versioned-package/components/tooltip/tooltip.js +5 -5
  114. package/dist/versioned-package/components/video/video.d.ts +1 -1
  115. package/dist/versioned-package/components/video/video.js +2 -2
  116. package/dist/versioned-package/internal/form.js +3 -3
  117. package/dist/versioned-package/styles/headline/headline.css.js +1 -1
  118. package/dist/versioned-styles/solid-styles.css +1 -1
  119. package/dist/vscode.html-custom-data.json +33 -33
  120. package/dist/web-types.json +34 -396
  121. package/package.json +1 -1
@@ -81,7 +81,7 @@ let SdTextarea = class extends SolidElement {
81
81
  handleInput() {
82
82
  this.value = this.textarea.value;
83
83
  this.formControlController.updateValidity();
84
- this.emit("sd-2-2-0-input");
84
+ this.emit("sd-2-3-0-input");
85
85
  }
86
86
  handleInvalid(event) {
87
87
  this.formControlController.setValidity(false);
@@ -211,7 +211,7 @@ let SdTextarea = class extends SolidElement {
211
211
  "flex-grow focus:outline-none bg-transparent placeholder-neutral-700 resize-none",
212
212
  this.disabled && "cursor-not-allowed",
213
213
  textSize
214
- )}" 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" @change="${this.handleChange}" @input="${this.handleInput}" @invalid="${this.handleInvalid}" @focus="${this.handleFocus}" @blur="${this.handleBlur}"></textarea> ${this.showInvalidStyle ? html`<sd-2-2-0-icon class="${cx("text-error absolute right-4 bg-white group-hover:bg-neutral-200", iconSizeMarginLeft)}" library="system" name="risk" part="invalid-icon"></sd-2-2-0-icon>` : ""} ${this.styleOnValid && this.showValidStyle ? html`<sd-2-2-0-icon class="${cx("text-success absolute right-4 bg-white group-hover:bg-neutral-200", iconSizeMarginLeft)}" library="system" name="confirm" part="valid-icon"></sd-2-2-0-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()}`;
214
+ )}" 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" @change="${this.handleChange}" @input="${this.handleInput}" @invalid="${this.handleInvalid}" @focus="${this.handleFocus}" @blur="${this.handleBlur}"></textarea> ${this.showInvalidStyle ? html`<sd-2-3-0-icon class="${cx("text-error absolute right-4 bg-white group-hover:bg-neutral-200", iconSizeMarginLeft)}" library="system" name="risk" part="invalid-icon"></sd-2-3-0-icon>` : ""} ${this.styleOnValid && this.showValidStyle ? html`<sd-2-3-0-icon class="${cx("text-success absolute right-4 bg-white group-hover:bg-neutral-200", iconSizeMarginLeft)}" library="system" name="confirm" part="valid-icon"></sd-2-3-0-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()}`;
215
215
  }
216
216
  };
217
217
  SdTextarea.styles = [
@@ -320,7 +320,7 @@ __decorateClass([
320
320
  watch("value", { waitUntilFirstUpdate: true })
321
321
  ], SdTextarea.prototype, "handleValueChange", 1);
322
322
  SdTextarea = __decorateClass([
323
- customElement("sd-2-2-0-textarea")
323
+ customElement("sd-2-3-0-textarea")
324
324
  ], SdTextarea);
325
325
  export {
326
326
  SdTextarea as default
@@ -34,6 +34,6 @@ export default class SdTooltip extends SolidElement {
34
34
  }
35
35
  declare global {
36
36
  interface HTMLElementTagNameMap {
37
- 'sd-2-2-0-tooltip': SdTooltip;
37
+ 'sd-2-3-0-tooltip': SdTooltip;
38
38
  }
39
39
  }
@@ -161,16 +161,16 @@ let SdTooltip = class extends SolidElement {
161
161
  render() {
162
162
  const isStart = this.placement.endsWith("-start");
163
163
  const isEnd = this.placement.endsWith("-end");
164
- return html`<sd-2-2-0-popup part="base" exportparts="
164
+ return html`<sd-2-3-0-popup part="base" exportparts="
165
165
  popup:base__popup,
166
166
  arrow:base__arrow
167
- " 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-2-2-0-icon library="system" name="info-circle" class="${cx(this.disabled && "sd-interactive--disabled")}"></sd-2-2-0-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-2-2-0-popup>`;
167
+ " 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-2-3-0-icon library="system" name="info-circle" class="${cx(this.disabled && "sd-interactive--disabled")}"></sd-2-3-0-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-2-3-0-popup>`;
168
168
  }
169
169
  };
170
170
  SdTooltip.styles = [
171
171
  SolidElement.styles,
172
172
  unsafeCSS(InteractiveStyles),
173
- css`:host{--hide-delay:0ms;--show-delay:150ms;display:contents}sd-2-2-0-popup{--arrow-color:rgb(var(--sd-color-primary, 0 53 142) / 1);--arrow-size:10px}sd-2-2-0-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-2-2-0-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-2-2-0-popup[placement^=top]::part(popup){transform-origin:bottom}sd-2-2-0-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}`
173
+ css`:host{--hide-delay:0ms;--show-delay:150ms;display:contents}sd-2-3-0-popup{--arrow-color:rgb(var(--sd-color-primary, 0 53 142) / 1);--arrow-size:10px}sd-2-3-0-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-2-3-0-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-2-3-0-popup[placement^=top]::part(popup){transform-origin:bottom}sd-2-3-0-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}`
174
174
  ];
175
175
  __decorateClass([
176
176
  query("slot:not([name])")
@@ -179,7 +179,7 @@ __decorateClass([
179
179
  query("#tooltip")
180
180
  ], SdTooltip.prototype, "body", 2);
181
181
  __decorateClass([
182
- query("sd-2-2-0-popup")
182
+ query("sd-2-3-0-popup")
183
183
  ], SdTooltip.prototype, "popup", 2);
184
184
  __decorateClass([
185
185
  property()
@@ -212,7 +212,7 @@ __decorateClass([
212
212
  watch("disabled")
213
213
  ], SdTooltip.prototype, "handleDisabledChange", 1);
214
214
  SdTooltip = __decorateClass([
215
- customElement("sd-2-2-0-tooltip")
215
+ customElement("sd-2-3-0-tooltip")
216
216
  ], SdTooltip);
217
217
  setDefaultAnimation("tooltip.show", {
218
218
  keyframes: [
@@ -19,6 +19,6 @@ export default class SdVideo extends SolidElement {
19
19
  }
20
20
  declare global {
21
21
  interface HTMLElementTagNameMap {
22
- 'sd-2-2-0-video': SdVideo;
22
+ 'sd-2-3-0-video': SdVideo;
23
23
  }
24
24
  }
@@ -87,7 +87,7 @@ let SdVideo = class extends SolidElement {
87
87
  this.playing ? "opacity-0" : "opacity-100",
88
88
  this.isBelowBreakpoint ? "w-[48px] h-[48px]" : "w-[96px] h-[96px]",
89
89
  "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"
90
- )}"><slot name="play-icon" part="play-icon" class="${cx(this.isBelowBreakpoint ? "text-[2rem]" : "text-[4rem]")}"><sd-2-2-0-icon id="default-play-icon" library="system" name="start"></sd-2-2-0-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(
90
+ )}"><slot name="play-icon" part="play-icon" class="${cx(this.isBelowBreakpoint ? "text-[2rem]" : "text-[4rem]")}"><sd-2-3-0-icon id="default-play-icon" library="system" name="start"></sd-2-3-0-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(
91
91
  this.overlay && !this.playing ? "opacity-100" : "opacity-0",
92
92
  "bg-[rgba(0,0,0,0.65)] w-full h-full absolute top-0 left-0 pointer-events-none z-20 play-pause-transition"
93
93
  )}"></div><slot></slot></div>`;
@@ -110,7 +110,7 @@ __decorateClass([
110
110
  property({ type: Boolean })
111
111
  ], SdVideo.prototype, "isBelowBreakpoint", 2);
112
112
  SdVideo = __decorateClass([
113
- customElement("sd-2-2-0-video")
113
+ customElement("sd-2-3-0-video")
114
114
  ], SdVideo);
115
115
  export {
116
116
  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-2-2-0-button";
12
+ const isButton = this.host.tagName.toLowerCase() === "sd-2-3-0-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-2-2-0-radio-group"
37
+ (element) => element.tagName.toLowerCase() === "sd-2-3-0-radio-group"
38
38
  );
39
39
  sdRadioGroups.forEach((radioGroup) => {
40
40
  var _a2, _b2;
@@ -79,7 +79,7 @@ class FormControlController {
79
79
  disabled: (input) => input.disabled ?? false,
80
80
  reportValidity: (input) => typeof input.reportValidity === "function" ? input.reportValidity() : true,
81
81
  setValue: (input, value) => input.value = value,
82
- assumeInteractionOn: ["sd-2-2-0-input"],
82
+ assumeInteractionOn: ["sd-2-3-0-input"],
83
83
  ...options
84
84
  };
85
85
  }
@@ -1,4 +1,4 @@
1
- const HeadlineStyles = ".sd-headline{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));display:flex;font-size:var(--sd-font-size-3xl,2rem);font-weight:700;gap:var(--sd-spacing-4,1rem)}@media (min-width:640px){.sd-headline{font-size:var(--sd-font-size-4xl,2.5rem)}}.sd-headline sd-2-2-0-icon{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));flex-shrink:0;font-size:3rem}@media (min-width:640px){.sd-headline sd-2-2-0-icon{margin-top:var(--sd-spacing-2,.5rem)}}.sd-headline--size-3xl{font-size:var(--sd-font-size-2xl,1.75rem)}@media (min-width:640px){.sd-headline--size-3xl{font-size:var(--sd-font-size-3xl,2rem)}}.sd-headline--size-3xl sd-2-2-0-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}@media (min-width:640px){.sd-headline--size-3xl sd-2-2-0-icon{margin-top:var(--sd-spacing-0,0)}}.sd-headline--size-base,.sd-headline--size-lg,.sd-headline--size-xl{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));gap:var(--sd-spacing-2,.5rem)}.sd-headline--size-base sd-2-2-0-icon,.sd-headline--size-lg sd-2-2-0-icon,.sd-headline--size-xl sd-2-2-0-icon{font-size:2rem}.sd-headline--size-xl{font-size:var(--sd-font-size-xl,1.5rem)}.sd-headline--size-xl sd-2-2-0-icon{margin-top:var(--sd-spacing-0-5,.125rem)}@media (min-width:640px){.sd-headline--size-xl sd-2-2-0-icon{margin-top:var(--sd-spacing-0-5,.125rem)}}.sd-headline--size-lg{font-size:var(--sd-font-size-lg,1.25rem)}.sd-headline--size-lg sd-2-2-0-icon{margin-top:var(--sd-spacing-0,0)}@media (min-width:640px){.sd-headline--size-lg sd-2-2-0-icon{margin-top:var(--sd-spacing-0,0)}}.sd-headline--size-base{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-base,1rem)}.sd-headline--size-base sd-2-2-0-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}.sd-headline--size-base mark{color:inherit}.sd-headline--inverted,.sd-headline--inverted sd-2-2-0-icon{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-headline--inline{display:inline}.sd-headline--inline sd-2-2-0-icon{margin-right:var(--sd-spacing-2,.5rem);margin-top:calc(var(--sd-spacing-1, .25rem)*-1);vertical-align:middle}.sd-headline--inline.sd-headline--size-base sd-2-2-0-icon,.sd-headline--inline.sd-headline--size-lg sd-2-2-0-icon,.sd-headline--inline.sd-headline--size-xl sd-2-2-0-icon{margin-right:var(--sd-spacing-0-5,.125rem)}";
1
+ const HeadlineStyles = ".sd-headline{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));display:flex;font-size:var(--sd-font-size-3xl,2rem);font-weight:700;gap:var(--sd-spacing-4,1rem)}@media (min-width:640px){.sd-headline{font-size:var(--sd-font-size-4xl,2.5rem)}}.sd-headline sd-2-3-0-icon{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));flex-shrink:0;font-size:3rem}@media (min-width:640px){.sd-headline sd-2-3-0-icon{margin-top:var(--sd-spacing-2,.5rem)}}.sd-headline--size-3xl{font-size:var(--sd-font-size-2xl,1.75rem)}@media (min-width:640px){.sd-headline--size-3xl{font-size:var(--sd-font-size-3xl,2rem)}}.sd-headline--size-3xl sd-2-3-0-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}@media (min-width:640px){.sd-headline--size-3xl sd-2-3-0-icon{margin-top:var(--sd-spacing-0,0)}}.sd-headline--size-base,.sd-headline--size-lg,.sd-headline--size-xl{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));gap:var(--sd-spacing-2,.5rem)}.sd-headline--size-base sd-2-3-0-icon,.sd-headline--size-lg sd-2-3-0-icon,.sd-headline--size-xl sd-2-3-0-icon{font-size:2rem}.sd-headline--size-xl{font-size:var(--sd-font-size-xl,1.5rem)}.sd-headline--size-xl sd-2-3-0-icon{margin-top:var(--sd-spacing-0-5,.125rem)}@media (min-width:640px){.sd-headline--size-xl sd-2-3-0-icon{margin-top:var(--sd-spacing-0-5,.125rem)}}.sd-headline--size-lg{font-size:var(--sd-font-size-lg,1.25rem)}.sd-headline--size-lg sd-2-3-0-icon{margin-top:var(--sd-spacing-0,0)}@media (min-width:640px){.sd-headline--size-lg sd-2-3-0-icon{margin-top:var(--sd-spacing-0,0)}}.sd-headline--size-base{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-base,1rem)}.sd-headline--size-base sd-2-3-0-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}.sd-headline--size-base mark{color:inherit}.sd-headline--inverted,.sd-headline--inverted sd-2-3-0-icon{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-headline--inline{display:inline}.sd-headline--inline sd-2-3-0-icon{margin-right:var(--sd-spacing-2,.5rem);margin-top:calc(var(--sd-spacing-1, .25rem)*-1);vertical-align:middle}.sd-headline--inline.sd-headline--size-base sd-2-3-0-icon,.sd-headline--inline.sd-headline--size-lg sd-2-3-0-icon,.sd-headline--inline.sd-headline--size-xl sd-2-3-0-icon{margin-right:var(--sd-spacing-0-5,.125rem)}";
2
2
  export {
3
3
  HeadlineStyles as default
4
4
  };
@@ -1 +1 @@
1
- .sd-2-2-0-display{font-size:var(--sd-font-size-xl,1.5rem)}.sd-2-2-0-display,.sd-2-2-0-display--size-3xl{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-weight:400;line-height:var(--sd-line-height-tight,120%)}.sd-2-2-0-display--size-3xl{font-size:var(--sd-font-size-2xl,1.75rem)}@media (min-width:1024px){.sd-2-2-0-display--size-3xl{font-size:var(--sd-font-size-3xl,2rem)}}.sd-2-2-0-display--size-4xl{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-3xl,2rem);font-weight:400;line-height:var(--sd-line-height-tight,120%)}@media (min-width:1024px){.sd-2-2-0-display--size-4xl{font-size:var(--sd-font-size-4xl,2.5rem)}}.sd-2-2-0-display--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-2-0-meta{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-base,1rem);font-weight:400;line-height:var(--sd-line-height-none,100%)}.sd-2-2-0-meta--size-sm{font-size:var(--sd-font-size-sm,.875rem)}.sd-2-2-0-meta--light{--tw-text-opacity:1;color:rgb(var(--sd-color-neutral-700,104 104 104)/var(--tw-text-opacity))}.sd-2-2-0-meta--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-2-0-meta--inverted.sd-2-2-0-meta--light{--tw-text-opacity:1;color:rgb(var(--sd-color-primary-400,153 171 208)/var(--tw-text-opacity))}.sd-2-2-0-meta--pipe:after{content:"|";margin-left:var(--sd-spacing-1,.25rem);margin-right:var(--sd-spacing-1,.25rem)}.sd-2-2-0-meta--pipe.sd-2-2-0-meta--size-sm:after{margin-left:var(--sd-spacing-0-5,.125rem);margin-right:var(--sd-spacing-0-5,.125rem)}.sd-2-2-0-leadtext{font-size:var(--sd-font-size-xl,1.5rem)}.sd-2-2-0-leadtext,.sd-2-2-0-leadtext--size-lg{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-weight:400;line-height:var(--sd-line-height-normal,150%)}.sd-2-2-0-leadtext--size-lg{font-size:var(--sd-font-size-lg,1.25rem)}.sd-2-2-0-leadtext--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-2-0-paragraph{font-size:var(--sd-font-size-base,1rem)}.sd-2-2-0-paragraph,.sd-2-2-0-paragraph--size-sm{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-weight:400;line-height:var(--sd-line-height-normal,150%)}.sd-2-2-0-paragraph--size-sm{font-size:var(--sd-font-size-sm,.875rem)}.sd-2-2-0-paragraph--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}mark.sd-2-2-0-mark{--tw-text-opacity:1;background-color:transparent;color:rgb(var(--sd-color-accent,45 157 0)/var(--tw-text-opacity))}.sd-2-2-0-interactive--reset{all:unset;outline:revert}.sd-2-2-0-interactive{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));cursor:pointer;text-decoration-line:none;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.sd-2-2-0-interactive:hover:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-primary-500,70 109 175)/var(--tw-text-opacity))}.sd-2-2-0-interactive:active:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-primary-800,5 21 48)/var(--tw-text-opacity))}.sd-2-2-0-interactive:focus-visible{outline-color:rgb(var(--sd-color-primary,0 53 142)/1);outline-offset:2px;outline-style:solid;outline-width:2px}.sd-2-2-0-interactive--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-2-0-interactive--inverted:hover:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-primary-200,224 233 243)/var(--tw-text-opacity))}.sd-2-2-0-interactive--inverted:active:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-primary-400,153 171 208)/var(--tw-text-opacity))}.sd-2-2-0-interactive--inverted:focus-visible{outline-color:rgb(var(--sd-color-white,255 255 255)/1);outline-offset:2px;outline-style:solid;outline-width:2px}.sd-2-2-0-interactive--disabled,.sd-2-2-0-interactive[disabled]{cursor:not-allowed}.sd-2-2-0-interactive--disabled,.sd-2-2-0-interactive--disabled:active:not([disabled]),.sd-2-2-0-interactive--disabled:hover:not([disabled]),.sd-2-2-0-interactive[disabled],.sd-2-2-0-interactive[disabled]:active:not([disabled]),.sd-2-2-0-interactive[disabled]:hover:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-neutral-600,136 136 136)/var(--tw-text-opacity))}.sd-2-2-0-table-cell{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:rgb(var(--sd-color-neutral-400,195 195 195)/var(--tw-border-opacity));border-style:solid;border-width:1px 0;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-sm,.875rem);padding:var(--sd-spacing-4,1rem);text-align:left}.sd-2-2-0-table-cell--divider{border-right-width:1px}.sd-2-2-0-table-cell--bg-white{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-white,255 255 255)/var(--tw-bg-opacity))}.sd-2-2-0-table-cell--bg-primary-100{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-primary-100,236 240 249)/var(--tw-bg-opacity))}.sd-2-2-0-table-cell--bg-neutral-100{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-neutral-100,246 246 246)/var(--tw-bg-opacity))}.sd-2-2-0-table{--tw-border-spacing-x:var(--sd-spacing-0,0px);--tw-border-spacing-y:var(--sd-spacing-0,0px);all:unset;border-collapse:collapse;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y);display:table}.sd-2-2-0-headline{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));display:flex;font-size:var(--sd-font-size-3xl,2rem);font-weight:700;gap:var(--sd-spacing-4,1rem)}@media (min-width:640px){.sd-2-2-0-headline{font-size:var(--sd-font-size-4xl,2.5rem)}}.sd-2-2-0-headline sd-icon{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));flex-shrink:0;font-size:3rem}@media (min-width:640px){.sd-2-2-0-headline sd-icon{margin-top:var(--sd-spacing-2,.5rem)}}.sd-2-2-0-headline--size-3xl{font-size:var(--sd-font-size-2xl,1.75rem)}@media (min-width:640px){.sd-2-2-0-headline--size-3xl{font-size:var(--sd-font-size-3xl,2rem)}}.sd-2-2-0-headline--size-3xl sd-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}@media (min-width:640px){.sd-2-2-0-headline--size-3xl sd-icon{margin-top:var(--sd-spacing-0,0)}}.sd-2-2-0-headline--size-base,.sd-2-2-0-headline--size-lg,.sd-2-2-0-headline--size-xl{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));gap:var(--sd-spacing-2,.5rem)}.sd-2-2-0-headline--size-base sd-icon,.sd-2-2-0-headline--size-lg sd-icon,.sd-2-2-0-headline--size-xl sd-icon{font-size:2rem}.sd-2-2-0-headline--size-xl{font-size:var(--sd-font-size-xl,1.5rem)}.sd-2-2-0-headline--size-xl sd-icon{margin-top:var(--sd-spacing-0-5,.125rem)}@media (min-width:640px){.sd-2-2-0-headline--size-xl sd-icon{margin-top:var(--sd-spacing-0-5,.125rem)}}.sd-2-2-0-headline--size-lg{font-size:var(--sd-font-size-lg,1.25rem)}.sd-2-2-0-headline--size-lg sd-icon{margin-top:var(--sd-spacing-0,0)}@media (min-width:640px){.sd-2-2-0-headline--size-lg sd-icon{margin-top:var(--sd-spacing-0,0)}}.sd-2-2-0-headline--size-base{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-base,1rem)}.sd-2-2-0-headline--size-base sd-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}.sd-2-2-0-headline--size-base mark{color:inherit}.sd-2-2-0-headline--inverted,.sd-2-2-0-headline--inverted sd-icon{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-2-0-headline--inline{display:inline}.sd-2-2-0-headline--inline sd-icon{margin-right:var(--sd-spacing-2,.5rem);margin-top:calc(var(--sd-spacing-1, .25rem)*-1);vertical-align:middle}.sd-2-2-0-headline--inline.sd-2-2-0-headline--size-base sd-icon,.sd-2-2-0-headline--inline.sd-2-2-0-headline--size-lg sd-icon,.sd-2-2-0-headline--inline.sd-2-2-0-headline--size-xl sd-icon{margin-right:var(--sd-spacing-0-5,.125rem)}.sd-2-2-0-container{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-neutral-100,246 246 246)/var(--tw-bg-opacity));padding:var(--sd-spacing-8,2rem) var(--sd-spacing-10,2.5rem)}.sd-2-2-0-container--variant-primary-100{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-primary-100,236 240 249)/var(--tw-bg-opacity))}.sd-2-2-0-container--variant-primary{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-bg-opacity))}.sd-2-2-0-container--variant-border-neutral-400{--tw-border-opacity:1;border-color:rgb(var(--sd-color-neutral-400,195 195 195)/var(--tw-border-opacity));border-width:1px}.sd-2-2-0-container--variant-border-neutral-400,.sd-2-2-0-container--variant-white{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-white,255 255 255)/var(--tw-bg-opacity))}.sd-2-2-0-container--padding-sm{padding:var(--sd-spacing-4,1rem) var(--sd-spacing-6,1.5rem)}.sd-2-2-0-chip{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(var(--sd-color-primary-200,224 233 243)/var(--tw-bg-opacity));border-radius:var(--sd-border-radius-default,.25rem);color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));display:inline-flex;font-size:var(--sd-font-size-sm,.875rem);height:var(--sd-spacing-6,1.5rem);overflow:hidden;padding-left:var(--sd-spacing-2,.5rem);padding-right:var(--sd-spacing-2,.5rem);white-space:nowrap}.sd-2-2-0-chip--primary-500{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(var(--sd-color-primary-500,70 109 175)/var(--tw-bg-opacity));color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-2-0-chip--primary-300{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-primary-300,200 213 231)/var(--tw-bg-opacity))}.sd-2-2-0-chip--white{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-white,255 255 255)/var(--tw-bg-opacity))}.sd-2-2-0-flag{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(var(--sd-color-neutral-200,233 233 233)/var(--tw-bg-opacity));color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));display:inline-flex;font-size:var(--sd-font-size-sm,.875rem);height:var(--sd-spacing-8,2rem);overflow:hidden;padding-left:var(--sd-spacing-3,.75rem);padding-right:var(--sd-spacing-3,.75rem);white-space:nowrap}.sd-2-2-0-flag--neutral-500{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(var(--sd-color-neutral-500,174 174 174)/var(--tw-bg-opacity));color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-2-0-flag--neutral-300{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-neutral-300,218 218 218)/var(--tw-bg-opacity))}.sd-2-2-0-flag--white{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-white,255 255 255)/var(--tw-bg-opacity))}.sd-2-2-0-list{padding-bottom:var(--sd-spacing-4,1rem);padding-top:var(--sd-spacing-4,1rem);text-align:left}.sd-2-2-0-list--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-2-0-list:is(ol) ol{counter-reset:item}.sd-2-2-0-list:is(ol) li:not(:first-child){margin-top:var(--sd-spacing-3,.75rem)}.sd-2-2-0-list:is(ol) li{counter-increment:item;display:table}.sd-2-2-0-list:is(ol) li:before{content:counters(item,".") ". ";display:table-cell;padding-right:var(--sd-spacing-2,.5rem)}.sd-2-2-0-list:is(ol) li li{margin-top:var(--sd-spacing-3,.75rem)}.sd-2-2-0-list:is(ol) li li:before{content:counters(item,".") ". "}.sd-2-2-0-list:is(ul):not(.sd-2-2-0-list--icon){list-style-type:"•";margin-left:var(--sd-spacing-4,1rem)}.sd-2-2-0-list:is(ul):not(.sd-2-2-0-list--icon) li{margin-left:calc(var(--sd-spacing-2, .5rem)*-1);padding-left:var(--sd-spacing-2,.5rem)}.sd-2-2-0-list:is(ul):not(.sd-2-2-0-list--icon) li:not(:first-child){padding-top:var(--sd-spacing-3,.75rem)}.sd-2-2-0-list:is(ul):not(.sd-2-2-0-list--icon) li li{padding-top:var(--sd-spacing-3,.75rem)}.sd-2-2-0-list:is(ul):not(.sd-2-2-0-list--icon) ul{list-style-type:"⬝";margin-inline-start:var(--sd-spacing-4,1rem)}.sd-2-2-0-list:is(ul):not(.sd-2-2-0-list--icon) ul ul{list-style-type:"‐";margin-inline-start:var(--sd-spacing-4,1rem)}.sd-2-2-0-list--icon.sd-2-2-0-list--inverted li .sd-2-2-0-list--icon__icon:first-of-type,.sd-2-2-0-list--icon.sd-2-2-0-list--inverted li sd-icon:first-of-type{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-2-0-list--icon{list-style-type:""}.sd-2-2-0-list--icon>li:first-of-type{padding-top:var(--sd-spacing-0,0)}.sd-2-2-0-list--icon li{line-height:32px;padding-left:var(--sd-spacing-10,2.5rem);padding-top:var(--sd-spacing-3,.75rem);position:relative}.sd-2-2-0-list--icon li .sd-2-2-0-list--icon__icon:first-of-type,.sd-2-2-0-list--icon li sd-icon:first-of-type{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));font-size:var(--sd-font-size-3xl,2rem);left:var(--sd-spacing-0,0);position:absolute}.sd-2-2-0-list--icon.sd-2-2-0-list--horizontal,.sd-2-2-0-list--icon.sd-2-2-0-list--horizontal li{display:flex}.sd-2-2-0-list--icon.sd-2-2-0-list--horizontal li:not(:last-child){margin-right:var(--sd-spacing-8,2rem)}.sd-2-2-0-scroll-lock{overflow:hidden!important;padding-right:var(--sd-scroll-lock-size)!important}.sd-2-2-0-toast-stack{box-sizing:border-box;max-height:100%;max-width:400px;position:fixed;z-index:var(--sd-z-index-alert-group,950)}.sd-2-2-0-toast-stack--top-right{margin-right:var(--sd-spacing-4,1rem);right:var(--sd-spacing-0,0);top:var(--sd-spacing-0,0)}.sd-2-2-0-toast-stack--bottom-center{--tw-translate-x:-50%;bottom:var(--sd-spacing-0,0);inset-inline-start:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sd-2-2-0-toast-stack sd-notification::part(base){--tw-shadow:var(--sd-shadow,0px 1px 3px 0px rgba(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-2-2-0-toast-stack sd-notification::part(content){--tw-border-opacity:1;border-color:rgb(var(--sd-color-white,255 255 255)/var(--tw-border-opacity))}
1
+ .sd-2-3-0-display{font-size:var(--sd-font-size-xl,1.5rem)}.sd-2-3-0-display,.sd-2-3-0-display--size-3xl{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-weight:400;line-height:var(--sd-line-height-tight,120%)}.sd-2-3-0-display--size-3xl{font-size:var(--sd-font-size-2xl,1.75rem)}@media (min-width:1024px){.sd-2-3-0-display--size-3xl{font-size:var(--sd-font-size-3xl,2rem)}}.sd-2-3-0-display--size-4xl{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-3xl,2rem);font-weight:400;line-height:var(--sd-line-height-tight,120%)}@media (min-width:1024px){.sd-2-3-0-display--size-4xl{font-size:var(--sd-font-size-4xl,2.5rem)}}.sd-2-3-0-display--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-3-0-meta{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-base,1rem);font-weight:400;line-height:var(--sd-line-height-none,100%)}.sd-2-3-0-meta--size-sm{font-size:var(--sd-font-size-sm,.875rem)}.sd-2-3-0-meta--light{--tw-text-opacity:1;color:rgb(var(--sd-color-neutral-700,104 104 104)/var(--tw-text-opacity))}.sd-2-3-0-meta--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-3-0-meta--inverted.sd-2-3-0-meta--light{--tw-text-opacity:1;color:rgb(var(--sd-color-primary-400,153 171 208)/var(--tw-text-opacity))}.sd-2-3-0-meta--pipe:after{content:"|";margin-left:var(--sd-spacing-1,.25rem);margin-right:var(--sd-spacing-1,.25rem)}.sd-2-3-0-meta--pipe.sd-2-3-0-meta--size-sm:after{margin-left:var(--sd-spacing-0-5,.125rem);margin-right:var(--sd-spacing-0-5,.125rem)}.sd-2-3-0-leadtext{font-size:var(--sd-font-size-xl,1.5rem)}.sd-2-3-0-leadtext,.sd-2-3-0-leadtext--size-lg{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-weight:400;line-height:var(--sd-line-height-normal,150%)}.sd-2-3-0-leadtext--size-lg{font-size:var(--sd-font-size-lg,1.25rem)}.sd-2-3-0-leadtext--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-3-0-paragraph{font-size:var(--sd-font-size-base,1rem)}.sd-2-3-0-paragraph,.sd-2-3-0-paragraph--size-sm{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-weight:400;line-height:var(--sd-line-height-normal,150%)}.sd-2-3-0-paragraph--size-sm{font-size:var(--sd-font-size-sm,.875rem)}.sd-2-3-0-paragraph--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}mark.sd-2-3-0-mark{--tw-text-opacity:1;background-color:transparent;color:rgb(var(--sd-color-accent,45 157 0)/var(--tw-text-opacity))}.sd-2-3-0-interactive--reset{all:unset;outline:revert}.sd-2-3-0-interactive{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));cursor:pointer;text-decoration-line:none;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.sd-2-3-0-interactive:hover:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-primary-500,70 109 175)/var(--tw-text-opacity))}.sd-2-3-0-interactive:active:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-primary-800,5 21 48)/var(--tw-text-opacity))}.sd-2-3-0-interactive:focus-visible{outline-color:rgb(var(--sd-color-primary,0 53 142)/1);outline-offset:2px;outline-style:solid;outline-width:2px}.sd-2-3-0-interactive--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-3-0-interactive--inverted:hover:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-primary-200,224 233 243)/var(--tw-text-opacity))}.sd-2-3-0-interactive--inverted:active:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-primary-400,153 171 208)/var(--tw-text-opacity))}.sd-2-3-0-interactive--inverted:focus-visible{outline-color:rgb(var(--sd-color-white,255 255 255)/1);outline-offset:2px;outline-style:solid;outline-width:2px}.sd-2-3-0-interactive--disabled,.sd-2-3-0-interactive[disabled]{cursor:not-allowed}.sd-2-3-0-interactive--disabled,.sd-2-3-0-interactive--disabled:active:not([disabled]),.sd-2-3-0-interactive--disabled:hover:not([disabled]),.sd-2-3-0-interactive[disabled],.sd-2-3-0-interactive[disabled]:active:not([disabled]),.sd-2-3-0-interactive[disabled]:hover:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-neutral-600,136 136 136)/var(--tw-text-opacity))}.sd-2-3-0-table-cell{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:rgb(var(--sd-color-neutral-400,195 195 195)/var(--tw-border-opacity));border-style:solid;border-width:1px 0;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-sm,.875rem);padding:var(--sd-spacing-4,1rem);text-align:left}.sd-2-3-0-table-cell--divider{border-right-width:1px}.sd-2-3-0-table-cell--shadow-bottom:after,.sd-2-3-0-table-cell--shadow-left:after,.sd-2-3-0-table-cell--shadow-right:after,.sd-2-3-0-table-cell--shadow-top:after{--tw-gradient-from:rgb(0 0 0/var(--sd-opacity-10,.1)) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-content:"";content:var(--tw-content);opacity:var(--sd-opacity-0,0);pointer-events:none;position:absolute;transition-duration:.3s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.sd-2-3-0-table-cell--shadow-bottom:after,.sd-2-3-0-table-cell--shadow-top:after{height:var(--sd-spacing-2-5,.625rem);left:var(--sd-spacing-0,0);right:var(--sd-spacing-0,0)}.sd-2-3-0-table-cell--shadow-bottom:before,.sd-2-3-0-table-cell--shadow-top:before{--tw-bg-opacity:1;--tw-content:"";background-color:rgb(var(--sd-color-neutral-400,195 195 195)/var(--tw-bg-opacity));content:var(--tw-content);display:block;height:1px;left:var(--sd-spacing-0,0);position:absolute;width:100%}.sd-2-3-0-table-cell--shadow-left:after,.sd-2-3-0-table-cell--shadow-right:after{bottom:var(--sd-spacing-0,0);top:var(--sd-spacing-0,0);width:var(--sd-spacing-2-5,.625rem)}.sd-2-3-0-table-cell.sd-2-3-0-table-cell--shadow-active:after{opacity:100%}.sd-2-3-0-table-cell--shadow-top:after{background-image:linear-gradient(to top,var(--tw-gradient-stops));top:-10px}.sd-2-3-0-table-cell--shadow-top:before{bottom:-1px}.sd-2-3-0-table-cell--shadow-bottom:after{background-image:linear-gradient(to bottom,var(--tw-gradient-stops));bottom:-10px}.sd-2-3-0-table-cell--shadow-bottom:before{top:-1px}.sd-2-3-0-table-cell--shadow-left:after{background-image:linear-gradient(to left,var(--tw-gradient-stops));left:-10px}.sd-2-3-0-table-cell--shadow-right:after{background-image:linear-gradient(to right,var(--tw-gradient-stops));right:-10px}.sd-2-3-0-table-cell--bg-white{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-white,255 255 255)/var(--tw-bg-opacity))}.sd-2-3-0-table-cell--bg-primary-100{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-primary-100,236 240 249)/var(--tw-bg-opacity))}.sd-2-3-0-table-cell--bg-neutral-100{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-neutral-100,246 246 246)/var(--tw-bg-opacity))}.sd-2-3-0-table{--tw-border-spacing-x:var(--sd-spacing-0,0px);--tw-border-spacing-y:var(--sd-spacing-0,0px);all:unset;border-collapse:collapse;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y);display:table}.sd-2-3-0-table tfoot tr:first-of-type,.sd-2-3-0-table thead tr:first-of-type{position:relative}.sd-2-3-0-headline{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));display:flex;font-size:var(--sd-font-size-3xl,2rem);font-weight:700;gap:var(--sd-spacing-4,1rem)}@media (min-width:640px){.sd-2-3-0-headline{font-size:var(--sd-font-size-4xl,2.5rem)}}.sd-2-3-0-headline sd-icon{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));flex-shrink:0;font-size:3rem}@media (min-width:640px){.sd-2-3-0-headline sd-icon{margin-top:var(--sd-spacing-2,.5rem)}}.sd-2-3-0-headline--size-3xl{font-size:var(--sd-font-size-2xl,1.75rem)}@media (min-width:640px){.sd-2-3-0-headline--size-3xl{font-size:var(--sd-font-size-3xl,2rem)}}.sd-2-3-0-headline--size-3xl sd-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}@media (min-width:640px){.sd-2-3-0-headline--size-3xl sd-icon{margin-top:var(--sd-spacing-0,0)}}.sd-2-3-0-headline--size-base,.sd-2-3-0-headline--size-lg,.sd-2-3-0-headline--size-xl{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));gap:var(--sd-spacing-2,.5rem)}.sd-2-3-0-headline--size-base sd-icon,.sd-2-3-0-headline--size-lg sd-icon,.sd-2-3-0-headline--size-xl sd-icon{font-size:2rem}.sd-2-3-0-headline--size-xl{font-size:var(--sd-font-size-xl,1.5rem)}.sd-2-3-0-headline--size-xl sd-icon{margin-top:var(--sd-spacing-0-5,.125rem)}@media (min-width:640px){.sd-2-3-0-headline--size-xl sd-icon{margin-top:var(--sd-spacing-0-5,.125rem)}}.sd-2-3-0-headline--size-lg{font-size:var(--sd-font-size-lg,1.25rem)}.sd-2-3-0-headline--size-lg sd-icon{margin-top:var(--sd-spacing-0,0)}@media (min-width:640px){.sd-2-3-0-headline--size-lg sd-icon{margin-top:var(--sd-spacing-0,0)}}.sd-2-3-0-headline--size-base{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-base,1rem)}.sd-2-3-0-headline--size-base sd-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}.sd-2-3-0-headline--size-base mark{color:inherit}.sd-2-3-0-headline--inverted,.sd-2-3-0-headline--inverted sd-icon{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-3-0-headline--inline{display:inline}.sd-2-3-0-headline--inline sd-icon{margin-right:var(--sd-spacing-2,.5rem);margin-top:calc(var(--sd-spacing-1, .25rem)*-1);vertical-align:middle}.sd-2-3-0-headline--inline.sd-2-3-0-headline--size-base sd-icon,.sd-2-3-0-headline--inline.sd-2-3-0-headline--size-lg sd-icon,.sd-2-3-0-headline--inline.sd-2-3-0-headline--size-xl sd-icon{margin-right:var(--sd-spacing-0-5,.125rem)}.sd-2-3-0-container{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-neutral-100,246 246 246)/var(--tw-bg-opacity));padding:var(--sd-spacing-8,2rem) var(--sd-spacing-10,2.5rem)}.sd-2-3-0-container--variant-primary-100{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-primary-100,236 240 249)/var(--tw-bg-opacity))}.sd-2-3-0-container--variant-primary{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-bg-opacity))}.sd-2-3-0-container--variant-border-neutral-400{--tw-border-opacity:1;border-color:rgb(var(--sd-color-neutral-400,195 195 195)/var(--tw-border-opacity));border-width:1px}.sd-2-3-0-container--variant-border-neutral-400,.sd-2-3-0-container--variant-white{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-white,255 255 255)/var(--tw-bg-opacity))}.sd-2-3-0-container--padding-sm{padding:var(--sd-spacing-4,1rem) var(--sd-spacing-6,1.5rem)}.sd-2-3-0-chip{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(var(--sd-color-primary-200,224 233 243)/var(--tw-bg-opacity));border-radius:var(--sd-border-radius-default,.25rem);color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));display:inline-flex;font-size:var(--sd-font-size-sm,.875rem);height:var(--sd-spacing-6,1.5rem);overflow:hidden;padding-left:var(--sd-spacing-2,.5rem);padding-right:var(--sd-spacing-2,.5rem);white-space:nowrap}.sd-2-3-0-chip--primary-500{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(var(--sd-color-primary-500,70 109 175)/var(--tw-bg-opacity));color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-3-0-chip--primary-300{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-primary-300,200 213 231)/var(--tw-bg-opacity))}.sd-2-3-0-chip--white{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-white,255 255 255)/var(--tw-bg-opacity))}.sd-2-3-0-flag{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(var(--sd-color-neutral-200,233 233 233)/var(--tw-bg-opacity));color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));display:inline-flex;font-size:var(--sd-font-size-sm,.875rem);height:var(--sd-spacing-8,2rem);overflow:hidden;padding-left:var(--sd-spacing-3,.75rem);padding-right:var(--sd-spacing-3,.75rem);white-space:nowrap}.sd-2-3-0-flag--neutral-500{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(var(--sd-color-neutral-500,174 174 174)/var(--tw-bg-opacity));color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-3-0-flag--neutral-300{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-neutral-300,218 218 218)/var(--tw-bg-opacity))}.sd-2-3-0-flag--white{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-white,255 255 255)/var(--tw-bg-opacity))}.sd-2-3-0-list{padding-bottom:var(--sd-spacing-4,1rem);padding-top:var(--sd-spacing-4,1rem);text-align:left}.sd-2-3-0-list--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-3-0-list:is(ol) ol{counter-reset:item}.sd-2-3-0-list:is(ol) li:not(:first-child){margin-top:var(--sd-spacing-3,.75rem)}.sd-2-3-0-list:is(ol) li{counter-increment:item;display:table}.sd-2-3-0-list:is(ol) li:before{content:counters(item,".") ". ";display:table-cell;padding-right:var(--sd-spacing-2,.5rem)}.sd-2-3-0-list:is(ol) li li{margin-top:var(--sd-spacing-3,.75rem)}.sd-2-3-0-list:is(ol) li li:before{content:counters(item,".") ". "}.sd-2-3-0-list:is(ul):not(.sd-2-3-0-list--icon){list-style-type:"•";margin-left:var(--sd-spacing-4,1rem)}.sd-2-3-0-list:is(ul):not(.sd-2-3-0-list--icon) li{margin-left:calc(var(--sd-spacing-2, .5rem)*-1);padding-left:var(--sd-spacing-2,.5rem)}.sd-2-3-0-list:is(ul):not(.sd-2-3-0-list--icon) li:not(:first-child){padding-top:var(--sd-spacing-3,.75rem)}.sd-2-3-0-list:is(ul):not(.sd-2-3-0-list--icon) li li{padding-top:var(--sd-spacing-3,.75rem)}.sd-2-3-0-list:is(ul):not(.sd-2-3-0-list--icon) ul{list-style-type:"⬝";margin-inline-start:var(--sd-spacing-4,1rem)}.sd-2-3-0-list:is(ul):not(.sd-2-3-0-list--icon) ul ul{list-style-type:"‐";margin-inline-start:var(--sd-spacing-4,1rem)}.sd-2-3-0-list--icon.sd-2-3-0-list--inverted li .sd-2-3-0-list--icon__icon:first-of-type,.sd-2-3-0-list--icon.sd-2-3-0-list--inverted li sd-icon:first-of-type{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-2-3-0-list--icon{list-style-type:""}.sd-2-3-0-list--icon>li:first-of-type{padding-top:var(--sd-spacing-0,0)}.sd-2-3-0-list--icon li{line-height:32px;padding-left:var(--sd-spacing-10,2.5rem);padding-top:var(--sd-spacing-3,.75rem);position:relative}.sd-2-3-0-list--icon li .sd-2-3-0-list--icon__icon:first-of-type,.sd-2-3-0-list--icon li sd-icon:first-of-type{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));font-size:var(--sd-font-size-3xl,2rem);left:var(--sd-spacing-0,0);position:absolute}.sd-2-3-0-list--icon.sd-2-3-0-list--horizontal,.sd-2-3-0-list--icon.sd-2-3-0-list--horizontal li{display:flex}.sd-2-3-0-list--icon.sd-2-3-0-list--horizontal li:not(:last-child){margin-right:var(--sd-spacing-8,2rem)}.sd-2-3-0-scroll-lock{overflow:hidden!important;padding-right:var(--sd-scroll-lock-size)!important}.sd-2-3-0-toast-stack{box-sizing:border-box;max-height:100%;max-width:400px;position:fixed;z-index:var(--sd-z-index-alert-group,950)}.sd-2-3-0-toast-stack--top-right{margin-right:var(--sd-spacing-4,1rem);right:var(--sd-spacing-0,0);top:var(--sd-spacing-0,0)}.sd-2-3-0-toast-stack--bottom-center{--tw-translate-x:-50%;bottom:var(--sd-spacing-0,0);inset-inline-start:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sd-2-3-0-toast-stack sd-notification::part(base){--tw-shadow:var(--sd-shadow,0px 1px 3px 0px rgba(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-2-3-0-toast-stack sd-notification::part(content){--tw-border-opacity:1;border-color:rgb(var(--sd-color-white,255 255 255)/var(--tw-border-opacity))}
@@ -2127,7 +2127,7 @@
2127
2127
  "references": []
2128
2128
  },
2129
2129
  {
2130
- "name": "sd-2-2-0-accordion-group",
2130
+ "name": "sd-2-3-0-accordion-group",
2131
2131
  "description": "Short summary of the component's intended use.\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - The default slot where `<sd-accordion>` elements are placed.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
2132
2132
  "attributes": [
2133
2133
  {
@@ -2139,7 +2139,7 @@
2139
2139
  "references": []
2140
2140
  },
2141
2141
  {
2142
- "name": "sd-2-2-0-accordion",
2142
+ "name": "sd-2-3-0-accordion",
2143
2143
  "description": "Accordion shows a brief summary and expands to show additional content.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-show** - Emitted when the accordion opens.\n- **sd-after-show** - Emitted after the accordion opens and all animations are complete.\n- **sd-hide** - Emitted when the accordion closes.\n- **sd-after-hide** - Emitted after the accordion closes and all animations are complete.\n\n### **Methods:**\n - **show()** - Shows the accordion.\n- **hide()** - Hides the accordion\n\n### **Slots:**\n - _default_ - The accordion main content.\n- **summary** - The accordion summary. Alternatively, you can use the `summary` attribute.\n- **expand-icon** - Optional expand icon to use instead of the default. Works best with `<sd-icon>`.\n- **collapse-icon** - Optional collapse icon to use instead of the default. Works best with `<sd-icon>`.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **header** - The header that wraps both the summary and the expand/collapse icon.\n- **summary** - The container that wraps the summary.\n- **summary-icon** - The container that wraps the expand/collapse icons.\n- **summary-border** - The container that wraps the currently active accordions border.\n- **content** - The container that wraps the accordion content slot.\n- **content__slot** - The accordion content slot.",
2144
2144
  "attributes": [
2145
2145
  {
@@ -2156,7 +2156,7 @@
2156
2156
  "references": []
2157
2157
  },
2158
2158
  {
2159
- "name": "sd-2-2-0-badge",
2159
+ "name": "sd-2-3-0-badge",
2160
2160
  "description": "Badges are used to draw attention and display statuses or counts.\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - The badge's content.\n\n### **CSS Parts:**\n - **base** - The badge's base wrapper.\n- **content** - The badge's main content.",
2161
2161
  "attributes": [
2162
2162
  {
@@ -2198,7 +2198,7 @@
2198
2198
  "references": []
2199
2199
  },
2200
2200
  {
2201
- "name": "sd-2-2-0-brandshape",
2201
+ "name": "sd-2-3-0-brandshape",
2202
2202
  "description": "The Brandshape highlights a piece of content.\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - The content inside the brandshape.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **content** - Middle content wrapper.\n- **shape-top** - Top shape.\n- **shape-middle** - Middle shape.\n- **shape-bottom** - Bottom shape.",
2203
2203
  "attributes": [
2204
2204
  {
@@ -2235,7 +2235,7 @@
2235
2235
  "references": []
2236
2236
  },
2237
2237
  {
2238
- "name": "sd-2-2-0-button",
2238
+ "name": "sd-2-3-0-button",
2239
2239
  "description": "Buttons represent actions that are available to the user.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the button loses focus.\n- **sd-focus** - Emitted when the button gains focus.\n- **sd-invalid** - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\n### **Methods:**\n - **click()** - Simulates a click on the button.\n- **focus(options: _FocusOptions_)** - Sets focus on the button.\n- **blur()** - Removes focus from the button.\n- **checkValidity()** - Checks for validity but does not show the browser's validation message. Returns `true` when valid and `false` when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity()** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity(message: _string_)** - Sets a custom validation message. Pass an empty string to restore validity.\n\n### **Slots:**\n - _default_ - The button's label.\n- **icon-left** - A prefix icon or similar element.\n- **icon-right** - A suffix icon or similar element.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **icon-left** - The container that wraps the left icon area.\n- **label** - The button's label.\n- **icon-right** - The container that wraps the right icon area.",
2240
2240
  "attributes": [
2241
2241
  {
@@ -2407,13 +2407,13 @@
2407
2407
  "references": []
2408
2408
  },
2409
2409
  {
2410
- "name": "sd-2-2-0-carousel-item",
2410
+ "name": "sd-2-3-0-carousel-item",
2411
2411
  "description": "A carousel item represent a slide within a [carousel](/components/carousel).\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - The carousel item's content.",
2412
2412
  "attributes": [],
2413
2413
  "references": []
2414
2414
  },
2415
2415
  {
2416
- "name": "sd-2-2-0-carousel",
2416
+ "name": "sd-2-3-0-carousel",
2417
2417
  "description": "Carousels display an arbitrary number of content slides along a horizontal axis.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-slide-change** - Emitted when the active slide changes.\n\n### **Methods:**\n - **previous(behavior: _ScrollBehavior_)** - Move the carousel backward by `slides-per-move` slides.\n- **next(behavior: _ScrollBehavior_)** - Move the carousel forward by `slides-per-move` slides.\n- **goToSlide(index: _number_, behavior: _ScrollBehavior_)** - Scrolls the carousel to the slide specified by `index`.\n\n### **Slots:**\n - _default_ - The carousel's main content, one or more `<sd-carousel-item>` elements.\n- **next-icon** - Optional next icon to use instead of the default. Works best with `<sd-icon>`.\n- **previous-icon** - Optional previous icon to use instead of the default. Works best with `<sd-icon>`.\n- **autoplay-start** - Optional start icon to use instead of the default. Works best with `<sd-icon>`.\n- **autoplay-pause** - Optional pause icon to use instead of the default. Works best with `<sd-icon>`.\n\n### **CSS Properties:**\n - **--slide-gap** - The space between each slide. _(default: undefined)_\n- **--scroll-hint** - The amount of padding to apply to the scroll area, allowing adjacent slides to become partially visible as a scroll hint. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The carousel's internal wrapper.\n- **scroll-container** - The scroll container that wraps the slides.\n- **controls** - A wrapper for the navigation and autoplay controller buttons.\n- **pagination-dot** - The pagination indicator in dot format.\n- **pagination-number** - The pagination indicator in number format.\n- **pagination-item** - The pagination indicator.\n- **pagination-item--active** - Applied when the item is active.\n- **navigation** - The navigation wrapper.\n- **navigation-button** - The navigation button.\n- **navigation-button--previous** - Applied to the previous button.\n- **navigation-button--next** - Applied to the next button.\n- **autoplay-controls** - A wrapper for pause/start button.",
2418
2418
  "attributes": [
2419
2419
  {
@@ -2457,7 +2457,7 @@
2457
2457
  "references": []
2458
2458
  },
2459
2459
  {
2460
- "name": "sd-2-2-0-checkbox-group",
2460
+ "name": "sd-2-3-0-checkbox-group",
2461
2461
  "description": "Checkbox groups are used to group multiple [checkbox](/components/checkbox). It provides only presentational functionality.\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - The default slot where `<sd-checkbox>` elements are placed.\n- **label** - The checkbox group's label. Required for proper accessibility. Alternatively, you can use the `label` attribute.",
2462
2462
  "attributes": [
2463
2463
  {
@@ -2493,7 +2493,7 @@
2493
2493
  "references": []
2494
2494
  },
2495
2495
  {
2496
- "name": "sd-2-2-0-checkbox",
2496
+ "name": "sd-2-3-0-checkbox",
2497
2497
  "description": "Checkboxes allow the user to toggle an option on or off.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the checkbox loses focus.\n- **sd-change** - Emitted when the checked state changes.\n- **sd-focus** - Emitted when the checkbox gains focus.\n- **sd-input** - Emitted when the checkbox receives input.\n\n### **Methods:**\n - **click()** - Simulates a click on the checkbox.\n- **focus(options: _FocusOptions_)** - Sets focus on the checkbox.\n- **blur()** - Removes focus from the checkbox.\n- **checkValidity()** - Checks for validity but does not show a validation message. Returns true when valid and false when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity()** - Checks for validity and shows a validation message if the control is invalid.\n- **setCustomValidity(message: _string_)** - Sets a custom validation message. The value provided will be shown to the user when the form is submitted. To clear\nthe custom validation message, call this method with an empty string.\n\n### **Slots:**\n - _default_ - The checkbox's label.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **control** - The square container that wraps the checkbox's checked state.\n- **control--checked** - Matches the control part when the checkbox is checked.\n- **control--indeterminate** - Matches the control part when the checkbox is indeterminate.\n- **checked-icon** - The checked icon, an `<sd-icon>` element.\n- **indeterminate-icon** - The indeterminate icon, an `<sd-icon>` element.\n- **label** - The container that wraps the checkbox's label.",
2498
2498
  "attributes": [
2499
2499
  {
@@ -2551,7 +2551,7 @@
2551
2551
  "references": []
2552
2552
  },
2553
2553
  {
2554
- "name": "sd-2-2-0-dialog",
2554
+ "name": "sd-2-3-0-dialog",
2555
2555
  "description": "Dialogs, sometimes called \"modals\", appear above the page and require the user's immediate attention.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-show** - Emitted when the dialog opens.\n- **sd-after-show** - Emitted after the dialog opens and all animations are complete.\n- **sd-hide** - Emitted when the dialog closes.\n- **sd-after-hide** - Emitted after the dialog closes and all animations are complete.\n- **sd-initial-focus** - Emitted when the dialog opens and is ready to receive focus. Calling `event.preventDefault()` will prevent focusing and allow you to set it on a different element, such as an input.\n- **sd-request-close** - Emitted when the user attempts to close the dialog by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the dialog open. Avoid using this unless closing the dialog will result in destructive behavior such as data loss.\n\n### **Methods:**\n - **show()** - Shows the dialog.\n- **hide()** - Hides the dialog\n\n### **Slots:**\n - _default_ - The dialog's main content.\n- **headline** - The dialog's headline. Alternatively, you can use the `headline` attribute.\n- **footer** - The dialog's footer, usually one or more buttons representing various options.\n- **close-button** - The dialog's close button. Works best with `<sd-button>` and `<sd-icon>`.\n\n### **CSS Properties:**\n - **--width** - The preferred width of the dialog. Note that the dialog will shrink to accommodate smaller screens. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **overlay** - The overlay that covers the screen behind the dialog.\n- **panel** - The dialog's panel (where the dialog and its content are rendered).\n- **header** - The dialog's header. This element wraps the title and header actions.\n- **title** - The dialog's title.\n- **close-button** - The close button, an `<sd-button>`.\n- **body** - The dialog's body.\n- **footer** - The dialog's footer.",
2556
2556
  "attributes": [
2557
2557
  {
@@ -2573,7 +2573,7 @@
2573
2573
  "references": []
2574
2574
  },
2575
2575
  {
2576
- "name": "sd-2-2-0-divider",
2576
+ "name": "sd-2-3-0-divider",
2577
2577
  "description": "Dividers are used to visually separate or group elements.\n\n\n---\n\n\n",
2578
2578
  "attributes": [
2579
2579
  {
@@ -2597,7 +2597,7 @@
2597
2597
  "references": []
2598
2598
  },
2599
2599
  {
2600
- "name": "sd-2-2-0-drawer",
2600
+ "name": "sd-2-3-0-drawer",
2601
2601
  "description": "Drawers slide in from a container to expose additional options and information.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-show** - Emitted when the drawer opens.\n- **sd-after-show** - Emitted after the drawer opens and all animations are complete.\n- **sd-hide** - Emitted when the drawer closes.\n- **sd-after-hide** - Emitted after the drawer closes and all animations are complete.\n- **sd-initial-focus** - Emitted when the drawer opens and is ready to receive focus. Calling `event.preventDefault()` will prevent focusing and allow you to set it on a different element, such as an input.\n- **sd-request-close** - Emitted when the user attempts to close the drawer by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the drawer open. Avoid using this unless closing the drawer will result in destructive behavior such as data loss.\n\n### **Methods:**\n - **show()** - Shows the drawer.\n- **hide()** - Hides the drawer\n\n### **Slots:**\n - _default_ - The drawer's main content.\n- **header** - The drawer's header, usually a title.\n- **footer** - The drawer's footer, usually one or more buttons representing various options.\n\n### **CSS Properties:**\n - **--width** - The preferred width of the drawer. depending on its `placement`. Note that the drawer will shrink to accommodate smaller screens. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **overlay** - The overlay that covers the screen behind the drawer.\n- **panel** - The drawer's panel (where the drawer and its content are rendered).\n- **header** - The drawer's header. This element wraps the title and the close-button.\n- **title** - The drawer's title.\n- **close-button** - The close button, an `<sd-button>`.\n- **body** - The drawer's body.\n- **footer** - The drawer's footer.",
2602
2602
  "attributes": [
2603
2603
  {
@@ -2636,7 +2636,7 @@
2636
2636
  "references": []
2637
2637
  },
2638
2638
  {
2639
- "name": "sd-2-2-0-dropdown",
2639
+ "name": "sd-2-3-0-dropdown",
2640
2640
  "description": "Dropdowns expose additional content that \"drops down\" in a panel.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-show** - Emitted when the dropdown opens.\n- **sd-after-show** - Emitted after the dropdown opens and all animations are complete.\n- **sd-hide** - Emitted when the dropdown closes.\n- **sd-after-hide** - Emitted after the dropdown closes and all animations are complete.\n\n### **Methods:**\n - **show()** - Shows the dropdown panel.\n- **hide()** - Hides the dropdown panel\n- **reposition()** - Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu\nis activated.\n\n### **Slots:**\n - _default_ - The dropdown's main content.\n- **trigger** - The dropdown's trigger, usually a `<sd-button>` element.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **trigger** - The container that wraps the trigger.\n- **panel** - The panel that gets shown when the dropdown is open.",
2641
2641
  "attributes": [
2642
2642
  {
@@ -2733,7 +2733,7 @@
2733
2733
  "references": []
2734
2734
  },
2735
2735
  {
2736
- "name": "sd-2-2-0-header",
2736
+ "name": "sd-2-3-0-header",
2737
2737
  "description": "Header\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - The header's default content.\n\n### **CSS Properties:**\n - **--sd-header-inner-width** - width of the header content _(default: undefined)_\n- **--sd-header-inner-max-width** - max-width of the header content _(default: undefined)_\n- **--sd-header-padding** - padding-left and padding-right of the header content _(default: undefined)_\n\n### **CSS Parts:**\n - **main** - The container that wraps the header's content.",
2738
2738
  "attributes": [
2739
2739
  {
@@ -2745,7 +2745,7 @@
2745
2745
  "references": []
2746
2746
  },
2747
2747
  {
2748
- "name": "sd-2-2-0-icon",
2748
+ "name": "sd-2-3-0-icon",
2749
2749
  "description": "Icons are symbols that can be used to represent various options within an application.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-load** - Emitted when the icon has loaded.\n- **sd-error** - Emitted when the icon fails to load due to an error.",
2750
2750
  "attributes": [
2751
2751
  {
@@ -2787,7 +2787,7 @@
2787
2787
  "references": []
2788
2788
  },
2789
2789
  {
2790
- "name": "sd-2-2-0-include",
2790
+ "name": "sd-2-3-0-include",
2791
2791
  "description": "Includes give you the power to embed external HTML files into the page.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-load** - Emitted when the included file is loaded.\n- **sd-error** - Emitted when the included file fails to load due to an error.",
2792
2792
  "attributes": [
2793
2793
  {
@@ -2819,7 +2819,7 @@
2819
2819
  "references": []
2820
2820
  },
2821
2821
  {
2822
- "name": "sd-2-2-0-input",
2822
+ "name": "sd-2-3-0-input",
2823
2823
  "description": "Inputs collect data from the user.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the control loses focus.\n- **sd-change** - Emitted when an alteration to the control's value is committed by the user.\n- **sd-clear** - Emitted when the clear button is activated.\n- **sd-focus** - Emitted when the control gains focus.\n- **sd-input** - Emitted when the control receives input.\n\n### **Methods:**\n - **focus(options: _FocusOptions_)** - Sets focus on the input.\n- **blur()** - Removes focus from the input.\n- **select()** - Selects all the text in the input.\n- **setSelectionRange(selectionStart: _number_, selectionEnd: _number_, selectionDirection: _'forward' | 'backward' | 'none'_)** - Sets the start and end positions of the text selection (0-based).\n- **setRangeText(replacement: _string_, start: _number_, end: _number_, selectMode: _'select' | 'start' | 'end' | 'preserve'_)** - Replaces a range of text with a new string.\n- **showPicker()** - Displays the browser picker for an input element (only works if the browser supports it for the input type).\n- **stepUp()** - Increments the value of a numeric input type by the value of the step attribute.\n- **stepDown()** - Decrements the value of a numeric input type by the value of the step attribute.\n- **checkValidity()** - Checks for validity but does not show the browser's validation message.\n- **reportValidity()** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity(message: _string_)** - Sets a custom validation message. Pass an empty string to restore validity.\n\n### **Slots:**\n - **label** - The input's label. Alternatively, you can use the `label` attribute.\n- **left** - Used to prepend a presentational icon or similar element to the input.\n- **right** - Used to append a presentational icon or similar element to the input.\n- **clear-icon** - An icon to use in lieu of the default clear icon.\n- **show-password-icon** - An icon to use in lieu of the default show password icon.\n- **hide-password-icon** - An icon to use in lieu of the default hide password icon.\n- **help-text** - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n\n### **CSS Parts:**\n - **form-control** - The form control that wraps the label, input, and help text.\n- **form-control-label** - The label's wrapper.\n- **form-control-input** - The input's wrapper.\n- **form-control-help-text** - The help text's wrapper.\n- **base** - The component's base wrapper.\n- **border** - The base part's absolutely positioned border. Allows for easy adjustment of border thickness without affecting component dimensions.\n- **input** - The internal `<input>` control.\n- **left** - The container that wraps the left.\n- **clear-button** - The clear button.\n- **password-toggle-button** - The password toggle button.\n- **right** - The container that wraps the right.\n- **invalid-icon** - The invalid icon.\n- **valid-icon** - The valid icon.\n- **invalid-message** - The invalid message.",
2824
2824
  "attributes": [
2825
2825
  {
@@ -3097,7 +3097,7 @@
3097
3097
  "references": []
3098
3098
  },
3099
3099
  {
3100
- "name": "sd-2-2-0-link",
3100
+ "name": "sd-2-3-0-link",
3101
3101
  "description": "A link component.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the link loses focus.\n- **sd-focus** - Emitted when the link gains focus.\n\n### **Methods:**\n - **focus(options: _FocusOptions_)** - Sets focus on the button.\n- **blur()** - Removes focus from the button.\n\n### **Slots:**\n - _default_ - The default slot.\n- **icon-left** - The icon to display on the left side of the link.\n- **icon-right** - The icon to display on the right side of the link.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **icon-left** - The container that wraps the left icon area.\n- **label** - The link's label.\n- **icon-right** - The container that wraps the right icon area.",
3102
3102
  "attributes": [
3103
3103
  {
@@ -3157,7 +3157,7 @@
3157
3157
  "references": []
3158
3158
  },
3159
3159
  {
3160
- "name": "sd-2-2-0-navigation-item",
3160
+ "name": "sd-2-3-0-navigation-item",
3161
3161
  "description": "Flexible button / link component that can be used to quickly build navigations. Takes one of 3 forms: link (overrides all other if 'href' is provided), button (default), or accordion (if 'children' slot defined).\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-show** - Emitted when the navigation item has has children, no href, and is clicked while HTML details are hidden.\n- **sd-hide** - Emitted when the navigation item has has children, no href, and is clicked while HTML details are shown.\n\n### **Slots:**\n - _default_ - The navigation item's label.\n- **description** - *Vertical only: Slot used to provide a description for the navigation item.\n- **children** - Slot used to provide nested child navigation elements. If provided, details and summary elements will be used. A chevron will be shown on the right side regardless of the chevron property.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper including children.\n- **content-wrapper** - The component's content wrapper.\n- **content** - The component's content excluding children.\n- **chevron** - The container that wraps the chevron.\n- **description** - The component's description area below its main content.\n- **divider** - The component's optional top divider.",
3162
3162
  "attributes": [
3163
3163
  {
@@ -3247,7 +3247,7 @@
3247
3247
  "references": []
3248
3248
  },
3249
3249
  {
3250
- "name": "sd-2-2-0-notification",
3250
+ "name": "sd-2-3-0-notification",
3251
3251
  "description": "Alerts are used to display important messages inline or as toast notifications.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-show** - Emitted when the notification opens.\n- **sd-after-show** - Emitted after the notification opens and all animations are complete.\n- **sd-hide** - Emitted when the notification closes.\n- **sd-after-hide** - Emitted after the notification closes and all animations are complete.\n\n### **Methods:**\n - **show()** - Shows the notification.\n- **hide()** - Hides the notification\n- **toast()** - Displays the notification as a toast notification. This will move the notification out of its position in the DOM and, when\ndismissed, it will be removed from the DOM completely. By storing a reference to the notification, you can reuse it by\ncalling this method again. The returned promise will resolve after the notification is hidden.\n\n### **Slots:**\n - _default_ - The sd-notification's main content.\n- **icon** - An icon to show in the sd-notification. Works best with `<sd-icon>`.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **icon** - The container that wraps the optional icon.\n- **content** - The container that wraps the notifications's main content and the close button.\n- **message** - The container that wraps the notifications's main content.\n- **duration-indicator__elapsed** - The current duration indicator.\n- **duration-indicator__total** - The total duration indicator.\n- **close-button** - The close button, an `<sd-icon-button>`.",
3252
3252
  "attributes": [
3253
3253
  {
@@ -3304,7 +3304,7 @@
3304
3304
  "references": []
3305
3305
  },
3306
3306
  {
3307
- "name": "sd-2-2-0-option",
3307
+ "name": "sd-2-3-0-option",
3308
3308
  "description": "Options define the selectable items within various form controls such as [select](/components/select).\n\n\n---\n\n\n\n\n### **Methods:**\n - **getTextLabel()** - Returns a plain text label based on the option's content.\n\n### **Slots:**\n - _default_ - The option's label.\n- **left** - Used to prepend an icon or similar element to the menu item.\n- **right** - Used to append an icon or similar element to the menu item.\n\n### **CSS Parts:**\n - **checked-icon** - The checked icon, an `<sd-icon>` element.\n- **base** - The component's base wrapper.\n- **label** - The option's label.\n- **left** - The container that wraps the left.\n- **right** - The container that wraps the right.",
3309
3309
  "attributes": [
3310
3310
  {
@@ -3341,7 +3341,7 @@
3341
3341
  "references": []
3342
3342
  },
3343
3343
  {
3344
- "name": "sd-2-2-0-popup",
3344
+ "name": "sd-2-3-0-popup",
3345
3345
  "description": "Popup is a utility that lets you declaratively anchor \"popup\" containers to another element.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-reposition** - Emitted when the popup is repositioned. This event can fire a lot, so avoid putting expensive operations in your listener or consider debouncing it.\n- **sd-current-placement** - Emitted when the popup's placement changes automatically based on screen limitations.\n\n### **Methods:**\n - **reposition()** - Forces the popup to recalculate and reposition itself.\n\n### **Slots:**\n - _default_ - The popup's content.\n- **anchor** - The element the popup will be anchored to. If the anchor lives outside of the popup, you can use the `anchor` attribute or property instead.\n\n### **CSS Properties:**\n - **--arrow-size** - The size of the arrow. Note that an arrow won't be shown unless the `arrow` attribute is used. _(default: 6px)_\n- **--arrow-color** - The color of the arrow. _(default: var(--sd-color-neutral-0))_\n- **--auto-size-available-width** - A read-only custom property that determines the amount of width the popup can be before overflowing. Useful for positioning child elements that need to overflow. This property is only available when using `auto-size`. _(default: undefined)_\n- **--auto-size-available-height** - A read-only custom property that determines the amount of height the popup can be before overflowing. Useful for positioning child elements that need to overflow. This property is only available when using `auto-size`. _(default: undefined)_\n\n### **CSS Parts:**\n - **arrow** - The arrow's container. Avoid setting `top|bottom|left|right` properties, as these values are assigned dynamically as the popup moves. This is most useful for applying a background color to match the popup, and maybe a border or box shadow.\n- **popup** - The popup's container. Useful for setting a background color, box shadow, etc.",
3346
3346
  "attributes": [
3347
3347
  {
@@ -3565,7 +3565,7 @@
3565
3565
  "references": []
3566
3566
  },
3567
3567
  {
3568
- "name": "sd-2-2-0-radio-button",
3568
+ "name": "sd-2-3-0-radio-button",
3569
3569
  "description": "Radio buttons allow the user to select a single option from a group using a button-like control.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the button loses focus.\n- **sd-focus** - Emitted when the button gains focus.\n\n### **Methods:**\n - **focus(options: _FocusOptions_)** - Sets focus on the radio button.\n- **blur()** - Removes focus from the radio button.\n\n### **Slots:**\n - _default_ - The radio button's label.\n- **icon** - A presentational icon.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **button** - The internal `<button>` element.\n- **button--checked** - The internal button element when the radio button is checked.\n- **icon** - The container that wraps the icon.\n- **label** - The container that wraps the radio button's label.",
3570
3570
  "attributes": [
3571
3571
  {
@@ -3597,7 +3597,7 @@
3597
3597
  "references": []
3598
3598
  },
3599
3599
  {
3600
- "name": "sd-2-2-0-radio-group",
3600
+ "name": "sd-2-3-0-radio-group",
3601
3601
  "description": "Radio groups are used to group multiple [radios](/components/radio) or [radio buttons](/components/radio-button) so they function as a single form control.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-change** - Emitted when the radio group's selected value changes.\n- **sd-input** - Emitted when the radio group receives user input.\n- **sd-invalid** - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\n### **Methods:**\n - **focus()** - Move focus to the checked radio (or the first one if none are checked)\n- **checkValidity()** - Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity(): _boolean_** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity(message)** - Sets a custom validation message. Pass an empty string to restore validity.\n\n### **Slots:**\n - _default_ - The default slot where `<sd-radio>` or `<sd-radio-button>` elements are placed.\n- **label** - The radio group's label. Required for proper accessibility. Alternatively, you can use the `label` attribute.\n\n### **CSS Parts:**\n - **form-control** - The form control that wraps the label, input, and error text.\n- **form-control-label** - The label's wrapper.\n- **form-control-input** - The input's wrapper.\n- **button-group** - The button group that wraps radio buttons.\n- **button-group__base** - The button group's `base` part.",
3602
3602
  "attributes": [
3603
3603
  {
@@ -3658,7 +3658,7 @@
3658
3658
  "references": []
3659
3659
  },
3660
3660
  {
3661
- "name": "sd-2-2-0-radio",
3661
+ "name": "sd-2-3-0-radio",
3662
3662
  "description": "A radio allows to select only one value from a set of options. Clicking on an unchecked radio will deselect the other one(s).\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the control loses focus.\n- **sd-focus** - Emitted when the control gains focus.\n\n### **Slots:**\n - _default_ - The radio's label.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **control--unchecked** - The radio control when the radio is unchecked.\n- **control--checked** - The radio control when the radio is checked.\n- **checked** - The dot inside the radio component when the radio is checked.\n- **label** - The container that wraps the radio's label.",
3663
3663
  "attributes": [
3664
3664
  {
@@ -3692,7 +3692,7 @@
3692
3692
  "references": []
3693
3693
  },
3694
3694
  {
3695
- "name": "sd-2-2-0-select",
3695
+ "name": "sd-2-3-0-select",
3696
3696
  "description": "Selects allow you to choose items from a menu of predefined options.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-change** - Emitted when the control's value changes.\n- **sd-clear** - Emitted when the control's value is cleared.\n- **sd-input** - Emitted when the control receives input.\n- **sd-focus** - Emitted when the control gains focus.\n- **sd-blur** - Emitted when the control loses focus.\n- **sd-show** - Emitted when the select's menu opens.\n- **sd-after-show** - Emitted after the select's menu opens and all animations are complete.\n- **sd-hide** - Emitted when the select's menu closes.\n- **sd-after-hide** - Emitted after the select's menu closes and all animations are complete.\n- **sd-invalid** - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\n### **Methods:**\n - **show()** - Shows the listbox.\n- **hide()** - Hides the listbox.\n- **checkValidity()** - Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity()** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity(message: _string_)** - Sets a custom validation message. Pass an empty string to restore validity.\n- **focus(options: _FocusOptions_)** - Sets focus on the control.\n- **blur()** - Removes focus from the control.\n\n### **Slots:**\n - _default_ - The listbox options. Must be `<sd-option>` elements. You can use `<sd-divider>` to group items visually.\n- **label** - The input's label. Alternatively, you can use the `label` attribute.\n- **help-text** - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n- **clear-icon** - An icon to use in lieu of the default clear icon.\n- **expand-icon** - The icon to show when the control is expanded and collapsed. Rotates on open and close.\n\n### **CSS Parts:**\n - **form-control** - The form control that wraps the label, input, and help text.\n- **form-control-label** - The label's wrapper.\n- **form-control-input** - The select's wrapper.\n- **form-control-help-text** - The help text's wrapper.\n- **combobox** - The container the wraps the combobox, clear icon, and expand button.\n- **display-input** - The element that displays the selected option's label, an `<input>` element.\n- **listbox** - The listbox container where options are slotted.\n- **tags** - The container that houses option tags when `multiselect` is used.\n- **tag** - The individual tags that represent each multiselect option.\n- **tag__base** - The tag's base part.\n- **tag__content** - The tag's content part.\n- **tag__removable-indicator** - The tag's remove button.\n- **clear-button** - The clear button.\n- **expand-icon** - The container that wraps the expand icon.",
3697
3697
  "attributes": [
3698
3698
  {
@@ -3817,7 +3817,7 @@
3817
3817
  "references": []
3818
3818
  },
3819
3819
  {
3820
- "name": "sd-2-2-0-spinner",
3820
+ "name": "sd-2-3-0-spinner",
3821
3821
  "description": "Spinners are used to show the progress of an indeterminate operation.\n\n\n---\n\n\n",
3822
3822
  "attributes": [
3823
3823
  {
@@ -3839,7 +3839,7 @@
3839
3839
  "references": []
3840
3840
  },
3841
3841
  {
3842
- "name": "sd-2-2-0-switch",
3842
+ "name": "sd-2-3-0-switch",
3843
3843
  "description": "Switches allow the user to toggle an option on or off.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the switch loses focus.\n- **sd-change** - Emitted when the checked state changes.\n- **sd-focus** - Emitted when the switch gains focus.\n- **sd-input** - Emitted when the switch receives input.\n\n### **Methods:**\n - **click()** - Simulates a click on the switch.\n- **focus(options: _FocusOptions_)** - Sets focus on the switch.\n- **blur()** - Removes focus from the switch.\n- **checkValidity()** - Checks for validity but does not show a validation message. Returns true when valid and false when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity()** - Checks for validity and shows a validation message if the control is invalid.\n- **setCustomValidity(message: _string_)** - Sets a custom validation message. The value provided will be shown to the user when the form is submitted. To clear\nthe custom validation message, call this method with an empty string.\n\n### **Slots:**\n - _default_ - The switch's label.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **control** - The square container that wraps the switch's state.\n- **control--checked** - Matches the control part when the switch is on.\n- **control--unchecked** - Matches the control part when the switch is off.\n- **thumb** - The circle that marks the switch's state.\n- **label** - The container that wraps the switch's label.",
3844
3844
  "attributes": [
3845
3845
  {
@@ -3881,7 +3881,7 @@
3881
3881
  "references": []
3882
3882
  },
3883
3883
  {
3884
- "name": "sd-2-2-0-tag",
3884
+ "name": "sd-2-3-0-tag",
3885
3885
  "description": "Tags are used as labels to organize things or to indicate a selection.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the tag loses focus.\n- **sd-focus** - Emitted when the tag gains focus.\n- **sd-remove** - Emitted when the remove button is activated.\n\n### **Methods:**\n - **click()** - Simulates a click on the tag.\n- **focus(options: _FocusOptions_)** - Sets focus on the tag.\n- **blur()** - Removes focus from the tag.\n\n### **Slots:**\n - _default_ - The tag's content.\n- **removable-indicator** - The tag's removability indicator.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **content** - The tag's content.\n- **removable-indicator** - The tag's removability indicator.",
3886
3886
  "attributes": [
3887
3887
  {
@@ -3943,7 +3943,7 @@
3943
3943
  "references": []
3944
3944
  },
3945
3945
  {
3946
- "name": "sd-2-2-0-teaser",
3946
+ "name": "sd-2-3-0-teaser",
3947
3947
  "description": "Teasers group information into flexible containers so users can browse a collection of related items and actions.\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - An optional main content slot.\n- **media** - An optional media slot.\n- **meta** - An optional meta slot.\n- **headline** - headline slot.\n\n### **CSS Properties:**\n - **--distribution-media** - The distribution ratio of the media. _(default: undefined)_\n- **--distribution-content** - The distribution ratio of the content. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **media** - The container that wraps the media.\n- **content** - The container that wraps the content.\n- **meta** - The container that wraps the meta.\n- **headline** - The container that wraps the headline.\n- **main** - The container that wraps the main content.",
3948
3948
  "attributes": [
3949
3949
  {
@@ -3980,7 +3980,7 @@
3980
3980
  "references": []
3981
3981
  },
3982
3982
  {
3983
- "name": "sd-2-2-0-textarea",
3983
+ "name": "sd-2-3-0-textarea",
3984
3984
  "description": "Textareas collect data from the user and allow multiple lines of text.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the control loses focus.\n- **sd-change** - Emitted when an alteration to the control's value is committed by the user.\n- **sd-focus** - Emitted when the control gains focus.\n- **sd-input** - Emitted when the control receives input.\n- **sd-invalid** - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\n### **Methods:**\n - **focus(options: _FocusOptions_)** - Sets focus on the textarea.\n- **blur()** - Removes focus from the textarea.\n- **select()** - Selects all the text in the textarea.\n- **scrollPosition(position: _{ top?: number; left?: number }_): _{ top: number; left: number } | undefined_** - Gets or sets the textarea's scroll position.\n- **setSelectionRange(selectionStart: _number_, selectionEnd: _number_, selectionDirection: _'forward' | 'backward' | 'none'_)** - Sets the start and end positions of the text selection (0-based).\n- **setRangeText(replacement: _string_, start: _number_, end: _number_, selectMode: _'select' | 'start' | 'end' | 'preserve'_)** - Replaces a range of text with a new string.\n- **checkValidity()** - Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity()** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity(message: _string_)** - Sets a custom validation message. Pass an empty string to restore validity.\n\n### **Slots:**\n - **label** - The textarea's label. Alternatively, you can use the `label` attribute.\n- **help-text** - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n\n### **CSS Parts:**\n - **form-control** - The form control that wraps the label, input, and help text.\n- **form-control-label** - The label's wrapper.\n- **form-control-input** - The input's wrapper.\n- **form-control-help-text** - The help text's wrapper.\n- **base** - The component's base wrapper.\n- **border** - The base part's absolutely positioned border. Allows for easy adjustment of border thickness without affecting component dimensions.\n- **textarea** - The internal `<textarea>` control.",
3985
3985
  "attributes": [
3986
3986
  {
@@ -4162,7 +4162,7 @@
4162
4162
  "references": []
4163
4163
  },
4164
4164
  {
4165
- "name": "sd-2-2-0-tooltip",
4165
+ "name": "sd-2-3-0-tooltip",
4166
4166
  "description": "Tooltips display additional information based on a specific action.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-show** - Emitted when the tooltip begins to show.\n- **sd-after-show** - Emitted after the tooltip has shown and all animations are complete.\n- **sd-hide** - Emitted when the tooltip begins to hide.\n- **sd-after-hide** - Emitted after the tooltip has hidden and all animations are complete.\n\n### **Methods:**\n - **show()** - Shows the tooltip.\n- **hide()** - Hides the tooltip\n\n### **Slots:**\n - _default_ - The tooltip's target element. Avoid slotting in more than one element, as subsequent ones will be ignored.\n- **content** - The content to render in the tooltip. Alternatively, you can use the `content` attribute.\n\n### **CSS Properties:**\n - **--max-width** - The maximum width of the tooltip before its content will wrap. _(default: undefined)_\n- **--hide-delay** - The amount of time to wait before hiding the tooltip when hovering. _(default: undefined)_\n- **--show-delay** - The amount of time to wait before showing the tooltip when hovering. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper, an `<sd-popup>` element.\n- **base__popup** - The popup's exported `popup` part. Use this to target the tooltip's popup container.\n- **base__arrow** - The popup's exported `arrow` part. Use this to target the tooltip's arrow.\n- **body** - The tooltip's body where its content is rendered.",
4167
4167
  "attributes": [
4168
4168
  {
@@ -4230,7 +4230,7 @@
4230
4230
  "references": []
4231
4231
  },
4232
4232
  {
4233
- "name": "sd-2-2-0-video",
4233
+ "name": "sd-2-3-0-video",
4234
4234
  "description": "Used to wrap external video elements (e. g. from Moving Image or bare <video>-Tags) and provide some basic styling for Union Investment.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-play** - Event emitted when clicking the `play-icon`. Listen for this event and use it to play the wrapped video.\n\n### **Slots:**\n - _default_ - The default slot used to pass a video player element.\n- **play-icon** - The video's play icon.\n- **poster** - Specifies an image to be shown before initial play of the wrapped video. Acts like the `poster` attribute on the native video tag.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **play-button** - The `<button>` element wrapper around the play-icon slot (full screen to field all click events).\n- **play-button-bg** - The `<div>` element wrapper around the play-button that defines the circular background.\n- **overlay** - The `<div>` element styled as an absolutely positioned transparent overlay.",
4235
4235
  "attributes": [
4236
4236
  {