@solid-design-system/components 3.20.5 → 3.20.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. package/dist/components/es/map-marker.js +1 -1
  2. package/dist/components/es/solid-components2.js +1 -1
  3. package/dist/components/umd/solid-components.js +2 -2
  4. package/dist/custom-elements.json +1 -1
  5. package/dist/package/components/map-marker/map-marker.d.ts +7 -1
  6. package/dist/package/components/map-marker/map-marker.js +36 -6
  7. package/dist/package/styles/tailwind.css.js +1 -1
  8. package/dist/versioned-components/es/accordion-group.js +1 -1
  9. package/dist/versioned-components/es/accordion.js +1 -1
  10. package/dist/versioned-components/es/audio.js +1 -1
  11. package/dist/versioned-components/es/badge.js +1 -1
  12. package/dist/versioned-components/es/brandshape.js +1 -1
  13. package/dist/versioned-components/es/button.js +1 -1
  14. package/dist/versioned-components/es/carousel-item.js +1 -1
  15. package/dist/versioned-components/es/carousel.js +3 -3
  16. package/dist/versioned-components/es/checkbox-group.js +1 -1
  17. package/dist/versioned-components/es/checkbox.js +1 -1
  18. package/dist/versioned-components/es/dialog.js +1 -1
  19. package/dist/versioned-components/es/divider.js +1 -1
  20. package/dist/versioned-components/es/drawer.js +1 -1
  21. package/dist/versioned-components/es/dropdown.js +1 -1
  22. package/dist/versioned-components/es/expandable.js +1 -1
  23. package/dist/versioned-components/es/flipcard.js +1 -1
  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/quickfact.js +1 -1
  35. package/dist/versioned-components/es/radio-button.js +1 -1
  36. package/dist/versioned-components/es/radio-group.js +1 -1
  37. package/dist/versioned-components/es/radio.js +1 -1
  38. package/dist/versioned-components/es/scrollable.js +1 -1
  39. package/dist/versioned-components/es/select.js +3 -3
  40. package/dist/versioned-components/es/solid-components2.js +1 -1
  41. package/dist/versioned-components/es/spinner.js +1 -1
  42. package/dist/versioned-components/es/step-group.js +1 -1
  43. package/dist/versioned-components/es/step.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/audio/audio.d.ts +1 -1
  61. package/dist/versioned-package/components/audio/audio.js +6 -6
  62. package/dist/versioned-package/components/badge/badge.d.ts +1 -1
  63. package/dist/versioned-package/components/badge/badge.js +1 -1
  64. package/dist/versioned-package/components/brandshape/brandshape.d.ts +1 -1
  65. package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
  66. package/dist/versioned-package/components/button/button.d.ts +1 -1
  67. package/dist/versioned-package/components/button/button.js +4 -4
  68. package/dist/versioned-package/components/carousel/carousel.d.ts +1 -1
  69. package/dist/versioned-package/components/carousel/carousel.js +6 -6
  70. package/dist/versioned-package/components/carousel-item/carousel-item.d.ts +1 -1
  71. package/dist/versioned-package/components/carousel-item/carousel-item.js +1 -1
  72. package/dist/versioned-package/components/checkbox/checkbox.d.ts +1 -1
  73. package/dist/versioned-package/components/checkbox/checkbox.js +3 -3
  74. package/dist/versioned-package/components/checkbox-group/checkbox-group.d.ts +1 -1
  75. package/dist/versioned-package/components/checkbox-group/checkbox-group.js +5 -5
  76. package/dist/versioned-package/components/dialog/dialog.d.ts +1 -1
  77. package/dist/versioned-package/components/dialog/dialog.js +2 -2
  78. package/dist/versioned-package/components/divider/divider.d.ts +1 -1
  79. package/dist/versioned-package/components/divider/divider.js +2 -2
  80. package/dist/versioned-package/components/drawer/drawer.d.ts +1 -1
  81. package/dist/versioned-package/components/drawer/drawer.js +2 -2
  82. package/dist/versioned-package/components/dropdown/dropdown.d.ts +1 -1
  83. package/dist/versioned-package/components/dropdown/dropdown.js +8 -8
  84. package/dist/versioned-package/components/expandable/expandable.d.ts +1 -1
  85. package/dist/versioned-package/components/expandable/expandable.js +2 -2
  86. package/dist/versioned-package/components/flipcard/flipcard.d.ts +1 -1
  87. package/dist/versioned-package/components/flipcard/flipcard.js +1 -1
  88. package/dist/versioned-package/components/header/header.d.ts +1 -1
  89. package/dist/versioned-package/components/header/header.js +4 -4
  90. package/dist/versioned-package/components/icon/icon.d.ts +1 -1
  91. package/dist/versioned-package/components/icon/icon.js +1 -1
  92. package/dist/versioned-package/components/include/include.d.ts +1 -1
  93. package/dist/versioned-package/components/include/include.js +1 -1
  94. package/dist/versioned-package/components/input/input.d.ts +1 -1
  95. package/dist/versioned-package/components/input/input.js +2 -2
  96. package/dist/versioned-package/components/link/link.d.ts +1 -1
  97. package/dist/versioned-package/components/link/link.js +2 -2
  98. package/dist/versioned-package/components/map-marker/map-marker.d.ts +8 -2
  99. package/dist/versioned-package/components/map-marker/map-marker.js +37 -7
  100. package/dist/versioned-package/components/navigation-item/navigation-item.d.ts +1 -1
  101. package/dist/versioned-package/components/navigation-item/navigation-item.js +5 -5
  102. package/dist/versioned-package/components/notification/notification.d.ts +1 -1
  103. package/dist/versioned-package/components/notification/notification.js +5 -5
  104. package/dist/versioned-package/components/option/option.d.ts +1 -1
  105. package/dist/versioned-package/components/option/option.js +2 -2
  106. package/dist/versioned-package/components/popup/popup.d.ts +1 -1
  107. package/dist/versioned-package/components/popup/popup.js +1 -1
  108. package/dist/versioned-package/components/quickfact/quickfact.d.ts +1 -1
  109. package/dist/versioned-package/components/quickfact/quickfact.js +2 -2
  110. package/dist/versioned-package/components/radio/radio.d.ts +1 -1
  111. package/dist/versioned-package/components/radio/radio.js +2 -2
  112. package/dist/versioned-package/components/radio-button/radio-button.d.ts +1 -1
  113. package/dist/versioned-package/components/radio-button/radio-button.js +2 -2
  114. package/dist/versioned-package/components/radio-group/radio-group.d.ts +2 -2
  115. package/dist/versioned-package/components/radio-group/radio-group.js +13 -13
  116. package/dist/versioned-package/components/scrollable/scrollable.d.ts +1 -1
  117. package/dist/versioned-package/components/scrollable/scrollable.js +3 -3
  118. package/dist/versioned-package/components/select/select.d.ts +4 -4
  119. package/dist/versioned-package/components/select/select.js +25 -25
  120. package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
  121. package/dist/versioned-package/components/spinner/spinner.js +1 -1
  122. package/dist/versioned-package/components/step/step.d.ts +1 -1
  123. package/dist/versioned-package/components/step/step.js +2 -2
  124. package/dist/versioned-package/components/step-group/step-group.d.ts +1 -1
  125. package/dist/versioned-package/components/step-group/step-group.js +2 -2
  126. package/dist/versioned-package/components/switch/switch.d.ts +1 -1
  127. package/dist/versioned-package/components/switch/switch.js +1 -1
  128. package/dist/versioned-package/components/tab/tab.d.ts +1 -1
  129. package/dist/versioned-package/components/tab/tab.js +2 -2
  130. package/dist/versioned-package/components/tab-group/tab-group.d.ts +1 -1
  131. package/dist/versioned-package/components/tab-group/tab-group.js +13 -13
  132. package/dist/versioned-package/components/tab-panel/tab-panel.d.ts +1 -1
  133. package/dist/versioned-package/components/tab-panel/tab-panel.js +2 -2
  134. package/dist/versioned-package/components/tag/tag.d.ts +1 -1
  135. package/dist/versioned-package/components/tag/tag.js +2 -2
  136. package/dist/versioned-package/components/teaser/teaser.js +1 -1
  137. package/dist/versioned-package/components/teaser-media/teaser-media.js +1 -1
  138. package/dist/versioned-package/components/textarea/textarea.d.ts +1 -1
  139. package/dist/versioned-package/components/textarea/textarea.js +2 -2
  140. package/dist/versioned-package/components/tooltip/tooltip.d.ts +1 -1
  141. package/dist/versioned-package/components/tooltip/tooltip.js +5 -5
  142. package/dist/versioned-package/components/video/video.d.ts +1 -1
  143. package/dist/versioned-package/components/video/video.js +2 -2
  144. package/dist/versioned-package/internal/form.js +3 -3
  145. package/dist/versioned-package/styles/headline/headline.css.js +1 -1
  146. package/dist/versioned-package/styles/tailwind.css.js +1 -1
  147. package/dist/versioned-package/utilities/autocomplete-config.js +4 -4
  148. package/dist/versioned-styles/solid-styles.css +1 -1
  149. package/dist/vscode.html-custom-data.json +103 -47
  150. package/dist/web-types.json +174 -48
  151. package/package.json +2 -2
