@solid-design-system/components 3.0.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. package/dist/components/es/input.js +1 -1
  2. package/dist/components/es/solid-components.js +1 -1
  3. package/dist/components/es/solid-components2.js +1 -1
  4. package/dist/components/umd/solid-components.js +13 -13
  5. package/dist/custom-elements.json +1 -1
  6. package/dist/package/components/icon/library.system.d.ts +1 -0
  7. package/dist/package/components/icon/library.system.js +3 -1
  8. package/dist/package/components/input/input.js +1 -1
  9. package/dist/package/solid-components.d.ts +1 -0
  10. package/dist/package/solid-components.js +2 -0
  11. package/dist/package/utilities/autocomplete-config.d.ts +12 -0
  12. package/dist/package/utilities/autocomplete-config.js +60 -0
  13. package/dist/versioned-components/es/accordion-group.js +1 -1
  14. package/dist/versioned-components/es/accordion.js +1 -1
  15. package/dist/versioned-components/es/badge.js +1 -1
  16. package/dist/versioned-components/es/brandshape.js +1 -1
  17. package/dist/versioned-components/es/button.js +1 -1
  18. package/dist/versioned-components/es/carousel-item.js +1 -1
  19. package/dist/versioned-components/es/carousel.js +3 -3
  20. package/dist/versioned-components/es/checkbox-group.js +1 -1
  21. package/dist/versioned-components/es/checkbox.js +1 -1
  22. package/dist/versioned-components/es/dialog.js +1 -1
  23. package/dist/versioned-components/es/divider.js +1 -1
  24. package/dist/versioned-components/es/drawer.js +1 -1
  25. package/dist/versioned-components/es/dropdown.js +1 -1
  26. package/dist/versioned-components/es/form.js +1 -1
  27. package/dist/versioned-components/es/header.js +1 -1
  28. package/dist/versioned-components/es/icon.js +1 -1
  29. package/dist/versioned-components/es/include.js +1 -1
  30. package/dist/versioned-components/es/input.js +1 -1
  31. package/dist/versioned-components/es/link.js +1 -1
  32. package/dist/versioned-components/es/map-marker.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/solid-components.js +1 -1
  42. package/dist/versioned-components/es/solid-components2.js +1 -1
  43. package/dist/versioned-components/es/spinner.js +1 -1
  44. package/dist/versioned-components/es/switch.js +1 -1
  45. package/dist/versioned-components/es/tab-group.js +1 -1
  46. package/dist/versioned-components/es/tab-panel.js +1 -1
  47. package/dist/versioned-components/es/tab.js +1 -1
  48. package/dist/versioned-components/es/tag.js +1 -1
  49. package/dist/versioned-components/es/teaser-media.js +1 -1
  50. package/dist/versioned-components/es/teaser.js +1 -1
  51. package/dist/versioned-components/es/textarea.js +1 -1
  52. package/dist/versioned-components/es/tooltip.js +2 -2
  53. package/dist/versioned-components/es/video.js +1 -1
  54. package/dist/versioned-package/_components/button-group/button-group.d.ts +1 -1
  55. package/dist/versioned-package/_components/button-group/button-group.js +11 -11
  56. package/dist/versioned-package/components/accordion/accordion.d.ts +1 -1
  57. package/dist/versioned-package/components/accordion/accordion.js +2 -2
  58. package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +1 -1
  59. package/dist/versioned-package/components/accordion-group/accordion-group.js +3 -3
  60. package/dist/versioned-package/components/badge/badge.d.ts +1 -1
  61. package/dist/versioned-package/components/badge/badge.js +1 -1
  62. package/dist/versioned-package/components/brandshape/brandshape.d.ts +1 -1
  63. package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
  64. package/dist/versioned-package/components/button/button.d.ts +1 -1
  65. package/dist/versioned-package/components/button/button.js +4 -4
  66. package/dist/versioned-package/components/carousel/carousel.d.ts +1 -1
  67. package/dist/versioned-package/components/carousel/carousel.js +6 -6
  68. package/dist/versioned-package/components/carousel-item/carousel-item.d.ts +1 -1
  69. package/dist/versioned-package/components/carousel-item/carousel-item.js +1 -1
  70. package/dist/versioned-package/components/checkbox/checkbox.d.ts +1 -1
  71. package/dist/versioned-package/components/checkbox/checkbox.js +4 -4
  72. package/dist/versioned-package/components/checkbox-group/checkbox-group.d.ts +1 -1
  73. package/dist/versioned-package/components/checkbox-group/checkbox-group.js +5 -5
  74. package/dist/versioned-package/components/dialog/dialog.d.ts +1 -1
  75. package/dist/versioned-package/components/dialog/dialog.js +2 -2
  76. package/dist/versioned-package/components/divider/divider.d.ts +1 -1
  77. package/dist/versioned-package/components/divider/divider.js +2 -2
  78. package/dist/versioned-package/components/drawer/drawer.d.ts +1 -1
  79. package/dist/versioned-package/components/drawer/drawer.js +2 -2
  80. package/dist/versioned-package/components/dropdown/dropdown.d.ts +1 -1
  81. package/dist/versioned-package/components/dropdown/dropdown.js +8 -8
  82. package/dist/versioned-package/components/header/header.d.ts +1 -1
  83. package/dist/versioned-package/components/header/header.js +4 -4
  84. package/dist/versioned-package/components/icon/icon.d.ts +1 -1
  85. package/dist/versioned-package/components/icon/icon.js +1 -1
  86. package/dist/versioned-package/components/icon/library.system.d.ts +1 -0
  87. package/dist/versioned-package/components/icon/library.system.js +3 -1
  88. package/dist/versioned-package/components/include/include.d.ts +1 -1
  89. package/dist/versioned-package/components/include/include.js +1 -1
  90. package/dist/versioned-package/components/input/input.d.ts +1 -1
  91. package/dist/versioned-package/components/input/input.js +4 -4
  92. package/dist/versioned-package/components/link/link.d.ts +1 -1
  93. package/dist/versioned-package/components/link/link.js +2 -2
  94. package/dist/versioned-package/components/map-marker/map-marker.d.ts +1 -1
  95. package/dist/versioned-package/components/map-marker/map-marker.js +1 -1
  96. package/dist/versioned-package/components/navigation-item/navigation-item.d.ts +1 -1
  97. package/dist/versioned-package/components/navigation-item/navigation-item.js +3 -3
  98. package/dist/versioned-package/components/notification/notification.d.ts +1 -1
  99. package/dist/versioned-package/components/notification/notification.js +5 -5
  100. package/dist/versioned-package/components/option/option.d.ts +1 -1
  101. package/dist/versioned-package/components/option/option.js +2 -2
  102. package/dist/versioned-package/components/popup/popup.d.ts +1 -1
  103. package/dist/versioned-package/components/popup/popup.js +1 -1
  104. package/dist/versioned-package/components/radio/radio.d.ts +1 -1
  105. package/dist/versioned-package/components/radio/radio.js +2 -2
  106. package/dist/versioned-package/components/radio-button/radio-button.d.ts +1 -1
  107. package/dist/versioned-package/components/radio-button/radio-button.js +2 -2
  108. package/dist/versioned-package/components/radio-group/radio-group.d.ts +2 -2
  109. package/dist/versioned-package/components/radio-group/radio-group.js +15 -15
  110. package/dist/versioned-package/components/select/select.d.ts +4 -4
  111. package/dist/versioned-package/components/select/select.js +29 -29
  112. package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
  113. package/dist/versioned-package/components/spinner/spinner.js +1 -1
  114. package/dist/versioned-package/components/switch/switch.d.ts +1 -1
  115. package/dist/versioned-package/components/switch/switch.js +2 -2
  116. package/dist/versioned-package/components/tab/tab.d.ts +1 -1
  117. package/dist/versioned-package/components/tab/tab.js +2 -2
  118. package/dist/versioned-package/components/tab-group/tab-group.d.ts +1 -1
  119. package/dist/versioned-package/components/tab-group/tab-group.js +15 -15
  120. package/dist/versioned-package/components/tab-panel/tab-panel.d.ts +1 -1
  121. package/dist/versioned-package/components/tab-panel/tab-panel.js +2 -2
  122. package/dist/versioned-package/components/tag/tag.d.ts +1 -1
  123. package/dist/versioned-package/components/tag/tag.js +2 -2
  124. package/dist/versioned-package/components/teaser/teaser.js +1 -1
  125. package/dist/versioned-package/components/teaser-media/teaser-media.js +1 -1
  126. package/dist/versioned-package/components/textarea/textarea.d.ts +1 -1
  127. package/dist/versioned-package/components/textarea/textarea.js +3 -3
  128. package/dist/versioned-package/components/tooltip/tooltip.d.ts +1 -1
  129. package/dist/versioned-package/components/tooltip/tooltip.js +5 -5
  130. package/dist/versioned-package/components/video/video.d.ts +1 -1
  131. package/dist/versioned-package/components/video/video.js +2 -2
  132. package/dist/versioned-package/internal/form.js +3 -3
  133. package/dist/versioned-package/solid-components.d.ts +1 -0
  134. package/dist/versioned-package/solid-components.js +2 -0
  135. package/dist/versioned-package/styles/headline/headline.css.js +1 -1
  136. package/dist/versioned-package/utilities/autocomplete-config.d.ts +12 -0
  137. package/dist/versioned-package/utilities/autocomplete-config.js +60 -0
  138. package/dist/versioned-styles/solid-styles.css +1 -1
  139. package/dist/vscode.html-custom-data.json +38 -38
  140. package/dist/web-types.json +39 -39
  141. package/package.json +5 -4
