@solid-design-system/components 3.7.2 → 3.8.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 (146) hide show
  1. package/dist/components/es/flipcard.js +1 -0
  2. package/dist/components/es/solid-components2.js +1 -1
  3. package/dist/components/umd/solid-components.js +18 -18
  4. package/dist/custom-elements.json +1 -1
  5. package/dist/package/components/flipcard/flipcard.d.ts +23 -0
  6. package/dist/package/components/flipcard/flipcard.js +180 -0
  7. package/dist/package/solid-components.d.ts +1 -0
  8. package/dist/package/solid-components.js +58 -56
  9. package/dist/package/styles/tailwind.css.js +1 -1
  10. package/dist/versioned-components/es/accordion-group.js +1 -1
  11. package/dist/versioned-components/es/accordion.js +1 -1
  12. package/dist/versioned-components/es/badge.js +1 -1
  13. package/dist/versioned-components/es/brandshape.js +1 -1
  14. package/dist/versioned-components/es/button.js +1 -1
  15. package/dist/versioned-components/es/carousel-item.js +1 -1
  16. package/dist/versioned-components/es/carousel.js +3 -3
  17. package/dist/versioned-components/es/checkbox-group.js +1 -1
  18. package/dist/versioned-components/es/checkbox.js +1 -1
  19. package/dist/versioned-components/es/dialog.js +1 -1
  20. package/dist/versioned-components/es/divider.js +1 -1
  21. package/dist/versioned-components/es/drawer.js +1 -1
  22. package/dist/versioned-components/es/dropdown.js +1 -1
  23. package/dist/versioned-components/es/flipcard.js +1 -0
  24. package/dist/versioned-components/es/form.js +1 -1
  25. package/dist/versioned-components/es/header.js +1 -1
  26. package/dist/versioned-components/es/icon.js +1 -1
  27. package/dist/versioned-components/es/include.js +1 -1
  28. package/dist/versioned-components/es/input.js +1 -1
  29. package/dist/versioned-components/es/link.js +1 -1
  30. package/dist/versioned-components/es/map-marker.js +1 -1
  31. package/dist/versioned-components/es/navigation-item.js +1 -1
  32. package/dist/versioned-components/es/notification.js +1 -1
  33. package/dist/versioned-components/es/option.js +1 -1
  34. package/dist/versioned-components/es/radio-button.js +1 -1
  35. package/dist/versioned-components/es/radio-group.js +1 -1
  36. package/dist/versioned-components/es/radio.js +1 -1
  37. package/dist/versioned-components/es/scrollable.js +1 -1
  38. package/dist/versioned-components/es/select.js +3 -3
  39. package/dist/versioned-components/es/solid-components2.js +1 -1
  40. package/dist/versioned-components/es/spinner.js +1 -1
  41. package/dist/versioned-components/es/step-group.js +1 -1
  42. package/dist/versioned-components/es/step.js +1 -1
  43. package/dist/versioned-components/es/switch.js +1 -1
  44. package/dist/versioned-components/es/tab-group.js +1 -1
  45. package/dist/versioned-components/es/tab-panel.js +1 -1
  46. package/dist/versioned-components/es/tab.js +1 -1
  47. package/dist/versioned-components/es/tag.js +1 -1
  48. package/dist/versioned-components/es/teaser-media.js +1 -1
  49. package/dist/versioned-components/es/teaser.js +1 -1
  50. package/dist/versioned-components/es/textarea.js +1 -1
  51. package/dist/versioned-components/es/tooltip.js +2 -2
  52. package/dist/versioned-components/es/video.js +1 -1
  53. package/dist/versioned-package/_components/button-group/button-group.d.ts +1 -1
  54. package/dist/versioned-package/_components/button-group/button-group.js +11 -11
  55. package/dist/versioned-package/components/accordion/accordion.d.ts +1 -1
  56. package/dist/versioned-package/components/accordion/accordion.js +2 -2
  57. package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +1 -1
  58. package/dist/versioned-package/components/accordion-group/accordion-group.js +3 -3
  59. package/dist/versioned-package/components/badge/badge.d.ts +1 -1
  60. package/dist/versioned-package/components/badge/badge.js +1 -1
  61. package/dist/versioned-package/components/brandshape/brandshape.d.ts +1 -1
  62. package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
  63. package/dist/versioned-package/components/button/button.d.ts +1 -1
  64. package/dist/versioned-package/components/button/button.js +4 -4
  65. package/dist/versioned-package/components/carousel/carousel.d.ts +1 -1
  66. package/dist/versioned-package/components/carousel/carousel.js +6 -6
  67. package/dist/versioned-package/components/carousel-item/carousel-item.d.ts +1 -1
  68. package/dist/versioned-package/components/carousel-item/carousel-item.js +1 -1
  69. package/dist/versioned-package/components/checkbox/checkbox.d.ts +1 -1
  70. package/dist/versioned-package/components/checkbox/checkbox.js +3 -3
  71. package/dist/versioned-package/components/checkbox-group/checkbox-group.d.ts +1 -1
  72. package/dist/versioned-package/components/checkbox-group/checkbox-group.js +5 -5
  73. package/dist/versioned-package/components/dialog/dialog.d.ts +1 -1
  74. package/dist/versioned-package/components/dialog/dialog.js +2 -2
  75. package/dist/versioned-package/components/divider/divider.d.ts +1 -1
  76. package/dist/versioned-package/components/divider/divider.js +2 -2
  77. package/dist/versioned-package/components/drawer/drawer.d.ts +1 -1
  78. package/dist/versioned-package/components/drawer/drawer.js +2 -2
  79. package/dist/versioned-package/components/dropdown/dropdown.d.ts +1 -1
  80. package/dist/versioned-package/components/dropdown/dropdown.js +8 -8
  81. package/dist/versioned-package/components/flipcard/flipcard.d.ts +23 -0
  82. package/dist/versioned-package/components/flipcard/flipcard.js +180 -0
  83. package/dist/versioned-package/components/header/header.d.ts +1 -1
  84. package/dist/versioned-package/components/header/header.js +4 -4
  85. package/dist/versioned-package/components/icon/icon.d.ts +1 -1
  86. package/dist/versioned-package/components/icon/icon.js +1 -1
  87. package/dist/versioned-package/components/include/include.d.ts +1 -1
  88. package/dist/versioned-package/components/include/include.js +1 -1
  89. package/dist/versioned-package/components/input/input.d.ts +1 -1
  90. package/dist/versioned-package/components/input/input.js +2 -2
  91. package/dist/versioned-package/components/link/link.d.ts +1 -1
  92. package/dist/versioned-package/components/link/link.js +2 -2
  93. package/dist/versioned-package/components/map-marker/map-marker.d.ts +1 -1
  94. package/dist/versioned-package/components/map-marker/map-marker.js +1 -1
  95. package/dist/versioned-package/components/navigation-item/navigation-item.d.ts +1 -1
  96. package/dist/versioned-package/components/navigation-item/navigation-item.js +3 -3
  97. package/dist/versioned-package/components/notification/notification.d.ts +1 -1
  98. package/dist/versioned-package/components/notification/notification.js +5 -5
  99. package/dist/versioned-package/components/option/option.d.ts +1 -1
  100. package/dist/versioned-package/components/option/option.js +2 -2
  101. package/dist/versioned-package/components/popup/popup.d.ts +1 -1
  102. package/dist/versioned-package/components/popup/popup.js +1 -1
  103. package/dist/versioned-package/components/radio/radio.d.ts +1 -1
  104. package/dist/versioned-package/components/radio/radio.js +2 -2
  105. package/dist/versioned-package/components/radio-button/radio-button.d.ts +1 -1
  106. package/dist/versioned-package/components/radio-button/radio-button.js +2 -2
  107. package/dist/versioned-package/components/radio-group/radio-group.d.ts +2 -2
  108. package/dist/versioned-package/components/radio-group/radio-group.js +13 -13
  109. package/dist/versioned-package/components/scrollable/scrollable.d.ts +1 -1
  110. package/dist/versioned-package/components/scrollable/scrollable.js +3 -3
  111. package/dist/versioned-package/components/select/select.d.ts +4 -4
  112. package/dist/versioned-package/components/select/select.js +25 -25
  113. package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
  114. package/dist/versioned-package/components/spinner/spinner.js +1 -1
  115. package/dist/versioned-package/components/step/step.d.ts +1 -1
  116. package/dist/versioned-package/components/step/step.js +5 -5
  117. package/dist/versioned-package/components/step-group/step-group.d.ts +1 -1
  118. package/dist/versioned-package/components/step-group/step-group.js +2 -2
  119. package/dist/versioned-package/components/switch/switch.d.ts +1 -1
  120. package/dist/versioned-package/components/switch/switch.js +1 -1
  121. package/dist/versioned-package/components/tab/tab.d.ts +1 -1
  122. package/dist/versioned-package/components/tab/tab.js +2 -2
  123. package/dist/versioned-package/components/tab-group/tab-group.d.ts +1 -1
  124. package/dist/versioned-package/components/tab-group/tab-group.js +13 -13
  125. package/dist/versioned-package/components/tab-panel/tab-panel.d.ts +1 -1
  126. package/dist/versioned-package/components/tab-panel/tab-panel.js +2 -2
  127. package/dist/versioned-package/components/tag/tag.d.ts +1 -1
  128. package/dist/versioned-package/components/tag/tag.js +2 -2
  129. package/dist/versioned-package/components/teaser/teaser.js +1 -1
  130. package/dist/versioned-package/components/teaser-media/teaser-media.js +1 -1
  131. package/dist/versioned-package/components/textarea/textarea.d.ts +1 -1
  132. package/dist/versioned-package/components/textarea/textarea.js +2 -2
  133. package/dist/versioned-package/components/tooltip/tooltip.d.ts +1 -1
  134. package/dist/versioned-package/components/tooltip/tooltip.js +5 -5
  135. package/dist/versioned-package/components/video/video.d.ts +1 -1
  136. package/dist/versioned-package/components/video/video.js +2 -2
  137. package/dist/versioned-package/internal/form.js +3 -3
  138. package/dist/versioned-package/solid-components.d.ts +1 -0
  139. package/dist/versioned-package/solid-components.js +58 -56
  140. package/dist/versioned-package/styles/headline/headline.css.js +1 -1
  141. package/dist/versioned-package/styles/tailwind.css.js +1 -1
  142. package/dist/versioned-package/utilities/autocomplete-config.js +4 -4
  143. package/dist/versioned-styles/solid-styles.css +1 -1
  144. package/dist/vscode.html-custom-data.json +225 -43
  145. package/dist/web-types.json +244 -42
  146. package/package.json +3 -3