@@ -1191,7 +1191,7 @@
1191
1191
  },
1192
1192
  {
1193
1193
  "name": "sd-map-marker",
1194
- "description": "A marker identifies a location on google map\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - The marker's content.\n\n### **CSS Properties:**\n - **--map-marker-scaling** - Scale the marker size. _(default: undefined)_",
1194
+ "description": "A marker identifies a location on google map\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the map marker loses focus.\n- **sd-focus** - Emitted when the map marker is focused.\n\n### **Slots:**\n - _default_ - The marker's content.\\\n\n### **CSS Properties:**\n - **--map-marker-scaling** - Scale the marker size. _(default: undefined)_",
1195
1195
  "attributes": [
1196
1196
  {
1197
1197
  "name": "variant",
@@ -1227,6 +1227,34 @@
1227
1227
  "name": "animated",
1228
1228
  "description": "The map-marker's is animated when displayed.",
1229
1229
  "values": []
1230
+ },
1231
+ {
1232
+ "name": "not-interactive",
1233
+ "description": "Determines if the map-marker is interactive.",
1234
+ "values": []
1235
+ },
1236
+ {
1237
+ "name": "href",
1238
+ "description": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
1239
+ "values": []
1240
+ },
1241
+ {
1242
+ "name": "target",
1243
+ "description": "Tells the browser where to open the link. Only used when `href` is present.",
1244
+ "values": [
1245
+ {
1246
+ "name": "_blank"
1247
+ },
1248
+ {
1249
+ "name": "_parent"
1250
+ },
1251
+ {
1252
+ "name": "_self"
1253
+ },
1254
+ {
1255
+ "name": "_top"
1256
+ }
1257
+ ]
1230
1258
  }
1231
1259
  ],
1232
1260
  "references": []
@@ -2618,7 +2646,7 @@
2618
2646
  "references": []
2619
2647
  },