@@ -81,7 +81,9 @@ const icons = {
81
81
  warning: `
82
82
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.893 2.55295C12.725 2.22395 12.388 2.00195 12 2.00195C11.612 2.00195 11.275 2.22295 11.109 2.54695L2.10598 20.553C2.03998 20.683 2.00098 20.837 2.00098 21C2.00098 21.552 2.44798 21.999 2.99998 22H21C21.552 21.999 21.999 21.552 21.999 21C21.999 20.837 21.96 20.683 21.891 20.548L21.894 20.554L12.893 2.55295ZM4.61698 20L12 5.23695L19.383 20H4.61698Z"/><path d="M11 10.667V15C11 15.552 11.448 16 12 16C12.552 16 13 15.552 13 15V10.667C13 10.115 12.552 9.66695 12 9.66695C11.448 9.66695 11 10.115 11 10.667Z"/><path d="M13 18C13 18.552 12.552 19 12 19C11.448 19 11 18.552 11 18C11 17.448 11.448 17 12 17C12.552 17 13 17.448 13 18Z"/></svg>`,
83
83
  "exclamation-circle": `
84
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 17C13 17.552 12.552 18 12 18C11.448 18 11 17.552 11 17C11 16.448 11.448 16 12 16C12.552 16 13 16.448 13 17Z"/><path d="M12 6C11.448 6 11 6.448 11 7V13C11 13.552 11.448 14 12 14C12.552 14 13 13.552 13 13V7C13 6.448 12.552 6 12 6Z"/><path d="M12 2C6.477 2 2 6.477 2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2ZM12 20C7.582 20 4 16.418 4 12C4 7.582 7.582 4 12 4C16.418 4 20 7.582 20 12C20 16.418 16.418 20 12 20Z"/></svg>`
84
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 17C13 17.552 12.552 18 12 18C11.448 18 11 17.552 11 17C11 16.448 11.448 16 12 16C12.552 16 13 16.448 13 17Z"/><path d="M12 6C11.448 6 11 6.448 11 7V13C11 13.552 11.448 14 12 14C12.552 14 13 13.552 13 13V7C13 6.448 12.552 6 12 6Z"/><path d="M12 2C6.477 2 2 6.477 2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2ZM12 20C7.582 20 4 16.418 4 12C4 7.582 7.582 4 12 4C16.418 4 20 7.582 20 12C20 16.418 16.418 20 12 20Z"/></svg>`,
85
+ "magnifying-glass": `
86
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M21.707 20.293l-6.967-6.96c-0.046-0.046-0.096-0.087-0.15-0.124l-0.004-0.002c0.882-1.162 1.413-2.632 1.413-4.227 0-3.881-3.146-7.027-7.027-7.027s-7.027 3.146-7.027 7.027c0 3.881 3.146 7.027 7.027 7.027 1.594 0 3.065-0.531 4.244-1.426l-0.017 0.013c0.039 0.057 0.081 0.107 0.127 0.153l6.967 6.967c0.181 0.181 0.431 0.292 0.707 0.292s0.526-0.112 0.707-0.292v0c0.183-0.181 0.296-0.432 0.296-0.71s-0.113-0.529-0.296-0.71l-0-0zM9 14c-2.761 0-5-2.239-5-5s2.239-5 5-5c2.761 0 5 2.239 5 5v0c0 2.761-2.239 5-5 5v0z"></path></svg>`
85
87
  };