@@ -169,7 +169,7 @@ let SdDropdown = class extends SolidElement {
169
169
  // that gets slotted in) so screen readers will understand them. The accessible trigger could be the slotted element,
170
170
  // a child of the slotted element, or an element in the slotted element's shadow root.
171
171
  //
172
- // For example, the accessible trigger of an <sd-3-7-2-button> is a <button> located inside its shadow root.
172
+ // For example, the accessible trigger of an <sd-3-8-0-button> is a <button> located inside its shadow root.
173
173
  //
174
174
  // To determine this, we assume the first tabbable element in the trigger slot is the "accessible trigger."
175
175
  //
@@ -179,8 +179,8 @@ let SdDropdown = class extends SolidElement {
179
179
  let target;
180
180
  if (accessibleTrigger) {
181
181
  switch (accessibleTrigger.tagName.toLowerCase()) {
182
- case "sd-3-7-2-button":
183
- case "sd-3-7-2-icon-button":
182
+ case "sd-3-8-0-button":
183
+ case "sd-3-8-0-icon-button":
184
184
  target = accessibleTrigger.button;
185
185
  break;
186
186
  default:
@@ -215,7 +215,7 @@ let SdDropdown = class extends SolidElement {
215
215
  }
216
216
  addOpenListeners() {
217
217
  this.panel.addEventListener("sd-activate", this.handleMenuItemActivate);
218
- this.panel.addEventListener("sd-3-7-2-select", this.handlePanelSelect);
218
+ this.panel.addEventListener("sd-3-8-0-select", this.handlePanelSelect);
219
219
  this.panel.addEventListener("keydown", this.handleKeyDown);
220
220
  document.addEventListener("keydown", this.handleDocumentKeyDown);
221
221
  document.addEventListener("mousedown", this.handleDocumentMouseDown);
@@ -223,7 +223,7 @@ let SdDropdown = class extends SolidElement {
223
223
  removeOpenListeners() {
224
224
  if (this.panel) {
225
225
  this.panel.removeEventListener("sd-activate", this.handleMenuItemActivate);
226
- this.panel.removeEventListener("sd-3-7-2-select", this.handlePanelSelect);
226
+ this.panel.removeEventListener("sd-3-8-0-select", this.handlePanelSelect);
227
227
  this.panel.removeEventListener("keydown", this.handleKeyDown);
228
228
  }
229
229
  document.removeEventListener("keydown", this.handleDocumentKeyDown);
@@ -256,11 +256,11 @@ let SdDropdown = class extends SolidElement {
256
256
  }
257
257
  }
258
258
  render() {
259
- return html`<sd-3-7-2-popup part="base" id="dropdown" placement="${this.placement}" distance="${this.rounded && this.distance < 1 ? 1 : this.distance}" skidding="${this.skidding}" strategy="${this.hoist ? "fixed" : "absolute"}" ?flip="${!this.noFlip}" shift auto-size="vertical" auto-size-padding="10" ?active="${this.open}"><slot name="trigger" slot="anchor" part="trigger" class="block" @click="${this.handleTriggerClick}" @keydown="${this.handleTriggerKeyDown}" @keyup="${this.handleTriggerKeyUp}" @slotchange="${this.handleTriggerSlotChange}"></slot><slot part="panel" class="${cx(
259
+ return html`<sd-3-8-0-popup part="base" id="dropdown" placement="${this.placement}" distance="${this.rounded && this.distance < 1 ? 1 : this.distance}" skidding="${this.skidding}" strategy="${this.hoist ? "fixed" : "absolute"}" ?flip="${!this.noFlip}" shift auto-size="vertical" auto-size-padding="10" ?active="${this.open}"><slot name="trigger" slot="anchor" part="trigger" class="block" @click="${this.handleTriggerClick}" @keydown="${this.handleTriggerKeyDown}" @keyup="${this.handleTriggerKeyUp}" @slotchange="${this.handleTriggerSlotChange}"></slot><slot part="panel" class="${cx(
260
260
  "shadow bg-white",
261
261
  this.open ? "block pointer-events-auto" : "pointer-events-none",
262
262
  this.rounded && "rounded-md"
263
- )}" aria-hidden="${this.open ? "false" : "true"}" aria-labelledby="dropdown"></slot></sd-3-7-2-popup>`;
263
+ )}" aria-hidden="${this.open ? "false" : "true"}" aria-labelledby="dropdown"></slot></sd-3-8-0-popup>`;
264
264
  }
265
265
  };
266
266
  SdDropdown.styles = [
@@ -314,7 +314,7 @@ __decorateClass([
314
314
  watch("open", { waitUntilFirstUpdate: true })
315
315
  ], SdDropdown.prototype, "handleOpenChange", 1);
316
316
  SdDropdown = __decorateClass([
317
- customElement("sd-3-7-2-dropdown")
317
+ customElement("sd-3-8-0-dropdown")
318
318
  ], SdDropdown);
319
319
  setDefaultAnimation("dropdown.show", {
320
320
  keyframes: [
@@ -0,0 +1,23 @@
1
+ import SolidElement from '../../internal/solid-element';
2
+ export default class SdFlipcard extends SolidElement {
3
+ front: HTMLElement;
4
+ back: HTMLElement;
5
+ activation: 'click' | 'click hover';
6
+ flipDirection: 'horizontal' | 'vertical';
7
+ frontVariant: 'empty' | 'primary' | 'primary-100' | 'gradient-light-top' | 'gradient-light-bottom' | 'gradient-dark-top' | 'gradient-dark-bottom';
8
+ backVariant: 'empty' | 'primary' | 'primary-100' | 'gradient-light-top' | 'gradient-light-bottom' | 'gradient-dark-top' | 'gradient-dark-bottom';
9
+ connectedCallback(): void;
10
+ private flipFront;
11
+ private flipBack;
12
+ private handleFrontClick;
13
+ private handleBackClick;
14
+ private handleFrontKeydown;
15
+ private handleBackKeydown;
16
+ render(): import("lit-html").TemplateResult<1>;
17
+ static styles: import("lit").CSSResultGroup[];
18
+ }
19
+ declare global {
20
+ interface HTMLElementTagNameMap {
21
+ 'sd-3-8-0-flipcard': SdFlipcard;
22
+ }
23
+ }
@@ -0,0 +1,180 @@
1
+ import { css, html } from "lit";
2
+ import { customElement } from "../../internal/register-custom-element.js";
3
+ import { query, property } from "lit/decorators.js";
4
+ import componentStyles from "../../styles/component.styles.js";
5
+ import cx from "classix";
6
+ import SolidElement from "../../internal/solid-element.js";
7
+ var __defProp = Object.defineProperty;
8
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
9
+ var __decorateClass = (decorators, target, key, kind) => {
10
+ var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
11
+ for (var i = decorators.length - 1, decorator; i >= 0; i--)
12
+ if (decorator = decorators[i])
13
+ result = (kind ? decorator(target, key, result) : decorator(result)) || result;
14
+ if (kind && result) __defProp(target, key, result);
15
+ return result;
16
+ };
17
+ let SdFlipcard = class extends SolidElement {
18
+ constructor() {
19
+ super(...arguments);
20
+ this.activation = "click hover";
21
+ this.flipDirection = "horizontal";
22
+ this.frontVariant = "empty";
23
+ this.backVariant = "empty";
24
+ }
25
+ connectedCallback() {
26
+ super.connectedCallback();
27
+ }
28
+ flipFront() {
29
+ this.front.classList.add("clicked--front");
30
+ this.back.classList.add("clicked--back");
31
+ this.emit("sd-flip-front");
32
+ this.back.focus();
33
+ }
34
+ flipBack() {
35
+ this.front.classList.remove("clicked--front");
36
+ this.back.classList.remove("clicked--back");
37
+ this.emit("sd-flip-back");
38
+ this.front.focus();
39
+ }
40
+ handleFrontClick(event) {
41
+ const eventNode = event.target;
42
+ if (eventNode.getAttribute("onclick") === null && eventNode.getAttribute("href") === null) {
43
+ this.flipFront();
44
+ }
45
+ }
46
+ handleBackClick(event) {
47
+ const eventNode = event.target;
48
+ if (eventNode.getAttribute("onclick") === null && eventNode.getAttribute("href") === null) {
49
+ this.flipBack();
50
+ }
51
+ }
52
+ handleFrontKeydown(event) {
53
+ if (event.code === "Enter" && this.front === event.target) {
54
+ this.flipFront();
55
+ }
56
+ }
57
+ handleBackKeydown(event) {
58
+ if (event.code === "Enter" && this.back === event.target) {
59
+ this.flipBack();
60
+ }
61
+ }
62
+ render() {
63
+ return html`<div part="base" class="${cx("flip-card relative h-full w-full")}"><div part="front" tabindex="0" class="${cx(
64
+ "flip-card__side flip-card__side--front overflow-hidden transition-transform duration-1000 ease-in-out",
65
+ "flex focus-visible:focus-outline",
66
+ "absolute top-0 left-0 w-full h-full justify-end text-left",
67
+ this.activation === "click hover" && "hover",
68
+ this.frontVariant === "primary" && "bg-primary",
69
+ this.frontVariant === "primary-100" && "bg-primary-100",
70
+ this.frontVariant === "gradient-dark-bottom" || this.frontVariant === "gradient-light-bottom" ? "flex-col-reverse" : "flex-col",
71
+ this.flipDirection === "vertical" && "vertical"
72
+ )}" @click="${this.handleFrontClick}" @keydown="${this.handleFrontKeydown}"><div part="media-front" class="${cx(
73
+ "absolute h-full w-full -z-20",
74
+ (this.frontVariant === "primary" || this.frontVariant === "primary-100") && "hidden"
75
+ )}"><slot name="media-front"></slot></div><div part="front-slot-container" class="${cx(
76
+ "flex",
77
+ {
78
+ empty: "text-black",
79
+ primary: "text-white",
80
+ "primary-100": "text-black",
81
+ "gradient-light-top": "text-black",
82
+ "gradient-light-bottom": "text-black",
83
+ "gradient-dark-top": "text-white",
84
+ "gradient-dark-bottom": "text-white"
85
+ }[this.frontVariant],
86
+ {
87
+ empty: "",
88
+ primary: "",
89
+ "primary-100": "",
90
+ "gradient-light-top": "bg-gradient-to-b from-white/75 to-white/60",
91
+ "gradient-light-bottom": "bg-gradient-to-t from-white/75 to-white/60",
92
+ "gradient-dark-top": "bg-gradient-to-b from-primary-800/75 to-primary-800/60",
93
+ "gradient-dark-bottom": "bg-gradient-to-t from-primary-800/75 to-primary-800/60"
94
+ }[this.frontVariant]
95
+ )}"><slot name="front"></slot></div><div part="front-secondary-gradient" class="${cx(
96
+ "flip-card__gradient",
97
+ {
98
+ empty: "mb-auto",
99
+ primary: "mb-auto",
100
+ "primary-100": "mb-auto",
101
+ "gradient-light-top": "bg-gradient-to-b from-white/60 to-40% mb-auto",
102
+ "gradient-light-bottom": "bg-gradient-to-t from-white/60 to-40% mt-auto",
103
+ "gradient-dark-top": "bg-gradient-to-b from-primary-800/60 to-40% mb-auto",
104
+ "gradient-dark-bottom": "bg-gradient-to-t from-primary-800/60 to-40% mt-auto"
105
+ }[this.frontVariant]
106
+ )}"></div></div><div part="back" tabindex="0" class="${cx(
107
+ "flip-card__side flip-card__side--back overflow-hidden transition-transform duration-1000 ease-in-out",
108
+ "flex focus-visible:focus-outline",
109
+ "absolute top-0 left-0 w-full h-full justify-end text-left",
110
+ this.activation === "click hover" && "hover",
111
+ this.backVariant === "primary" && "bg-primary",
112
+ this.backVariant === "primary-100" && "bg-primary-100",
113
+ this.backVariant === "gradient-dark-bottom" || this.backVariant === "gradient-light-bottom" ? "flex-col-reverse" : "flex-col",
114
+ this.flipDirection === "vertical" && "vertical"
115
+ )}" @click="${this.handleBackClick}" @keydown="${this.handleBackKeydown}"><div part="media-back" class="${cx(
116
+ "absolute h-full w-full -z-20",
117
+ (this.backVariant === "primary" || this.backVariant === "primary-100") && "hidden"
118
+ )}"><slot name="media-back"></slot></div><div part="back-slot-container" class="${cx(
119
+ "flex",
120
+ {
121
+ empty: "text-black",
122
+ primary: "text-white",
123
+ "primary-100": "text-black",
124
+ "gradient-light-top": "text-black",
125
+ "gradient-light-bottom": "text-black",
126
+ "gradient-dark-top": "text-white",
127
+ "gradient-dark-bottom": "text-white"
128
+ }[this.backVariant],
129
+ {
130
+ empty: "",
131
+ primary: "",
132
+ "primary-100": "",
133
+ "gradient-light-top": "bg-gradient-to-b from-white/75 to-white/60",
134
+ "gradient-light-bottom": "bg-gradient-to-t from-white/75 to-white/60",
135
+ "gradient-dark-top": "bg-gradient-to-b from-primary-800/75 to-primary-800/60",
136
+ "gradient-dark-bottom": "bg-gradient-to-t from-primary-800/75 to-primary-800/60"
137
+ }[this.backVariant]
138
+ )}"><slot name="back"></slot></div><div part="back-secondary-gradient" class="${cx(
139
+ "flip-card__gradient",
140
+ {
141
+ empty: "mb-auto",
142
+ primary: "mb-auto",
143
+ "primary-100": "mb-auto",
144
+ "gradient-light-top": "bg-gradient-to-b from-white/60 to-40% mb-auto",
145
+ "gradient-light-bottom": "bg-gradient-to-t from-white/60 to-40% mt-auto",
146
+ "gradient-dark-top": "bg-gradient-to-b from-primary-800/60 to-40% mb-auto",
147
+ "gradient-dark-bottom": "bg-gradient-to-t from-primary-800/60 to-40% mt-auto"
148
+ }[this.backVariant]
149
+ )}"></div></div></div>`;
150
+ }
151
+ };
152
+ SdFlipcard.styles = [
153
+ componentStyles,
154
+ SolidElement.styles,
155
+ css`:host{display:block;aspect-ratio:3/4;--name:'';--height:480px;height:var(--height)}.flip-card{perspective:100rem}.flip-card__side{backface-visibility:hidden}.flip-card__side--back{transform:rotateY(180deg)}.clicked--front{transform:rotateY(-180deg)}.clicked--back{transform:rotateY(0)}.flip-card__side--back.vertical{transform:rotateX(180deg)}.clicked--front.vertical{transform:rotateX(-180deg)}.clicked--back.vertical{transform:rotateX(0)}.flip-card__gradient{flex:.4 1 0}@media (hover:hover) and (pointer:fine){.flip-card:hover .flip-card__side--front.hover{transform:rotateY(-180deg)}.flip-card:hover .flip-card__side--back.hover{transform:rotateY(0)}.flip-card:hover .flip-card__side--front.hover.vertical{transform:rotateX(-180deg)}.flip-card:hover .flip-card__side--back.hover.vertical{transform:rotateX(0)}}`
156
+ ];
157
+ __decorateClass([
158
+ query('[part="front"]')
159
+ ], SdFlipcard.prototype, "front", 2);
160
+ __decorateClass([
161
+ query('[part="back"]')
162
+ ], SdFlipcard.prototype, "back", 2);
163
+ __decorateClass([
164
+ property({ reflect: true })
165
+ ], SdFlipcard.prototype, "activation", 2);
166
+ __decorateClass([
167
+ property({ reflect: true, attribute: "flip-direction" })
168
+ ], SdFlipcard.prototype, "flipDirection", 2);
169
+ __decorateClass([
170
+ property({ type: String, reflect: true, attribute: "front-variant" })
171
+ ], SdFlipcard.prototype, "frontVariant", 2);
172
+ __decorateClass([
173
+ property({ type: String, reflect: true, attribute: "back-variant" })
174
+ ], SdFlipcard.prototype, "backVariant", 2);
175
+ SdFlipcard = __decorateClass([
176
+ customElement("sd-3-8-0-flipcard")
177
+ ], SdFlipcard);
178
+ export {
179
+ SdFlipcard as default
180
+ };
@@ -18,6 +18,6 @@ export default class SdHeader extends SolidElement {
18
18
  }
19
19
  declare global {
20
20
  interface HTMLElementTagNameMap {
21
- 'sd-3-7-2-header': SdHeader;
21
+ 'sd-3-8-0-header': SdHeader;
22
22
  }
23
23
  }
@@ -63,11 +63,11 @@ let SdHeader = class extends SolidElement {
63
63
  setCalculatedHeightProperty() {
64
64
  if (this.fixed && this.refHeaderElement) {
65
65
  document.documentElement.style.setProperty(
66
- "--sd-3-7-2-header-calculated-height",
66
+ "--sd-3-8-0-header-calculated-height",
67
67
  `${this.refHeaderElement.clientHeight}px`
68
68
  );
69
69
  } else {
70
- document.documentElement.style.removeProperty("--sd-3-7-2-header-calculated-height");
70
+ document.documentElement.style.removeProperty("--sd-3-8-0-header-calculated-height");
71
71
  }
72
72
  }
73
73
  render() {
@@ -84,7 +84,7 @@ let SdHeader = class extends SolidElement {
84
84
  SdHeader.styles = [
85
85
  SolidElement.styles,
86
86
  componentStyles,
87
- css`:host{display:block}:host([fixed]){position:fixed;left:var(--sd-spacing-0,0);top:var(--sd-spacing-0,0);width:100%}:host([fixed]) header::after{content:'';position:absolute;left:var(--sd-spacing-0,0);right:var(--sd-spacing-0,0);top:100%;height:var(--sd-spacing-2,.5rem);background:var(--gradient-vertical-black-40-transparent,linear-gradient(0deg,#18181800 50%,#18181866 100%))}[part=main]{width:var(--sd-3-7-2-header-inner-width);max-width:var(--sd-3-7-2-header-inner-max-width);padding:var(--sd-3-7-2-header-padding,12px 16px)}`
87
+ css`:host{display:block}:host([fixed]){position:fixed;left:var(--sd-spacing-0,0);top:var(--sd-spacing-0,0);width:100%}:host([fixed]) header::after{content:'';position:absolute;left:var(--sd-spacing-0,0);right:var(--sd-spacing-0,0);top:100%;height:var(--sd-spacing-2,.5rem);background:var(--gradient-vertical-black-40-transparent,linear-gradient(0deg,#18181800 50%,#18181866 100%))}[part=main]{width:var(--sd-3-8-0-header-inner-width);max-width:var(--sd-3-8-0-header-inner-max-width);padding:var(--sd-3-8-0-header-padding,12px 16px)}`
88
88
  ];
89
89
  __decorateClass([
90
90
  property({ reflect: true, type: Boolean })
@@ -93,7 +93,7 @@ __decorateClass([
93
93
  debounce(100)
94
94
  ], SdHeader.prototype, "onResize", 1);
95
95
  SdHeader = __decorateClass([
96
- customElement("sd-3-7-2-header")
96
+ customElement("sd-3-8-0-header")
97
97
  ], SdHeader);
98
98
  export {
99
99
  SdHeader as default
@@ -17,6 +17,6 @@ export default class SdIcon extends SolidElement {
17
17
  }
18
18
  declare global {
19
19
  interface HTMLElementTagNameMap {
20
- 'sd-3-7-2-icon': SdIcon;
20
+ 'sd-3-8-0-icon': SdIcon;
21
21
  }
22
22
  }
@@ -122,7 +122,7 @@ __decorateClass([
122
122
  watch(["name", "src", "library"])
123
123
  ], SdIcon.prototype, "setIcon", 1);
124
124
  SdIcon = __decorateClass([
125
- customElement("sd-3-7-2-icon")
125
+ customElement("sd-3-8-0-icon")
126
126
  ], SdIcon);
127
127
  export {
128
128
  SdIcon as default
@@ -10,6 +10,6 @@ export default class SdInclude extends SolidElement {
10
10
  }
11
11
  declare global {
12
12
  interface HTMLElementTagNameMap {
13
- 'sd-3-7-2-include': SdInclude;
13
+ 'sd-3-8-0-include': SdInclude;
14
14
  }
15
15
  }
@@ -68,7 +68,7 @@ __decorateClass([
68
68
  watch("src")
69
69
  ], SdInclude.prototype, "handleSrcChange", 1);
70
70
  SdInclude = __decorateClass([
71
- customElement("sd-3-7-2-include")
71
+ customElement("sd-3-8-0-include")
72
72
  ], SdInclude);
73
73
  export {
74
74
  SdInclude as default
@@ -76,6 +76,6 @@ export default class SdInput extends SolidElement implements SolidFormControl {
76
76
  }
77
77
  declare global {
78
78
  interface HTMLElementTagNameMap {
79
- 'sd-3-7-2-input': SdInput;
79
+ 'sd-3-8-0-input': SdInput;
80
80
  }
81
81
  }
@@ -255,7 +255,7 @@ let SdInput = class extends SolidElement {
255
255
  "min-w-0 flex-grow focus:outline-none bg-transparent placeholder-neutral-700",
256
256
  this.size === "sm" ? "h-6" : "h-8",
257
257
  textSize
258
- )}" 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-7-2-icon class="${cx("text-neutral-500", iconSize)}" library="system" name="closing-round"></sd-3-7-2-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-7-2-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="eye"></sd-3-7-2-icon></slot>` : html`<slot name="hide-password-icon"><sd-3-7-2-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="eye-crossed-out"></sd-3-7-2-icon></slot>`}</button>` : ""} ${(this.type === "date" || this.type === "datetime-local") && !isFirefox ? html`<sd-3-7-2-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="calendar"></sd-3-7-2-icon>` : ""} ${this.type === "time" ? html`<sd-3-7-2-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="clock"></sd-3-7-2-icon>` : ""} ${this.type === "search" ? html`<button class="flex items-center" type="button" tabindex="-1"><sd-3-7-2-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="magnifying-glass"></sd-3-7-2-icon></button>` : ""} ${this.showInvalidStyle ? html`<sd-3-7-2-icon part="invalid-icon" class="${cx("text-error", iconMarginLeft, iconSize)}" library="system" name="risk"></sd-3-7-2-icon>` : ""} ${this.showValidStyle && this.styleOnValid ? html`<sd-3-7-2-icon class="${cx("text-success flex-shrink-0", iconMarginLeft, iconSize)}" library="system" name="status-check" part="valid-icon"></sd-3-7-2-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()}`;
258
+ )}" 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-8-0-icon class="${cx("text-neutral-500", iconSize)}" library="system" name="closing-round"></sd-3-8-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-8-0-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="eye"></sd-3-8-0-icon></slot>` : html`<slot name="hide-password-icon"><sd-3-8-0-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="eye-crossed-out"></sd-3-8-0-icon></slot>`}</button>` : ""} ${(this.type === "date" || this.type === "datetime-local") && !isFirefox ? html`<sd-3-8-0-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="calendar"></sd-3-8-0-icon>` : ""} ${this.type === "time" ? html`<sd-3-8-0-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="clock"></sd-3-8-0-icon>` : ""} ${this.type === "search" ? html`<button class="flex items-center" type="button" tabindex="-1"><sd-3-8-0-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="magnifying-glass"></sd-3-8-0-icon></button>` : ""} ${this.showInvalidStyle ? html`<sd-3-8-0-icon part="invalid-icon" class="${cx("text-error", iconMarginLeft, iconSize)}" library="system" name="risk"></sd-3-8-0-icon>` : ""} ${this.showValidStyle && this.styleOnValid ? html`<sd-3-8-0-icon class="${cx("text-success flex-shrink-0", iconMarginLeft, iconSize)}" library="system" name="status-check" part="valid-icon"></sd-3-8-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
259
  }
260
260
  };
261
261
  SdInput.styles = [
@@ -388,7 +388,7 @@ __decorateClass([
388
388
  watch("value", { waitUntilFirstUpdate: true })
389
389
  ], SdInput.prototype, "handleValueChange", 1);
390
390
  SdInput = __decorateClass([
391
- customElement("sd-3-7-2-input")
391
+ customElement("sd-3-8-0-input")
392
392
  ], SdInput);
393
393
  export {
394
394
  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-7-2-link': SdLink;
20
+ 'sd-3-8-0-link': SdLink;
21
21
  }
22
22
  }
@@ -76,7 +76,7 @@ let SdLink = class extends SolidElement {
76
76
  };
77
77
  SdLink.styles = [
78
78
  SolidElement.styles,
79
- css`::slotted(sd-3-7-2-icon){font-size:1.25em;margin-bottom:-.25em}:host([size=sm][standalone]) ::slotted(sd-3-7-2-icon){font-size:var(--sd-font-size-base,1rem)}:host([size=lg][standalone]) ::slotted(sd-3-7-2-icon){font-size:var(--sd-font-size-xl,1.5rem)}`
79
+ css`::slotted(sd-3-8-0-icon){font-size:1.25em;margin-bottom:-.25em}:host([size=sm][standalone]) ::slotted(sd-3-8-0-icon){font-size:var(--sd-font-size-base,1rem)}:host([size=lg][standalone]) ::slotted(sd-3-8-0-icon){font-size:var(--sd-font-size-xl,1.5rem)}`
80
80
  ];
81
81
  __decorateClass([
82
82
  query("a")
@@ -100,7 +100,7 @@ __decorateClass([
100
100
  property()
101
101
  ], SdLink.prototype, "download", 2);
102
102
  SdLink = __decorateClass([
103
- customElement("sd-3-7-2-link")
103
+ customElement("sd-3-8-0-link")
104
104
  ], SdLink);
105
105
  export {
106
106
  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-7-2-map-marker': SdMapMarker;
14
+ 'sd-3-8-0-map-marker': SdMapMarker;
15
15
  }
16
16
  }
@@ -63,7 +63,7 @@ __decorateClass([
63
63
  property({ type: Boolean, reflect: true })
64
64
  ], SdMapMarker.prototype, "animated", 2);
65
65
  SdMapMarker = __decorateClass([
66
- customElement("sd-3-7-2-map-marker")
66
+ customElement("sd-3-8-0-map-marker")
67
67
  ], SdMapMarker);
68
68
  export {
69
69
  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-7-2-navigation-item': SdNavigationItem;
29
+ 'sd-3-8-0-navigation-item': SdNavigationItem;
30
30
  }
31
31
  }
@@ -99,10 +99,10 @@ let SdNavigationItem = class extends SolidElement {
99
99
  isAccordion ? "grow" : "w-full",
100
100
  slots["description"] ? "pb-1" : horizontalPaddingBottom,
101
101
  this.calculatePaddingX()
102
- )}">${this.divider && this.vertical ? html`<sd-3-7-2-divider part="divider" class="${cx("w-full transition-all absolute -top-0.25 left-0", this.calculatePaddingX())}"></sd-3-7-2-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-7-2-icon name="chevron-down" part="chevron" library="system" color="currentColor" class="${cx(
102
+ )}">${this.divider && this.vertical ? html`<sd-3-8-0-divider part="divider" class="${cx("w-full transition-all absolute -top-0.25 left-0", this.calculatePaddingX())}"></sd-3-8-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-8-0-icon name="chevron-down" part="chevron" library="system" color="currentColor" class="${cx(
103
103
  "h-6 w-6 ml-2 transition-all",
104
104
  isAccordion ? this.open ? "rotate-180" : "rotate-0" : "rotate-[270deg]"
105
- )}"></sd-3-7-2-icon>` : ""} </span>${slots["description"] && this.vertical ? html`<slot name="description" part="description" class="${cx(
105
+ )}"></sd-3-8-0-icon>` : ""} </span>${slots["description"] && this.vertical ? html`<slot name="description" part="description" class="${cx(
106
106
  "inline-block text-sm text-left text-black",
107
107
  isAccordion ? "grow" : "w-full",
108
108
  horizontalPaddingBottom,
@@ -153,7 +153,7 @@ __decorateClass([
153
153
  property({ type: Boolean, reflect: true })
154
154
  ], SdNavigationItem.prototype, "open", 2);
155
155
  SdNavigationItem = __decorateClass([
156
- customElement("sd-3-7-2-navigation-item")
156
+ customElement("sd-3-8-0-navigation-item")
157
157
  ], SdNavigationItem);
158
158
  export {
159
159
  SdNavigationItem as default
@@ -27,6 +27,6 @@ export default class SdNotification extends SolidElement {
27
27
  }
28
28
  declare global {
29
29
  interface HTMLElementTagNameMap {
30
- 'sd-3-7-2-notification': SdNotification;
30
+ 'sd-3-8-0-notification': SdNotification;
31
31
  }
32
32
  }
@@ -128,7 +128,7 @@ let SdNotification = class extends SolidElement {
128
128
  () => {
129
129
  toastStack.removeChild(this);
130
130
  resolve();
131
- if (toastStack.querySelector("sd-3-7-2-notification") === null) {
131
+ if (toastStack.querySelector("sd-3-8-0-notification") === null) {
132
132
  toastStack.remove();
133
133
  }
134
134
  },
@@ -145,15 +145,15 @@ let SdNotification = class extends SolidElement {
145
145
  warning: "bg-warning",
146
146
  error: "bg-error"
147
147
  }[this.variant]
148
- )}"><sd-3-7-2-icon name="${{
148
+ )}"><sd-3-8-0-icon name="${{
149
149
  info: "info-circle",
150
150
  success: "confirm-circle",
151
151
  warning: "exclamation-circle",
152
152
  error: "warning"
153
- }[this.variant] || ""}" library="system" class="h-6 w-6 text-white"></sd-3-7-2-icon></slot><div part="content" class="${cx(
153
+ }[this.variant] || ""}" library="system" class="h-6 w-6 text-white"></sd-3-8-0-icon></slot><div part="content" class="${cx(
154
154
  "h-full w-full p-1 gap-2 flex items-center justify-stretch bg-white",
155
155
  "border-solid border-[1px] border-l-0 border-neutral-400"
156
- )}"><slot part="message" class="block w-full pl-3 py-2" aria-live="polite"></slot>${this.closable ? html`<sd-3-7-2-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-7-2-icon name="close" library="system" color="currentColor"></sd-3-7-2-icon></sd-3-7-2-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>`;
156
+ )}"><slot part="message" class="block w-full pl-3 py-2" aria-live="polite"></slot>${this.closable ? html`<sd-3-8-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-8-0-icon name="close" library="system" color="currentColor"></sd-3-8-0-icon></sd-3-8-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
157
  }
158
158
  };
159
159
  SdNotification.styles = [
@@ -189,7 +189,7 @@ __decorateClass([
189
189
  watch("duration")
190
190
  ], SdNotification.prototype, "handleDurationChange", 1);
191
191
  SdNotification = __decorateClass([
192
- customElement("sd-3-7-2-notification")
192
+ customElement("sd-3-8-0-notification")
193
193
  ], SdNotification);
194
194
  setDefaultAnimation("notification.show", {
195
195
  keyframes: [
@@ -24,6 +24,6 @@ export default class SdOption extends SolidElement {
24
24
  }
25
25
  declare global {
26
26
  interface HTMLElementTagNameMap {
27
- 'sd-3-7-2-option': SdOption;
27
+ 'sd-3-8-0-option': SdOption;
28
28
  }
29
29
  }
@@ -91,7 +91,7 @@ let SdOption = class extends SolidElement {
91
91
  )}"></span> ${this.checkbox ? html`<span id="control" part="control ${this.selected ? " control--checked" : "control--unchecked"}" class="${cx(
92
92
  "relative flex flex-initial items-center justify-center border rounded-sm h-4 w-4 mr-2",
93
93
  this.disabled ? "border-neutral-500" : this.selected ? "bg-accent border-accent" : "border-neutral-800"
94
- )}">${this.selected ? html`<sd-3-7-2-icon part="checked-icon" class="text-white w-3 h-3" library="system" name="status-check"></sd-3-7-2-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>`;
94
+ )}">${this.selected ? html`<sd-3-8-0-icon part="checked-icon" class="text-white w-3 h-3" library="system" name="status-check"></sd-3-8-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>`;
95
95
  }
96
96
  };
97
97
  SdOption.styles = [
@@ -133,7 +133,7 @@ __decorateClass([
133
133
  watch("value")
134
134
  ], SdOption.prototype, "handleValueChange", 1);
135
135
  SdOption = __decorateClass([
136
- customElement("sd-3-7-2-option")
136
+ customElement("sd-3-8-0-option")
137
137
  ], SdOption);
138
138
  export {
139
139
  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-7-2-popup': SdPopup;
43
+ 'sd-3-8-0-popup': SdPopup;
44
44
  }
45
45
  }
@@ -328,7 +328,7 @@ __decorateClass([
328
328
  property({ attribute: "auto-size-padding", type: Number })
329
329
  ], SdPopup.prototype, "autoSizePadding", 2);
330
330
  SdPopup = __decorateClass([
331
- customElement("sd-3-7-2-popup")
331
+ customElement("sd-3-8-0-popup")
332
332
  ], SdPopup);
333
333
  export {
334
334
  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-7-2-radio': SdRadio;
25
+ 'sd-3-8-0-radio': SdRadio;
26
26
  }
27
27
  }
@@ -72,7 +72,7 @@ let SdRadio = class extends SolidElement {
72
72
  }
73
73
  render() {
74
74
  return html`<span part="base" class="${cx(
75
- "sd-3-7-2-radio group inline-flex items-start items-center text-base leading-normal text-black cursor-pointer align-middle",
75
+ "sd-3-8-0-radio group inline-flex items-start items-center text-base leading-normal text-black cursor-pointer align-middle",
76
76
  this.disabled && "hover:cursor-not-allowed",
77
77
  {
78
78
  /* sizes, fonts */
@@ -120,7 +120,7 @@ __decorateClass([
120
120
  watch("disabled", { waitUntilFirstUpdate: true })
121
121
  ], SdRadio.prototype, "handleDisabledChange", 1);
122
122
  SdRadio = __decorateClass([
123
- customElement("sd-3-7-2-radio")
123
+ customElement("sd-3-8-0-radio")
124
124
  ], SdRadio);
125
125
  export {
126
126
  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-7-2-radio-button': SdRadioButton;
23
+ 'sd-3-8-0-radio-button': SdRadioButton;
24
24
  }
25
25
  }