2620
2648
  {
2621
- "name": "sd-3-20-5-accordion-group",
2649
+ "name": "sd-3-20-7-accordion-group",
2622
2650
  "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.",
2623
2651
  "attributes": [
2624
2652
  {
@@ -2630,7 +2658,7 @@
2630
2658
  "references": []
2631
2659
  },
2632
2660
  {
2633
- "name": "sd-3-20-5-accordion",
2661
+ "name": "sd-3-20-7-accordion",
2634
2662
  "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.",
2635
2663
  "attributes": [
2636
2664
  {
@@ -2647,7 +2675,7 @@
2647
2675
  "references": []
2648
2676
  },
2649
2677
  {
2650
- "name": "sd-3-20-5-audio",
2678
+ "name": "sd-3-20-7-audio",
2651
2679
  "description": "Used to play audio files that are part of the page content.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-playback-start** - Emitted when the audio playback starts.\n- **sd-playback-end** - Emitted when the audio playback ends.\n- **sd-playback-pause** - Emitted when the audio playback pauses.\n- **sd-playback-mute** - Emitted when the audio is muted.\n- **sd-playback-unmute** - Emitted when the audio is unmuted.\n- **sd-playback-speed** - Emitted when the playback speed is changed.\n- **sd-transcript-click** - Emitted when the transcript button is clicked.\n\n### **Slots:**\n - _default_ - The default slot.\n- **play-icon** - The play icon.\n- **pause-icon** - The pause icon.\n- **transcript** - The transcript.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **audio-controls** - The audio controls.\n- **playback-speed** - The playback speed.\n- **play-button** - The play button.\n- **volume** - The volume button.\n- **progress-slider** - The audio progress slider.\n- **timestamps** - The audio timestamps.",
2652
2680
  "attributes": [
2653
2681
  {
@@ -2679,7 +2707,7 @@
2679
2707
  "references": []
2680
2708
  },
2681
2709
  {
2682
- "name": "sd-3-20-5-badge",
2710
+ "name": "sd-3-20-7-badge",
2683
2711
  "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.",
2684
2712
  "attributes": [
2685
2713
  {
@@ -2721,7 +2749,7 @@
2721
2749
  "references": []
2722
2750
  },
2723
2751
  {
2724
- "name": "sd-3-20-5-brandshape",
2752
+ "name": "sd-3-20-7-brandshape",
2725
2753
  "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- **image** - The image slot for the 'image' variant.\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.\n- **stylized-container** - Container for border and image variant.",
2726
2754
  "attributes": [
2727
2755
  {
@@ -2770,7 +2798,7 @@
2770
2798
  "references": []
2771
2799
  },
2772
2800
  {
2773
- "name": "sd-3-20-5-button",
2801
+ "name": "sd-3-20-7-button",
2774
2802
  "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.",
2775
2803
  "attributes": [
2776
2804
  {
@@ -2942,13 +2970,13 @@
2942
2970
  "references": []
2943
2971
  },
2944
2972
  {
2945
- "name": "sd-3-20-5-carousel-item",
2973
+ "name": "sd-3-20-7-carousel-item",
2946
2974
  "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.",
2947
2975
  "attributes": [],
2948
2976
  "references": []
2949
2977
  },
2950
2978
  {
2951
- "name": "sd-3-20-5-carousel",
2979
+ "name": "sd-3-20-7-carousel",
2952
2980
  "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.",
2953
2981
  "attributes": [
2954
2982
  {
@@ -2992,7 +3020,7 @@
2992
3020
  "references": []
2993
3021
  },
2994
3022
  {
2995
- "name": "sd-3-20-5-checkbox-group",
3023
+ "name": "sd-3-20-7-checkbox-group",
2996
3024
  "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.",
2997
3025
  "attributes": [
2998
3026
  {
@@ -3031,7 +3059,7 @@
3031
3059
  "references": []
3032
3060
  },
3033
3061
  {
3034
- "name": "sd-3-20-5-checkbox",
3062
+ "name": "sd-3-20-7-checkbox",
3035
3063
  "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.",
3036
3064
  "attributes": [
3037
3065
  {
@@ -3092,7 +3120,7 @@
3092
3120
  "references": []
3093
3121
  },
3094
3122
  {
3095
- "name": "sd-3-20-5-dialog",
3123
+ "name": "sd-3-20-7-dialog",
3096
3124
  "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.",
3097
3125
  "attributes": [
3098
3126
  {
@@ -3114,7 +3142,7 @@
3114
3142
  "references": []
3115
3143
  },
3116
3144
  {
3117
- "name": "sd-3-20-5-divider",
3145
+ "name": "sd-3-20-7-divider",
3118
3146
  "description": "Dividers are used to visually separate or group elements.\n\n\n---\n\n\n\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
3119
3147
  "attributes": [
3120
3148
  {
@@ -3138,7 +3166,7 @@
3138
3166
  "references": []
3139
3167
  },
3140
3168
  {
3141
- "name": "sd-3-20-5-drawer",
3169
+ "name": "sd-3-20-7-drawer",
3142
3170
  "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.",
3143
3171
  "attributes": [
3144
3172
  {
@@ -3177,7 +3205,7 @@
3177
3205
  "references": []
3178
3206
  },
3179
3207
  {
3180
- "name": "sd-3-20-5-dropdown",
3208
+ "name": "sd-3-20-7-dropdown",
3181
3209
  "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.",
3182
3210
  "attributes": [
3183
3211
  {
@@ -3274,7 +3302,7 @@
3274
3302
  "references": []
3275
3303
  },
3276
3304
  {
3277
- "name": "sd-3-20-5-expandable",
3305
+ "name": "sd-3-20-7-expandable",
3278
3306
  "description": "Expandable 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 expandable opens.\n- **sd-after-show** - Emitted after the expandable opens and all animations are complete.\n- **sd-hide** - Emitted when the expandable closes.\n- **sd-after-hide** - Emitted after the expandable closes and all animations are complete.\n\n### **Methods:**\n - **show()** - Opens the expandable\n- **hide()** - Closes the expandable\n\n### **Slots:**\n - _default_ - Content of the expandable\n- **toggle-open** - Content of the toggle button when the expandable is open\n- **toggle-closed** - Content of the toggle button when the expandable is closed\n\n### **CSS Properties:**\n - **--gradient-color-start** - Start color of the gradient. Set the opacity to 0 (default: rgba(255, 255, 255, 0)) _(default: undefined)_\n- **--gradient-color-end** - End color of the gradient. Set the opacity to 1 (default: rgba(255, 255, 255, 1)) _(default: undefined)_\n- **--gradient-height** - Height of the gradient (default: 24px) _(default: undefined)_\n- **--component-expandable-max-block-size** - Different value for initial visible block (default: 90px) _(default: undefined)_\n\n### **CSS Parts:**\n - **content** - The content of the expandable.\n- **toggle** - The toggle button of the expandable.\n- **summary** - The summary of the expandable.\n- **details** - The details element of the expandable.",
3279
3307
  "attributes": [
3280
3308
  {
@@ -3291,7 +3319,7 @@
3291
3319
  "references": []
3292
3320
  },
3293
3321
  {
3294
- "name": "sd-3-20-5-flipcard",
3322
+ "name": "sd-3-20-7-flipcard",
3295
3323
  "description": "Flipcard allows for the addition of content/information on both \"sides\" of the card, through means of a flip animation. Used to add dynamism and interactivity to a page.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-flip-front** - Emmited when the front face of the flipcard is clicked.\n- **sd-flip-back** - Emmited when the back face of the flipcard is clicked.\n\n### **Slots:**\n - **front** - The front face of the flipcard.\n- **back** - The back face of the flipcard.\n- **media-front** - An optional media slot which can be as a background. Dependent from gradient variant.\n- **media-back** - An optional media slot which can be as a background. Dependent from gradient variant.\n\n### **CSS Properties:**\n - **--name** - Description of the flipcard. _(default: undefined)_\n- **--height** - Use this property to set the height of the flipcard. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **front** - The container that wraps the front-side of the flipcard.\n- **back** - The container that wraps the back-side of the flipcard.\n- **front-slot-container** - The container that wraps the front slot.\n- **back-slot-container** - The container that wraps the back slot.\n- **media-front** - The container that wraps the media-front slot.\n- **media-back** - The container that wraps the media-back slot.\n- **front-secondary-gradient** - The container that wraps the secondary gradient of the front side.\n- **back-secondary-gradient** - The container that wraps the secondary gradient of the back side.",
3296
3324
  "attributes": [
3297
3325
  {
@@ -3382,7 +3410,7 @@
3382
3410
  "references": []
3383
3411
  },
3384
3412
  {
3385
- "name": "sd-3-20-5-header",
3413
+ "name": "sd-3-20-7-header",
3386
3414
  "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.",
3387
3415
  "attributes": [
3388
3416
  {
@@ -3394,7 +3422,7 @@
3394
3422
  "references": []
3395
3423
  },
3396
3424
  {
3397
- "name": "sd-3-20-5-icon",
3425
+ "name": "sd-3-20-7-icon",
3398
3426
  "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.",
3399
3427
  "attributes": [
3400
3428
  {
@@ -3436,7 +3464,7 @@
3436
3464
  "references": []
3437
3465
  },
3438
3466
  {
3439
- "name": "sd-3-20-5-include",
3467
+ "name": "sd-3-20-7-include",
3440
3468
  "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.",
3441
3469
  "attributes": [
3442
3470
  {
@@ -3468,7 +3496,7 @@
3468
3496
  "references": []
3469
3497
  },
3470
3498
  {
3471
- "name": "sd-3-20-5-input",
3499
+ "name": "sd-3-20-7-input",
3472
3500
  "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.",
3473
3501
  "attributes": [
3474
3502
  {
@@ -3746,7 +3774,7 @@
3746
3774
  "references": []
3747
3775
  },
3748
3776
  {
3749
- "name": "sd-3-20-5-link",
3777
+ "name": "sd-3-20-7-link",
3750
3778
  "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.",
3751
3779
  "attributes": [
3752
3780
  {
@@ -3806,8 +3834,8 @@
3806
3834
  "references": []
3807
3835
  },
3808
3836
  {
3809
- "name": "sd-3-20-5-map-marker",
3810
- "description": "A marker identifies a location on google map\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - The marker's content.\n\n### **CSS Properties:**\n - **--map-marker-scaling** - Scale the marker size. _(default: undefined)_",
3837
+ "name": "sd-3-20-7-map-marker",
3838
+ "description": "A marker identifies a location on google map\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the map marker loses focus.\n- **sd-focus** - Emitted when the map marker is focused.\n\n### **Slots:**\n - _default_ - The marker's content.\\\n\n### **CSS Properties:**\n - **--map-marker-scaling** - Scale the marker size. _(default: undefined)_",
3811
3839
  "attributes": [
3812
3840
  {
3813
3841
  "name": "variant",
@@ -3843,12 +3871,40 @@
3843
3871
  "name": "animated",
3844
3872
  "description": "The map-marker's is animated when displayed.",
3845
3873
  "values": []
3874
+ },
3875
+ {
3876
+ "name": "not-interactive",
3877
+ "description": "Determines if the map-marker is interactive.",
3878
+ "values": []
3879
+ },
3880
+ {
3881
+ "name": "href",
3882
+ "description": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
3883
+ "values": []
3884
+ },
3885
+ {
3886
+ "name": "target",
3887
+ "description": "Tells the browser where to open the link. Only used when `href` is present.",
3888
+ "values": [
3889
+ {
3890
+ "name": "_blank"
3891
+ },
3892
+ {
3893
+ "name": "_parent"
3894
+ },
3895
+ {
3896
+ "name": "_self"
3897
+ },
3898
+ {
3899
+ "name": "_top"
3900
+ }
3901
+ ]
3846
3902
  }
3847
3903
  ],
3848
3904
  "references": []
3849
3905
  },
3850
3906
  {
3851
- "name": "sd-3-20-5-navigation-item",
3907
+ "name": "sd-3-20-7-navigation-item",
3852
3908
  "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.",
3853
3909
  "attributes": [
3854
3910
  {
@@ -3942,7 +3998,7 @@
3942
3998
  "references": []
3943
3999
  },
3944
4000
  {
3945
- "name": "sd-3-20-5-notification",
4001
+ "name": "sd-3-20-7-notification",
3946
4002
  "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>`.",
3947
4003
  "attributes": [
3948
4004
  {
@@ -3999,7 +4055,7 @@
3999
4055
  "references": []
4000
4056
  },
4001
4057
  {
4002
- "name": "sd-3-20-5-option",
4058
+ "name": "sd-3-20-7-option",
4003
4059
  "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.",
4004
4060
  "attributes": [
4005
4061
  {
@@ -4036,7 +4092,7 @@
4036
4092
  "references": []
4037
4093
  },
4038
4094
  {
4039
- "name": "sd-3-20-5-popup",
4095
+ "name": "sd-3-20-7-popup",
4040
4096
  "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.",
4041
4097
  "attributes": [
4042
4098
  {
@@ -4260,7 +4316,7 @@
4260
4316
  "references": []
4261
4317
  },
4262
4318
  {
4263
- "name": "sd-3-20-5-quickfact",
4319
+ "name": "sd-3-20-7-quickfact",
4264
4320
  "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 - **icon** - Optional icon to show in the header. Works best with `<sd-icon>`.\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 - **icon** - The container that wraps the icon.\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.",
4265
4321
  "attributes": [
4266
4322
  {
@@ -4282,7 +4338,7 @@
4282
4338
  "references": []
4283
4339
  },
4284
4340
  {
4285
- "name": "sd-3-20-5-radio-button",
4341
+ "name": "sd-3-20-7-radio-button",
4286
4342
  "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.",
4287
4343
  "attributes": [
4288
4344
  {
@@ -4314,7 +4370,7 @@
4314
4370
  "references": []
4315
4371
  },
4316
4372
  {
4317
- "name": "sd-3-20-5-radio-group",
4373
+ "name": "sd-3-20-7-radio-group",
4318
4374
  "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.",
4319
4375
  "attributes": [
4320
4376
  {
@@ -4378,7 +4434,7 @@
4378
4434
  "references": []
4379
4435
  },
4380
4436
  {
4381
- "name": "sd-3-20-5-radio",
4437
+ "name": "sd-3-20-7-radio",
4382
4438
  "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.",
4383
4439
  "attributes": [
4384
4440
  {
@@ -4415,7 +4471,7 @@
4415
4471
  "references": []
4416
4472
  },
4417
4473
  {
4418
- "name": "sd-3-20-5-scrollable",
4474
+ "name": "sd-3-20-7-scrollable",
4419
4475
  "description": "Scrollable is used to indicate there is hidden content to be scrolled.\n\n\n---\n\n\n\n\n### **Events:**\n - **start** - Emitted when the start of the scrollable is reached.\n- **end** - Emitted when the end of the scrollable is reached.\n- **eventName** - undefined\n- **button-left** - Emitted when the left button is clicked.\n- **button-right** - Emitted when the right button is clicked.\n- **button-up** - Emitted when the top button is clicked.\n- **button-down** - Emitted when the bottom button is clicked.\n\n### **Slots:**\n - _default_ - The scrollable's content.\n- **icon-start** - The scrollable's start icon.\n- **icon-end** - The scrollable's end icon.\n\n### **CSS Properties:**\n - **--gradient-color** - Defines a custom color for the gradient. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The scrollable's base wrapper.\n- **scroll-content** - The scrollable's content.\n- **button-start** - The scrollable's start scroll button.\n- **button-end** - The scrollable's end scroll button.\n- **button-left** - The scrollable's left scroll button.\n- **button-right** - The scrollable's right scroll button.\n- **button-top** - The scrollable's top scroll button.\n- **button-bottom** - The scrollable's bottom scroll button.\n- **shadow-left** - The scrollable's left shadow.\n- **shadow-right** - The scrollable's right shadow.\n- **shadow-top** - The scrollable's top shadow.\n- **shadow-bottom** - The scrollable's bottom shadow.",
4420
4476
  "attributes": [
4421
4477
  {
@@ -4462,7 +4518,7 @@
4462
4518
  "references": []
4463
4519
  },
4464
4520
  {
4465
- "name": "sd-3-20-5-select",
4521
+ "name": "sd-3-20-7-select",
4466
4522
  "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.",
4467
4523
  "attributes": [
4468
4524
  {
@@ -4587,7 +4643,7 @@
4587
4643
  "references": []
4588
4644
  },
4589
4645
  {
4590
- "name": "sd-3-20-5-spinner",
4646
+ "name": "sd-3-20-7-spinner",
4591
4647
  "description": "Spinners are used to show the progress of an indeterminate operation.\n\n\n---\n\n\n",
4592
4648
  "attributes": [
4593
4649
  {
@@ -4609,7 +4665,7 @@
4609
4665
  "references": []
4610
4666
  },
4611
4667
  {
4612
- "name": "sd-3-20-5-step-group",
4668
+ "name": "sd-3-20-7-step-group",
4613
4669
  "description": "Used as navigation bar that guides users through the steps of a process or task.\n\n\n---\n\n\n\n\n### **Methods:**\n - **setActiveStep(index: _number_)** - Sets the active step.\n\n### **Slots:**\n - _default_ - Used for grouping steps in the step group. Must be `<sd-step>` elements.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **body** - The container that wraps the steps.",
4614
4670
  "attributes": [
4615
4671
  {
@@ -4650,7 +4706,7 @@
4650
4706
  "references": []
4651
4707
  },
4652
4708
  {
4653
- "name": "sd-3-20-5-step",
4709
+ "name": "sd-3-20-7-step",
4654
4710
  "description": "Steps are used inside [step groups](/components/step-group) to guide users through the steps of a process or task..\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### **Slots:**\n - _default_ - The step's description.\n- **label** - The step's label.\n- **index** - The step's index.\n- **circle-content** - The content inside a step circle. This could be an icon or a number.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **circle-and-tail-container** - The container that wraps the step's circle and tail.\n- **circle** - The circle that marks the step's state.\n- **tail** - The step's tail.\n- **text-container** - The container that wraps the step's label and description.\n- **label** - The step's label.\n- **description** - The step's description.",
4655
4711
  "attributes": [
4656
4712
  {
@@ -4721,7 +4777,7 @@
4721
4777
  "references": []
4722
4778
  },
4723
4779
  {
4724
- "name": "sd-3-20-5-switch",
4780
+ "name": "sd-3-20-7-switch",
4725
4781
  "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.",
4726
4782
  "attributes": [
4727
4783
  {
@@ -4763,7 +4819,7 @@
4763
4819
  "references": []
4764
4820
  },
4765
4821
  {
4766
- "name": "sd-3-20-5-tab-group",
4822
+ "name": "sd-3-20-7-tab-group",
4767
4823
  "description": "Tab groups organize content into a container that shows one section at a time.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-tab-show** - Emitted when a tab is shown.\n- **sd-tab-hide** - Emitted when a tab is hidden.\n\n### **Methods:**\n - **show(panel: _string_)** - Shows the specified tab panel.\n\n### **Slots:**\n - _default_ - Used for grouping tab panels in the tab group. Must be `<sd-tab-panel>` elements.\n- **nav** - Used for grouping tabs in the tab group. Must be `<sd-tab>` elements.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **nav** - The tab group's navigation container where tabs are slotted in.\n- **scroll-container** - The container that wraps the tabs and active-tab-indicator.\n- **tabs** - The container that wraps the tabs.\n- **separation** - The line that separates tabs from panels.\n- **body** - The tab group's body where tab panels are slotted in.\n- **scroll-button--start** - The starting scroll button.\n- **scroll-button--end** - The ending scroll button.\n- **scroll-button__base** - The scroll button's exported `base` part.",
4768
4824
  "attributes": [
4769
4825
  {
@@ -4782,7 +4838,7 @@
4782
4838
  "references": []
4783
4839
  },
4784
4840
  {
4785
- "name": "sd-3-20-5-tab-panel",
4841
+ "name": "sd-3-20-7-tab-panel",
4786
4842
  "description": "Tab panels are used inside [tab groups](/components/tab-group) to display tabbed content.\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - The tab panel's content.\n\n### **CSS Properties:**\n - **--padding** - The tab panel's padding. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
4787
4843
  "attributes": [
4788
4844
  {
@@ -4799,7 +4855,7 @@
4799
4855
  "references": []
4800
4856
  },
4801
4857
  {
4802
- "name": "sd-3-20-5-tab",
4858
+ "name": "sd-3-20-7-tab",
4803
4859
  "description": "Tabs are used inside [tab groups](/components/tab-group) to represent and activate [tab panels](/components/tab-panel).\n\n\n---\n\n\n\n\n### **Methods:**\n - **focus(options: _FocusOptions_)** - Sets focus to the tab.\n- **blur()** - Removes focus from the tab.\n\n### **Slots:**\n - _default_ - The tab's label.\n- **left** - Optional element (eg. icon) positioned to the left of the label.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **active-tab-indicator** - The active tab indicator.\n- **hover-bottom-border** - The bottom border that appears when the tab is hovered.",
4804
4860
  "attributes": [
4805
4861
  {
@@ -4833,7 +4889,7 @@
4833
4889
  "references": []
4834
4890
  },
4835
4891
  {
4836
- "name": "sd-3-20-5-tag",
4892
+ "name": "sd-3-20-7-tag",
4837
4893
  "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.",
4838
4894
  "attributes": [
4839
4895
  {
@@ -4895,7 +4951,7 @@
4895
4951
  "references": []
4896
4952
  },
4897
4953
  {
4898
- "name": "sd-3-20-5-teaser-media",
4954
+ "name": "sd-3-20-7-teaser-media",
4899
4955
  "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- **expandable** - An optional expandable slot, <strong>not</strong> shown on small devices.\n- **headline** - headline slot.\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- **expandable** - The container that wraps the expandable.\n- **main** - The container that wraps the main content.",
4900
4956
  "attributes": [
4901
4957
  {
@@ -4925,7 +4981,7 @@
4925
4981
  "references": []
4926
4982
  },
4927
4983
  {
4928
- "name": "sd-3-20-5-teaser",
4984
+ "name": "sd-3-20-7-teaser",
4929
4985
  "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.",
4930
4986
  "attributes": [
4931
4987
  {
@@ -4962,7 +5018,7 @@
4962
5018
  "references": []
4963
5019
  },
4964
5020
  {
4965
- "name": "sd-3-20-5-textarea",
5021
+ "name": "sd-3-20-7-textarea",
4966
5022
  "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.",
4967
5023
  "attributes": [
4968
5024
  {
@@ -5144,7 +5200,7 @@
5144
5200
  "references": []
5145
5201
  },
5146
5202
  {
5147
- "name": "sd-3-20-5-tooltip",
5203
+ "name": "sd-3-20-7-tooltip",
5148
5204
  "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.",
5149
5205
  "attributes": [
5150
5206
  {
@@ -5212,7 +5268,7 @@
5212
5268
  "references": []
5213
5269
  },
5214
5270
  {
5215
- "name": "sd-3-20-5-video",
5271
+ "name": "sd-3-20-7-video",
5216
5272
  "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.",
5217
5273
  "attributes": [
5218
5274
  {