86
88
  const systemLibrary = {
87
89
  name: "system",
@@ -10,6 +10,6 @@ export default class SdInclude extends SolidElement {
10
10
  }
11
11
  declare global {
12
12
  interface HTMLElementTagNameMap {
13
- 'sd-3-0-0-include': SdInclude;
13
+ 'sd-3-1-0-include': SdInclude;
14
14
  }
15
15
  }
@@ -69,7 +69,7 @@ __decorateClass([
69
69
  watch("src")
70
70
  ], SdInclude.prototype, "handleSrcChange", 1);
71
71
  SdInclude = __decorateClass([
72
- customElement("sd-3-0-0-include")
72
+ customElement("sd-3-1-0-include")
73
73
  ], SdInclude);
74
74
  export {
75
75
  SdInclude as default
@@ -75,6 +75,6 @@ export default class SdInput extends SolidElement implements SolidFormControl {
75
75
  }
76
76
  declare global {
77
77
  interface HTMLElementTagNameMap {
78
- 'sd-3-0-0-input': SdInput;
78
+ 'sd-3-1-0-input': SdInput;
79
79
  }
80
80
  }
@@ -103,7 +103,7 @@ let SdInput = class extends SolidElement {
103
103
  handleClearClick(event) {
104
104
  this.value = "";
105
105
  this.emit("sd-clear");
106
- this.emit("sd-3-0-0-input");
106
+ this.emit("sd-input");
107
107
  this.emit("sd-change");
108
108
  this.input.focus();
109
109
  event.stopPropagation();
@@ -115,7 +115,7 @@ let SdInput = class extends SolidElement {
115
115
  handleInput() {
116
116
  this.value = this.input.value;
117
117
  this.formControlController.updateValidity();
118
- this.emit("sd-3-0-0-input");
118
+ this.emit("sd-input");
119
119
  }
120
120
  handleInvalid(event) {
121
121
  this.formControlController.setValidity(false);
@@ -256,7 +256,7 @@ let SdInput = class extends SolidElement {
256
256
  "min-w-0 flex-grow focus:outline-none bg-transparent placeholder-neutral-700",
257
257
  this.size === "sm" ? "h-6" : "h-8",
258
258
  textSize
259
- )}" type="${this.type === "password" && this.passwordVisible ? "text" : this.type}" title="${this.title}" name="${ifDefined(this.name)}" ?disabled="${this.disabled}" ?readonly="${this.readonly}" ?required="${this.required}" placeholder="${ifDefined(this.placeholder)}" minlength="${ifDefined(this.minlength)}" maxlength="${ifDefined(this.maxlength)}" min="${ifDefined(this.min)}" max="${ifDefined(this.max)}" step="${ifDefined(this.step)}" .value="${live(this.value)}" autocapitalize="${ifDefined(this.type === "password" ? "off" : this.autocapitalize)}" autocomplete="${ifDefined(this.type === "password" ? "off" : this.autocomplete)}" autocorrect="${ifDefined(this.type === "password" ? "off" : this.autocorrect)}" ?autofocus="${this.autofocus}" spellcheck="${this.spellcheck}" pattern="${ifDefined(this.pattern)}" enterkeyhint="${ifDefined(this.enterkeyhint)}" inputmode="${ifDefined(this.inputmode)}" aria-describedby="help-text" @change="${this.handleChange}" @input="${this.handleInput}" @invalid="${this.handleInvalid}" @keydown="${this.handleKeyDown}" @focus="${this.handleFocus}" @blur="${this.handleBlur}"> ${hasClearIcon ? html`<button part="clear-button" class="${cx("flex justify-center ", iconMarginLeft)}" type="button" aria-label="${this.localize.term("clearEntry")}" @click="${this.handleClearClick}" tabindex="-1"><slot name="clear-icon"><sd-3-0-0-icon class="${cx("text-neutral-500", iconSize)}" library="system" name="closing-round"></sd-3-0-0-icon></slot></button>` : ""} ${this.passwordToggle && this.type === "password" ? html`<button aria-label="${this.localize.term(this.passwordVisible ? "hidePassword" : "showPassword")}" part="password-toggle-button" class="flex items-center" type="button" @click="${this.handlePasswordToggle}" tabindex="-1">${this.passwordVisible ? html`<slot name="show-password-icon"><sd-3-0-0-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="eye"></sd-3-0-0-icon></slot>` : html`<slot name="hide-password-icon"><sd-3-0-0-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="eye-crossed-out"></sd-3-0-0-icon></slot>`}</button>` : ""} ${(this.type === "date" || this.type === "datetime-local") && !isFirefox ? html`<sd-3-0-0-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="calendar"></sd-3-0-0-icon>` : ""} ${this.type === "time" ? html`<sd-3-0-0-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="clock"></sd-3-0-0-icon>` : ""} ${this.showInvalidStyle ? html`<sd-3-0-0-icon part="invalid-icon" class="${cx("text-error", iconMarginLeft, iconSize)}" library="system" name="risk"></sd-3-0-0-icon>` : ""} ${this.showValidStyle && this.styleOnValid ? html`<sd-3-0-0-icon class="${cx("text-success flex-shrink-0", iconMarginLeft, iconSize)}" library="system" name="confirm" part="valid-icon"></sd-3-0-0-icon>` : ""} ${slots["right"] ? html`<slot name="right" part="right" class="${cx("inline-flex", iconColor, iconMarginLeft, iconSize)}"></slot>` : ""}</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}">${this.helpText}</slot></div>${this.formControlController.renderInvalidMessage()}`;
259
+ )}" type="${this.type === "password" && this.passwordVisible ? "text" : this.type}" title="${this.title}" name="${ifDefined(this.name)}" ?disabled="${this.disabled}" ?readonly="${this.readonly}" ?required="${this.required}" placeholder="${ifDefined(this.placeholder)}" minlength="${ifDefined(this.minlength)}" maxlength="${ifDefined(this.maxlength)}" min="${ifDefined(this.min)}" max="${ifDefined(this.max)}" step="${ifDefined(this.step)}" .value="${live(this.value)}" autocapitalize="${ifDefined(this.type === "password" ? "off" : this.autocapitalize)}" autocomplete="${ifDefined(this.type === "password" ? "off" : this.autocomplete)}" autocorrect="${ifDefined(this.type === "password" ? "off" : this.autocorrect)}" ?autofocus="${this.autofocus}" spellcheck="${this.spellcheck}" pattern="${ifDefined(this.pattern)}" enterkeyhint="${ifDefined(this.enterkeyhint)}" inputmode="${ifDefined(this.inputmode)}" aria-describedby="help-text" @change="${this.handleChange}" @input="${this.handleInput}" @invalid="${this.handleInvalid}" @keydown="${this.handleKeyDown}" @focus="${this.handleFocus}" @blur="${this.handleBlur}"> ${hasClearIcon ? html`<button part="clear-button" class="${cx("flex justify-center ", iconMarginLeft)}" type="button" aria-label="${this.localize.term("clearEntry")}" @click="${this.handleClearClick}" tabindex="-1"><slot name="clear-icon"><sd-3-1-0-icon class="${cx("text-neutral-500", iconSize)}" library="system" name="closing-round"></sd-3-1-0-icon></slot></button>` : ""} ${this.passwordToggle && this.type === "password" ? html`<button aria-label="${this.localize.term(this.passwordVisible ? "hidePassword" : "showPassword")}" part="password-toggle-button" class="flex items-center" type="button" @click="${this.handlePasswordToggle}" tabindex="-1">${this.passwordVisible ? html`<slot name="show-password-icon"><sd-3-1-0-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="eye"></sd-3-1-0-icon></slot>` : html`<slot name="hide-password-icon"><sd-3-1-0-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="eye-crossed-out"></sd-3-1-0-icon></slot>`}</button>` : ""} ${(this.type === "date" || this.type === "datetime-local") && !isFirefox ? html`<sd-3-1-0-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="calendar"></sd-3-1-0-icon>` : ""} ${this.type === "time" ? html`<sd-3-1-0-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="clock"></sd-3-1-0-icon>` : ""} ${this.type === "search" ? html`<button class="flex items-center" type="button" tabindex="-1"><sd-3-1-0-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="magnifying-glass"></sd-3-1-0-icon></button>` : ""} ${this.showInvalidStyle ? html`<sd-3-1-0-icon part="invalid-icon" class="${cx("text-error", iconMarginLeft, iconSize)}" library="system" name="risk"></sd-3-1-0-icon>` : ""} ${this.showValidStyle && this.styleOnValid ? html`<sd-3-1-0-icon class="${cx("text-success flex-shrink-0", iconMarginLeft, iconSize)}" library="system" name="confirm" part="valid-icon"></sd-3-1-0-icon>` : ""} ${slots["right"] ? html`<slot name="right" part="right" class="${cx("inline-flex", iconColor, iconMarginLeft, iconSize)}"></slot>` : ""}</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}">${this.helpText}</slot></div>${this.formControlController.renderInvalidMessage()}`;
260
260
  }
261
261
  };
262
262
  SdInput.styles = [
@@ -389,7 +389,7 @@ __decorateClass([
389
389
  watch("value", { waitUntilFirstUpdate: true })
390
390
  ], SdInput.prototype, "handleValueChange", 1);
391
391
  SdInput = __decorateClass([
392
- customElement("sd-3-0-0-input")
392
+ customElement("sd-3-1-0-input")
393
393
  ], SdInput);
394
394
  export {
395
395
  SdInput as default
@@ -17,6 +17,6 @@ export default class SdLink extends SolidElement {
17
17
  }
18
18
  declare global {
19
19
  interface HTMLElementTagNameMap {
20
- 'sd-3-0-0-link': SdLink;
20
+ 'sd-3-1-0-link': SdLink;
21
21
  }
22
22
  }
@@ -77,7 +77,7 @@ let SdLink = class extends SolidElement {
77
77
  };
78
78
  SdLink.styles = [
79
79
  SolidElement.styles,
80
- css`::slotted(sd-3-0-0-icon){font-size:1.25em;margin-bottom:-.25em}:host([size=sm][standalone]) ::slotted(sd-3-0-0-icon){font-size:var(--sd-font-size-base,1rem)}:host([size=lg][standalone]) ::slotted(sd-3-0-0-icon){font-size:var(--sd-font-size-xl,1.5rem)}`
80
+ css`::slotted(sd-3-1-0-icon){font-size:1.25em;margin-bottom:-.25em}:host([size=sm][standalone]) ::slotted(sd-3-1-0-icon){font-size:var(--sd-font-size-base,1rem)}:host([size=lg][standalone]) ::slotted(sd-3-1-0-icon){font-size:var(--sd-font-size-xl,1.5rem)}`
81
81
  ];
82
82
  __decorateClass([
83
83
  query("a")
@@ -101,7 +101,7 @@ __decorateClass([
101
101
  property()
102
102
  ], SdLink.prototype, "download", 2);
103
103
  SdLink = __decorateClass([
104
- customElement("sd-3-0-0-link")
104
+ customElement("sd-3-1-0-link")
105
105
  ], SdLink);
106
106
  export {
107
107
  SdLink as default
@@ -11,6 +11,6 @@ export default class SdMapMarker extends SolidElement {
11
11
  }
12
12
  declare global {
13
13
  interface HTMLElementTagNameMap {
14
- 'sd-3-0-0-map-marker': SdMapMarker;
14
+ 'sd-3-1-0-map-marker': SdMapMarker;
15
15
  }
16
16
  }
@@ -64,7 +64,7 @@ __decorateClass([
64
64
  property({ type: Boolean, reflect: true })
65
65
  ], SdMapMarker.prototype, "animated", 2);
66
66
  SdMapMarker = __decorateClass([
67
- customElement("sd-3-0-0-map-marker")
67
+ customElement("sd-3-1-0-map-marker")
68
68
  ], SdMapMarker);
69
69
  export {
70
70
  SdMapMarker as default
@@ -26,6 +26,6 @@ export default class SdNavigationItem extends SolidElement {
26
26
  }
27
27
  declare global {
28
28
  interface HTMLElementTagNameMap {
29
- 'sd-3-0-0-navigation-item': SdNavigationItem;
29
+ 'sd-3-1-0-navigation-item': SdNavigationItem;
30
30
  }
31
31
  }
@@ -103,10 +103,10 @@ let SdNavigationItem = class extends SolidElement {
103
103
  isAccordion ? "grow" : "w-full",
104
104
  slots["description"] ? "pb-1" : horizontalPaddingBottom,
105
105
  this.calculatePaddingX()
106
- )}">${this.divider && this.vertical ? html`<sd-3-0-0-divider part="divider" class="${cx("w-full transition-all absolute -top-[1px] left-0", this.calculatePaddingX())}"></sd-3-0-0-divider>` : ""} <span part="content-container" class="inline-flex items-center flex-auto"><slot part="content" class="inline"></slot></span>${(this.chevron || slots["children"]) && this.vertical ? html`<sd-3-0-0-icon name="chevron-down" part="chevron" library="system" color="currentColor" class="${cx(
106
+ )}">${this.divider && this.vertical ? html`<sd-3-1-0-divider part="divider" class="${cx("w-full transition-all absolute -top-[1px] left-0", this.calculatePaddingX())}"></sd-3-1-0-divider>` : ""} <span part="content-container" class="inline-flex items-center flex-auto"><slot part="content" class="inline"></slot></span>${(this.chevron || slots["children"]) && this.vertical ? html`<sd-3-1-0-icon name="chevron-down" part="chevron" library="system" color="currentColor" class="${cx(
107
107
  "h-6 w-6 ml-2 transition-all",
108
108
  isAccordion ? this.open ? "rotate-180" : "rotate-0" : "rotate-[270deg]"
109
- )}"></sd-3-0-0-icon>` : ""} </span>${slots["description"] && this.vertical ? html`<slot name="description" part="description" class="${cx(
109
+ )}"></sd-3-1-0-icon>` : ""} </span>${slots["description"] && this.vertical ? html`<slot name="description" part="description" class="${cx(
110
110
  "inline-block text-sm text-left text-black",
111
111
  isAccordion ? "grow" : "w-full",
112
112
  horizontalPaddingBottom,
@@ -157,7 +157,7 @@ __decorateClass([
157
157
  property({ type: Boolean, reflect: true })
158
158
  ], SdNavigationItem.prototype, "open", 2);
159
159
  SdNavigationItem = __decorateClass([
160
- customElement("sd-3-0-0-navigation-item")
160
+ customElement("sd-3-1-0-navigation-item")
161
161
  ], SdNavigationItem);
162
162
  export {
163
163
  SdNavigationItem as default
@@ -26,6 +26,6 @@ export default class SdNotification extends SolidElement {
26
26
  }
27
27
  declare global {
28
28
  interface HTMLElementTagNameMap {
29
- 'sd-3-0-0-notification': SdNotification;
29
+ 'sd-3-1-0-notification': SdNotification;
30
30
  }
31
31
  }
@@ -129,7 +129,7 @@ let SdNotification = class extends SolidElement {
129
129
  () => {
130
130
  toastStack.removeChild(this);
131
131
  resolve();
132
- if (toastStack.querySelector("sd-3-0-0-notification") === null) {
132
+ if (toastStack.querySelector("sd-3-1-0-notification") === null) {
133
133
  toastStack.remove();
134
134
  }
135
135
  },
@@ -146,15 +146,15 @@ let SdNotification = class extends SolidElement {
146
146
  warning: "bg-warning",
147
147
  error: "bg-error"
148
148
  }[this.variant]
149
- )}"><sd-3-0-0-icon name="${{
149
+ )}"><sd-3-1-0-icon name="${{
150
150
  info: "info-circle",
151
151
  success: "confirm-circle",
152
152
  warning: "exclamation-circle",
153
153
  error: "warning"
154
- }[this.variant] || ""}" library="system" class="h-6 w-6 text-white"></sd-3-0-0-icon></slot><div part="content" class="${cx(
154
+ }[this.variant] || ""}" library="system" class="h-6 w-6 text-white"></sd-3-1-0-icon></slot><div part="content" class="${cx(
155
155
  "h-full w-full p-1 gap-2 flex items-center justify-stretch bg-white",
156
156
  "border-solid border-[1px] border-l-0 border-neutral-400"
157
- )}"><slot part="message" class="block w-full pl-3 py-2" aria-live="polite"></slot>${this.closable ? html`<sd-3-0-0-button size="md" variant="tertiary" part="close-button" class="ml-auto flex flex-[0_0_auto] items-stretch" label="${this.localize.term("close")}" @click="${this.handleCloseClick}"><sd-3-0-0-icon name="close" library="system" color="currentColor"></sd-3-0-0-icon></sd-3-0-0-button>` : ""}</div>${this.durationIndicator ? html`<div part="duration-indicator__elapsed" id="duration-indicator__elapsed" style="${`animation-duration: ${this.duration}ms`}" class="${cx(`absolute w-0 h-[2px] bottom-0 bg-primary z-10 animate-grow`)}"></div><div part="duration-indicator__total" class="w-full h-[2px] bottom-0 absolute bg-neutral-400"></div>` : ""}</div>`;
157
+ )}"><slot part="message" class="block w-full pl-3 py-2" aria-live="polite"></slot>${this.closable ? html`<sd-3-1-0-button size="md" variant="tertiary" part="close-button" class="ml-auto flex flex-[0_0_auto] items-stretch" label="${this.localize.term("close")}" @click="${this.handleCloseClick}"><sd-3-1-0-icon name="close" library="system" color="currentColor"></sd-3-1-0-icon></sd-3-1-0-button>` : ""}</div>${this.durationIndicator ? html`<div part="duration-indicator__elapsed" id="duration-indicator__elapsed" style="${`animation-duration: ${this.duration}ms`}" class="${cx(`absolute w-0 h-[2px] bottom-0 bg-primary z-10 animate-grow`)}"></div><div part="duration-indicator__total" class="w-full h-[2px] bottom-0 absolute bg-neutral-400"></div>` : ""}</div>`;
158
158
  }
159
159
  };
160
160
  SdNotification.styles = [
@@ -190,7 +190,7 @@ __decorateClass([
190
190
  watch("duration")
191
191
  ], SdNotification.prototype, "handleDurationChange", 1);
192
192
  SdNotification = __decorateClass([
193
- customElement("sd-3-0-0-notification")
193
+ customElement("sd-3-1-0-notification")
194
194
  ], SdNotification);
195
195
  setDefaultAnimation("notification.show", {
196
196
  keyframes: [
@@ -25,6 +25,6 @@ export default class SdOption extends SolidElement {
25
25
  }
26
26
  declare global {
27
27
  interface HTMLElementTagNameMap {
28
- 'sd-3-0-0-option': SdOption;
28
+ 'sd-3-1-0-option': SdOption;
29
29
  }
30
30
  }
@@ -94,7 +94,7 @@ let SdOption = class extends SolidElement {
94
94
  )}"></span> ${this.checkbox ? html`<span id="control" part="control ${this.selected ? " control--checked" : "control--unchecked"}" class="${cx(
95
95
  "relative flex flex-initial items-center justify-center border rounded-sm h-4 w-4 mr-2",
96
96
  this.disabled ? "border-neutral-500" : this.selected ? "bg-accent border-accent" : "border-neutral-800"
97
- )}">${this.selected ? html`<sd-3-0-0-icon part="checked-icon" class="text-white w-3 h-3" library="system" name="status-hook"></sd-3-0-0-icon>` : ""}</span>` : ""} ${slots["left"] ? html`<slot name="left" part="left" class="inline-flex mr-2"></slot>` : ""}<slot part="label" class="inline-block flex-grow" @slotchange="${this.handleDefaultSlotChange}"></slot>${slots["right"] ? html`<slot name="right" part="right" class="inline-flex ml-2"></slot>` : ""}</div>`;
97
+ )}">${this.selected ? html`<sd-3-1-0-icon part="checked-icon" class="text-white w-3 h-3" library="system" name="status-hook"></sd-3-1-0-icon>` : ""}</span>` : ""} ${slots["left"] ? html`<slot name="left" part="left" class="inline-flex mr-2"></slot>` : ""}<slot part="label" class="inline-block flex-grow" @slotchange="${this.handleDefaultSlotChange}"></slot>${slots["right"] ? html`<slot name="right" part="right" class="inline-flex ml-2"></slot>` : ""}</div>`;
98
98
  }
99
99
  };
100
100
  SdOption.styles = [
@@ -136,7 +136,7 @@ __decorateClass([
136
136
  watch("value")
137
137
  ], SdOption.prototype, "handleValueChange", 1);
138
138
  SdOption = __decorateClass([
139
- customElement("sd-3-0-0-option")
139
+ customElement("sd-3-1-0-option")
140
140
  ], SdOption);
141
141
  export {
142
142
  SdOption as default
@@ -40,6 +40,6 @@ export default class SdPopup extends SolidElement {
40
40
  }
41
41
  declare global {
42
42
  interface HTMLElementTagNameMap {
43
- 'sd-3-0-0-popup': SdPopup;
43
+ 'sd-3-1-0-popup': SdPopup;
44
44
  }
45
45
  }
@@ -329,7 +329,7 @@ __decorateClass([
329
329
  property({ attribute: "auto-size-padding", type: Number })
330
330
  ], SdPopup.prototype, "autoSizePadding", 2);
331
331
  SdPopup = __decorateClass([
332
- customElement("sd-3-0-0-popup")
332
+ customElement("sd-3-1-0-popup")
333
333
  ], SdPopup);
334
334
  export {
335
335
  SdPopup as default
@@ -22,6 +22,6 @@ export default class SdRadio extends SolidElement {
22
22
  }
23
23
  declare global {
24
24
  interface HTMLElementTagNameMap {
25
- 'sd-3-0-0-radio': SdRadio;
25
+ 'sd-3-1-0-radio': SdRadio;
26
26
  }
27
27
  }
@@ -73,7 +73,7 @@ let SdRadio = class extends SolidElement {
73
73
  }
74
74
  render() {
75
75
  return html`<span part="base" class="${cx(
76
- "sd-3-0-0-radio group inline-flex items-start items-center text-base leading-normal text-black cursor-pointer align-middle",
76
+ "sd-3-1-0-radio group inline-flex items-start items-center text-base leading-normal text-black cursor-pointer align-middle",
77
77
  this.disabled && "hover:cursor-not-allowed",
78
78
  {
79
79
  /* sizes, fonts */
@@ -121,7 +121,7 @@ __decorateClass([
121
121
  watch("disabled", { waitUntilFirstUpdate: true })
122
122
  ], SdRadio.prototype, "handleDisabledChange", 1);
123
123
  SdRadio = __decorateClass([
124
- customElement("sd-3-0-0-radio")
124
+ customElement("sd-3-1-0-radio")
125
125
  ], SdRadio);
126
126
  export {
127
127
  SdRadio as default
@@ -20,6 +20,6 @@ export default class SdRadioButton extends SolidElement {
20
20
  }
21
21
  declare global {
22
22
  interface HTMLElementTagNameMap {
23
- 'sd-3-0-0-radio-button': SdRadioButton;
23
+ 'sd-3-1-0-radio-button': SdRadioButton;
24
24
  }
25
25
  }
@@ -84,7 +84,7 @@ let SdRadioButton = class extends SolidElement {
84
84
  SdRadioButton.styles = [
85
85
  SolidElement.styles,
86
86
  componentStyles,
87
- css`:host{display:block;width:-moz-min-content;width:min-content}.hidden-input{all:unset;position:absolute;inset:var(--sd-spacing-0,0);z-index:-10;opacity:var(--sd-opacity-0,0);outline-style:dotted;outline-width:1px;outline-color:rgb(var(--sd-color-error,204 25 55) / 1)}.lg-label{height:var(--sd-spacing-12,3rem)}.lg-no-label{height:var(--sd-spacing-12,3rem);width:var(--sd-spacing-12,3rem)}.md-label{height:var(--sd-spacing-10,2.5rem)}.md-no-label{height:var(--sd-spacing-10,2.5rem);width:var(--sd-spacing-10,2.5rem)}.sm-label{height:var(--sd-spacing-8,2rem)}.sm-no-label{height:var(--sd-spacing-8,2rem);width:var(--sd-spacing-8,2rem)}:host(.sd-3-0-0-button-group__button--first:not(.sd-3-0-0-button-group__button--last)) button{border-top-right-radius:var(--sd-border-radius-none,0);border-bottom-right-radius:var(--sd-border-radius-none,0)}:host(.sd-3-0-0-button-group__button--inner) button{border-radius:var(--sd-border-radius-none,0)}:host(.sd-3-0-0-button-group__button--last:not(.sd-3-0-0-button-group__button--first)) button{border-top-left-radius:var(--sd-border-radius-none,0);border-bottom-left-radius:var(--sd-border-radius-none,0)}:host(.sd-3-0-0-button-group__button:not(.sd-3-0-0-button-group__button--first)){margin-inline-start:-1px}:host(.sd-3-0-0-button-group__button--hover){z-index:10}:host(.sd-3-0-0-button-group__button--focus),:host(.sd-3-0-0-button-group__button[checked]){z-index:20}`
87
+ css`:host{display:block;width:-moz-min-content;width:min-content}.hidden-input{all:unset;position:absolute;inset:var(--sd-spacing-0,0);z-index:-10;opacity:var(--sd-opacity-0,0);outline-style:dotted;outline-width:1px;outline-color:rgb(var(--sd-color-error,204 25 55) / 1)}.lg-label{height:var(--sd-spacing-12,3rem)}.lg-no-label{height:var(--sd-spacing-12,3rem);width:var(--sd-spacing-12,3rem)}.md-label{height:var(--sd-spacing-10,2.5rem)}.md-no-label{height:var(--sd-spacing-10,2.5rem);width:var(--sd-spacing-10,2.5rem)}.sm-label{height:var(--sd-spacing-8,2rem)}.sm-no-label{height:var(--sd-spacing-8,2rem);width:var(--sd-spacing-8,2rem)}:host(.sd-3-1-0-button-group__button--first:not(.sd-3-1-0-button-group__button--last)) button{border-top-right-radius:var(--sd-border-radius-none,0);border-bottom-right-radius:var(--sd-border-radius-none,0)}:host(.sd-3-1-0-button-group__button--inner) button{border-radius:var(--sd-border-radius-none,0)}:host(.sd-3-1-0-button-group__button--last:not(.sd-3-1-0-button-group__button--first)) button{border-top-left-radius:var(--sd-border-radius-none,0);border-bottom-left-radius:var(--sd-border-radius-none,0)}:host(.sd-3-1-0-button-group__button:not(.sd-3-1-0-button-group__button--first)){margin-inline-start:-1px}:host(.sd-3-1-0-button-group__button--hover){z-index:10}:host(.sd-3-1-0-button-group__button--focus),:host(.sd-3-1-0-button-group__button[checked]){z-index:20}`
88
88
  ];
89
89
  __decorateClass([
90
90
  query(".button")
@@ -111,7 +111,7 @@ __decorateClass([
111
111
  watch("disabled", { waitUntilFirstUpdate: true })
112
112
  ], SdRadioButton.prototype, "handleDisabledChange", 1);
113
113
  SdRadioButton = __decorateClass([
114
- customElement("sd-3-0-0-radio-button")
114
+ customElement("sd-3-1-0-radio-button")
115
115
  ], SdRadioButton);
116
116
  export {
117
117
  SdRadioButton as default
@@ -4,7 +4,7 @@ import SolidElement from '../../internal/solid-element';
4
4
  import type { SolidFormControl } from '../../internal/solid-element';
5
5
  export default class SdRadioGroup extends SolidElement implements SolidFormControl {
6
6
  static dependencies: {
7
- 'sd-3-0-0-button-group': typeof SdButtonGroup;
7
+ 'sd-3-1-0-button-group': typeof SdButtonGroup;
8
8
  };
9
9
  protected readonly formControlController: FormControlController;
10
10
  private readonly hasSlotController;
@@ -48,6 +48,6 @@ export default class SdRadioGroup extends SolidElement implements SolidFormContr
48
48
  }
49
49
  declare global {
50
50
  interface HTMLElementTagNameMap {
51
- 'sd-3-0-0-radio-group': SdRadioGroup;
51
+ 'sd-3-1-0-radio-group': SdRadioGroup;
52
52
  }
53
53
  }
@@ -68,10 +68,10 @@ let SdRadioGroup = class extends SolidElement {
68
68
  this.formControlController.updateValidity();
69
69
  }
70
70
  getAllRadios() {
71
- return [...this.querySelectorAll("sd-3-0-0-radio, sd-3-0-0-radio-button")];
71
+ return [...this.querySelectorAll("sd-3-1-0-radio, sd-3-1-0-radio-button")];
72
72
  }
73
73
  handleRadioClick(event) {
74
- const target = event.target.closest("sd-3-0-0-radio, sd-3-0-0-radio-button");
74
+ const target = event.target.closest("sd-3-1-0-radio, sd-3-1-0-radio-button");
75
75
  const radios = this.getAllRadios();
76
76
  const oldValue = this.value;
77
77
  if (target.disabled) {
@@ -81,7 +81,7 @@ let SdRadioGroup = class extends SolidElement {
81
81
  radios.forEach((radio) => radio.checked = radio === target);
82
82
  if (this.value !== oldValue) {
83
83
  this.emit("sd-change");
84
- this.emit("sd-3-0-0-input");
84
+ this.emit("sd-input");
85
85
  }
86
86
  }
87
87
  handleKeyDown(event) {
@@ -115,7 +115,7 @@ let SdRadioGroup = class extends SolidElement {
115
115
  }
116
116
  if (this.value !== oldValue) {
117
117
  this.emit("sd-change");
118
- this.emit("sd-3-0-0-input");
118
+ this.emit("sd-input");
119
119
  }
120
120
  event.preventDefault();
121
121
  }
@@ -147,7 +147,7 @@ let SdRadioGroup = class extends SolidElement {
147
147
  }
148
148
  })
149
149
  );
150
- this.hasButtonGroup = radios.some((radio) => radio.tagName.toLowerCase() === "sd-3-0-0-radio-button");
150
+ this.hasButtonGroup = radios.some((radio) => radio.tagName.toLowerCase() === "sd-3-1-0-radio-button");
151
151
  if (!radios.some((radio) => radio.checked)) {
152
152
  if (this.hasButtonGroup) {
153
153
  const buttonRadio = (_a = radios[0].shadowRoot) == null ? void 0 : _a.querySelector("button");
@@ -159,26 +159,26 @@ let SdRadioGroup = class extends SolidElement {
159
159
  }
160
160
  }
161
161
  if (this.hasButtonGroup) {
162
- const buttonGroup = (_b = this.shadowRoot) == null ? void 0 : _b.querySelector("sd-3-0-0-button-group");
162
+ const buttonGroup = (_b = this.shadowRoot) == null ? void 0 : _b.querySelector("sd-3-1-0-button-group");
163
163
  if (buttonGroup) {
164
164
  buttonGroup.disableRole = true;
165
165
  }
166
166
  }
167
167
  }
168
168
  syncRadios() {
169
- if (customElements.get("sd-3-0-0-radio") && customElements.get("sd-3-0-0-radio-button")) {
169
+ if (customElements.get("sd-3-1-0-radio") && customElements.get("sd-3-1-0-radio-button")) {
170
170
  this.syncRadioElements();
171
171
  return;
172
172
  }
173
- if (customElements.get("sd-3-0-0-radio")) {
173
+ if (customElements.get("sd-3-1-0-radio")) {
174
174
  this.syncRadioElements();
175
175
  } else {
176
- customElements.whenDefined("sd-3-0-0-radio").then(() => this.syncRadios());
176
+ customElements.whenDefined("sd-3-1-0-radio").then(() => this.syncRadios());
177
177
  }
178
- if (customElements.get("sd-3-0-0-radio-button")) {
178
+ if (customElements.get("sd-3-1-0-radio-button")) {
179
179
  this.syncRadioElements();
180
180
  } else {
181
- customElements.whenDefined("sd-3-0-0-radio-button").then(() => this.syncRadios());
181
+ customElements.whenDefined("sd-3-1-0-radio-button").then(() => this.syncRadios());
182
182
  }
183
183
  }
184
184
  updateCheckedRadio() {
@@ -253,14 +253,14 @@ let SdRadioGroup = class extends SolidElement {
253
253
  vertical: "flex-col",
254
254
  horizontal: "flex-row"
255
255
  }[this.orientation]
256
- )}"><div class="sr-only"><label><input id="validation-input" type="text" ?required="${this.required}" tabindex="-1" hidden @invalid="${this.handleInvalid}"></label></div>${this.hasButtonGroup ? html`<sd-3-0-0-button-group part="button-group" exportparts="base:button-group__base" role="presentation">${defaultSlot}</sd-3-0-0-button-group>` : defaultSlot}</div></fieldset>${this.formControlController.renderInvalidMessage()}`;
256
+ )}"><div class="sr-only"><label><input id="validation-input" type="text" ?required="${this.required}" tabindex="-1" hidden @invalid="${this.handleInvalid}"></label></div>${this.hasButtonGroup ? html`<sd-3-1-0-button-group part="button-group" exportparts="base:button-group__base" role="presentation">${defaultSlot}</sd-3-1-0-button-group>` : defaultSlot}</div></fieldset>${this.formControlController.renderInvalidMessage()}`;
257
257
  }
258
258
  };
259
- SdRadioGroup.dependencies = { "sd-3-0-0-button-group": SdButtonGroup };
259
+ SdRadioGroup.dependencies = { "sd-3-1-0-button-group": SdButtonGroup };
260
260
  SdRadioGroup.styles = [
261
261
  componentStyles,
262
262
  SolidElement.styles,
263
- css`:host{display:block}:host([orientation=vertical]) ::slotted(sd-3-0-0-radio){margin-bottom:var(--sd-spacing-2,.5rem);display:flex}:host([orientation=vertical]) ::slotted(sd-3-0-0-radio:last-of-type){margin-bottom:var(--sd-spacing-0,0)}:host([orientation=horizontal]) ::slotted(sd-3-0-0-radio){margin-right:var(--sd-spacing-6,1.5rem)}:host([orientation=horizontal]) ::slotted(sd-3-0-0-radio:last-of-type){margin-right:var(--sd-spacing-0,0)}:host([orientation=horizontal]):host([size=sm]) ::slotted(sd-3-0-0-radio){margin-right:var(--sd-spacing-4,1rem)}:host([orientation=horizontal]):host([size=sm]) ::slotted(sd-3-0-0-radio:last-of-type){margin-right:var(--sd-spacing-0,0)}:host([required]) #label::after{content:' *'}`
263
+ css`:host{display:block}:host([orientation=vertical]) ::slotted(sd-3-1-0-radio){margin-bottom:var(--sd-spacing-2,.5rem);display:flex}:host([orientation=vertical]) ::slotted(sd-3-1-0-radio:last-of-type){margin-bottom:var(--sd-spacing-0,0)}:host([orientation=horizontal]) ::slotted(sd-3-1-0-radio){margin-right:var(--sd-spacing-6,1.5rem)}:host([orientation=horizontal]) ::slotted(sd-3-1-0-radio:last-of-type){margin-right:var(--sd-spacing-0,0)}:host([orientation=horizontal]):host([size=sm]) ::slotted(sd-3-1-0-radio){margin-right:var(--sd-spacing-4,1rem)}:host([orientation=horizontal]):host([size=sm]) ::slotted(sd-3-1-0-radio:last-of-type){margin-right:var(--sd-spacing-0,0)}:host([required]) #label::after{content:' *'}`
264
264
  ];
265
265
  __decorateClass([
266
266
  query("slot:not([name])")
@@ -314,7 +314,7 @@ __decorateClass([
314
314
  watch("value")
315
315
  ], SdRadioGroup.prototype, "handleValueChange", 1);
316
316
  SdRadioGroup = __decorateClass([
317
- customElement("sd-3-0-0-radio-group")
317
+ customElement("sd-3-1-0-radio-group")
318
318
  ], SdRadioGroup);
319
319
  export {
320
320
  SdRadioGroup as default
@@ -7,9 +7,9 @@ import type { TemplateResult } from 'lit';
7
7
  import type SdOption from '../option/option';
8
8
  export default class SdSelect extends SolidElement implements SolidFormControl {
9
9
  static dependencies: {
10
- 'sd-3-0-0-icon': typeof SdIcon;
11
- 'sd-3-0-0-popup': typeof SdPopup;
12
- 'sd-3-0-0-tag': typeof SdTag;
10
+ 'sd-3-1-0-icon': typeof SdIcon;
11
+ 'sd-3-1-0-popup': typeof SdPopup;
12
+ 'sd-3-1-0-tag': typeof SdTag;
13
13
  };
14
14
  private readonly formControlController;
15
15
  private readonly hasSlotController;
@@ -97,6 +97,6 @@ export default class SdSelect extends SolidElement implements SolidFormControl {
97
97
  }
98
98
  declare global {
99
99
  interface HTMLElementTagNameMap {
100
- 'sd-3-0-0-select': SdSelect;
100
+ 'sd-3-1-0-select': SdSelect;
101
101
  }
102
102
  }