@solid-design-system/components 1.31.0 → 1.33.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 (149) hide show
  1. package/dist/components/es/checkbox.js +1 -1
  2. package/dist/components/es/default-value.js +1 -0
  3. package/dist/components/es/drawer.js +1 -1
  4. package/dist/components/es/dropdown.js +1 -1
  5. package/dist/components/es/form-control.styles.js +1 -0
  6. package/dist/components/es/icon.js +3 -4
  7. package/dist/components/es/input.js +1 -1
  8. package/dist/components/es/live.js +3 -3
  9. package/dist/components/es/option.js +1 -0
  10. package/dist/components/es/popup.js +1 -1
  11. package/dist/components/es/scroll.js +1 -0
  12. package/dist/components/es/select.js +5 -0
  13. package/dist/components/es/solid-components2.js +1 -1
  14. package/dist/components/es/solid-element.js +1 -1
  15. package/dist/components/es/switch.js +1 -1
  16. package/dist/components/es/tabbable.js +1 -1
  17. package/dist/components/es/tag.js +1 -1
  18. package/dist/components/es/textarea.js +1 -0
  19. package/dist/components/umd/solid-components.js +25 -22
  20. package/dist/custom-elements.json +1 -1
  21. package/dist/package/components/input/input.js +2 -2
  22. package/dist/package/components/option/option.d.ts +30 -0
  23. package/dist/package/components/option/option.js +145 -0
  24. package/dist/package/components/popup/popup.d.ts +3 -0
  25. package/dist/package/components/popup/popup.js +17 -0
  26. package/dist/package/components/select/select.d.ts +101 -0
  27. package/dist/package/components/select/select.js +700 -0
  28. package/dist/package/components/tag/tag.d.ts +1 -0
  29. package/dist/package/components/tag/tag.js +5 -3
  30. package/dist/package/components/textarea/textarea.d.ts +67 -0
  31. package/dist/package/components/textarea/textarea.js +315 -0
  32. package/dist/package/solid-components.d.ts +3 -0
  33. package/dist/package/solid-components.js +24 -18
  34. package/dist/package/styles/tailwind.css.js +1 -1
  35. package/dist/package/translations/en.js +3 -4
  36. package/dist/package/utilities/localize.d.ts +1 -0
  37. package/dist/versioned-components/es/accordion-group.js +1 -1
  38. package/dist/versioned-components/es/accordion.js +1 -1
  39. package/dist/versioned-components/es/badge.js +1 -1
  40. package/dist/versioned-components/es/brandshape.js +1 -1
  41. package/dist/versioned-components/es/button.js +1 -1
  42. package/dist/versioned-components/es/carousel-item.js +1 -1
  43. package/dist/versioned-components/es/carousel.js +3 -3
  44. package/dist/versioned-components/es/checkbox-group.js +1 -1
  45. package/dist/versioned-components/es/checkbox.js +1 -1
  46. package/dist/versioned-components/es/default-value.js +1 -0
  47. package/dist/versioned-components/es/divider.js +1 -1
  48. package/dist/versioned-components/es/drawer.js +1 -1
  49. package/dist/versioned-components/es/dropdown.js +1 -1
  50. package/dist/versioned-components/es/form-control.styles.js +1 -0
  51. package/dist/versioned-components/es/form.js +1 -1
  52. package/dist/versioned-components/es/header.js +1 -1
  53. package/dist/versioned-components/es/icon.js +3 -4
  54. package/dist/versioned-components/es/include.js +1 -1
  55. package/dist/versioned-components/es/input.js +1 -1
  56. package/dist/versioned-components/es/link.js +1 -1
  57. package/dist/versioned-components/es/live.js +3 -3
  58. package/dist/versioned-components/es/navigation-item.js +1 -1
  59. package/dist/versioned-components/es/notification.js +1 -1
  60. package/dist/versioned-components/es/option.js +1 -0
  61. package/dist/versioned-components/es/popup.js +1 -1
  62. package/dist/versioned-components/es/radio-group.js +1 -1
  63. package/dist/versioned-components/es/radio.js +1 -1
  64. package/dist/versioned-components/es/scroll.js +1 -0
  65. package/dist/versioned-components/es/select.js +5 -0
  66. package/dist/versioned-components/es/solid-components2.js +1 -1
  67. package/dist/versioned-components/es/solid-element.js +1 -1
  68. package/dist/versioned-components/es/spinner.js +1 -1
  69. package/dist/versioned-components/es/switch.js +1 -1
  70. package/dist/versioned-components/es/tabbable.js +1 -1
  71. package/dist/versioned-components/es/tag.js +1 -1
  72. package/dist/versioned-components/es/teaser.js +1 -1
  73. package/dist/versioned-components/es/textarea.js +1 -0
  74. package/dist/versioned-components/es/tooltip.js +2 -2
  75. package/dist/versioned-components/es/video.js +1 -1
  76. package/dist/versioned-package/_components/button-group/button-group.d.ts +1 -1
  77. package/dist/versioned-package/_components/button-group/button-group.js +11 -11
  78. package/dist/versioned-package/components/accordion/accordion.d.ts +1 -1
  79. package/dist/versioned-package/components/accordion/accordion.js +2 -2
  80. package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +1 -1
  81. package/dist/versioned-package/components/accordion-group/accordion-group.js +3 -3
  82. package/dist/versioned-package/components/badge/badge.d.ts +1 -1
  83. package/dist/versioned-package/components/badge/badge.js +1 -1
  84. package/dist/versioned-package/components/brandshape/brandshape.d.ts +1 -1
  85. package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
  86. package/dist/versioned-package/components/button/button.d.ts +1 -1
  87. package/dist/versioned-package/components/button/button.js +4 -4
  88. package/dist/versioned-package/components/carousel/carousel.d.ts +1 -1
  89. package/dist/versioned-package/components/carousel/carousel.js +6 -6
  90. package/dist/versioned-package/components/carousel-item/carousel-item.d.ts +1 -1
  91. package/dist/versioned-package/components/carousel-item/carousel-item.js +1 -1
  92. package/dist/versioned-package/components/checkbox/checkbox.d.ts +1 -1
  93. package/dist/versioned-package/components/checkbox/checkbox.js +4 -4
  94. package/dist/versioned-package/components/checkbox-group/checkbox-group.d.ts +1 -1
  95. package/dist/versioned-package/components/checkbox-group/checkbox-group.js +5 -5
  96. package/dist/versioned-package/components/divider/divider.d.ts +1 -1
  97. package/dist/versioned-package/components/divider/divider.js +2 -2
  98. package/dist/versioned-package/components/drawer/drawer.d.ts +1 -1
  99. package/dist/versioned-package/components/drawer/drawer.js +2 -2
  100. package/dist/versioned-package/components/dropdown/dropdown.d.ts +1 -1
  101. package/dist/versioned-package/components/dropdown/dropdown.js +8 -8
  102. package/dist/versioned-package/components/header/header.d.ts +1 -1
  103. package/dist/versioned-package/components/header/header.js +4 -4
  104. package/dist/versioned-package/components/icon/icon.d.ts +1 -1
  105. package/dist/versioned-package/components/icon/icon.js +1 -1
  106. package/dist/versioned-package/components/include/include.d.ts +1 -1
  107. package/dist/versioned-package/components/include/include.js +1 -1
  108. package/dist/versioned-package/components/input/input.d.ts +1 -1
  109. package/dist/versioned-package/components/input/input.js +6 -6
  110. package/dist/versioned-package/components/link/link.d.ts +1 -1
  111. package/dist/versioned-package/components/link/link.js +2 -2
  112. package/dist/versioned-package/components/navigation-item/navigation-item.d.ts +1 -1
  113. package/dist/versioned-package/components/navigation-item/navigation-item.js +3 -3
  114. package/dist/versioned-package/components/notification/notification.d.ts +1 -1
  115. package/dist/versioned-package/components/notification/notification.js +5 -5
  116. package/dist/versioned-package/components/option/option.d.ts +30 -0
  117. package/dist/versioned-package/components/option/option.js +145 -0
  118. package/dist/versioned-package/components/popup/popup.d.ts +4 -1
  119. package/dist/versioned-package/components/popup/popup.js +18 -1
  120. package/dist/versioned-package/components/radio/radio.d.ts +1 -1
  121. package/dist/versioned-package/components/radio/radio.js +2 -2
  122. package/dist/versioned-package/components/radio-group/radio-group.d.ts +2 -2
  123. package/dist/versioned-package/components/radio-group/radio-group.js +14 -14
  124. package/dist/versioned-package/components/select/select.d.ts +101 -0
  125. package/dist/versioned-package/components/select/select.js +700 -0
  126. package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
  127. package/dist/versioned-package/components/spinner/spinner.js +1 -1
  128. package/dist/versioned-package/components/switch/switch.d.ts +1 -1
  129. package/dist/versioned-package/components/switch/switch.js +2 -2
  130. package/dist/versioned-package/components/tag/tag.d.ts +2 -1
  131. package/dist/versioned-package/components/tag/tag.js +6 -4
  132. package/dist/versioned-package/components/teaser/teaser.js +1 -1
  133. package/dist/versioned-package/components/textarea/textarea.d.ts +67 -0
  134. package/dist/versioned-package/components/textarea/textarea.js +315 -0
  135. package/dist/versioned-package/components/tooltip/tooltip.d.ts +1 -1
  136. package/dist/versioned-package/components/tooltip/tooltip.js +5 -5
  137. package/dist/versioned-package/components/video/video.d.ts +1 -1
  138. package/dist/versioned-package/components/video/video.js +2 -2
  139. package/dist/versioned-package/internal/form.js +2 -2
  140. package/dist/versioned-package/solid-components.d.ts +3 -0
  141. package/dist/versioned-package/solid-components.js +24 -18
  142. package/dist/versioned-package/styles/form-control.styles.js +1 -1
  143. package/dist/versioned-package/styles/tailwind.css.js +1 -1
  144. package/dist/versioned-package/translations/en.js +3 -4
  145. package/dist/versioned-package/utilities/localize.d.ts +1 -0
  146. package/dist/versioned-styles/solid-styles.css +1 -1
  147. package/dist/vscode.html-custom-data.json +795 -127
  148. package/dist/web-types.json +1428 -276
  149. package/package.json +3 -3
@@ -1151,9 +1151,46 @@
1151
1151
  ],
1152
1152
  "references": []
1153
1153
  },
1154
+ {
1155
+ "name": "sd-option",
1156
+ "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.",
1157
+ "attributes": [
1158
+ {
1159
+ "name": "size",
1160
+ "description": "The option's size is inherited automatically from the `size` attribute of the parent `sd-select`.",
1161
+ "values": [
1162
+ {
1163
+ "name": "lg"
1164
+ },
1165
+ {
1166
+ "name": "md"
1167
+ },
1168
+ {
1169
+ "name": "sm"
1170
+ }
1171
+ ]
1172
+ },
1173
+ {
1174
+ "name": "checkbox",
1175
+ "description": "Prefixes a styled checkbox to the option. Enabled automatically in `sd-select` when attribute `checklist` is set to `true`.",
1176
+ "values": []
1177
+ },
1178
+ {
1179
+ "name": "disabled",
1180
+ "description": "Draws the option in a disabled state, preventing selection.",
1181
+ "values": []
1182
+ },
1183
+ {
1184
+ "name": "value",
1185
+ "description": "The option's value. When selected, the containing form control will receive this value. The value must be unique\nfrom other options in the same group. Values may not contain spaces, as spaces are used as delimiters when listing\nmultiple values.",
1186
+ "values": []
1187
+ }
1188
+ ],
1189
+ "references": []
1190
+ },
1154
1191
  {
1155
1192
  "name": "sd-popup",
1156
- "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\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.",
1193
+ "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.",
1157
1194
  "attributes": [
1158
1195
  {
1159
1196
  "name": "anchor",
@@ -1465,6 +1502,126 @@
1465
1502
  ],
1466
1503
  "references": []
1467
1504
  },
1505
+ {
1506
+ "name": "sd-select",
1507
+ "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.",
1508
+ "attributes": [
1509
+ {
1510
+ "name": "open",
1511
+ "description": "Indicates whether or not the select is open. You can toggle this attribute to show and hide the menu, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the select's open state.",
1512
+ "values": []
1513
+ },
1514
+ {
1515
+ "name": "size",
1516
+ "description": "The select's size.",
1517
+ "values": [
1518
+ {
1519
+ "name": "lg"
1520
+ },
1521
+ {
1522
+ "name": "md"
1523
+ },
1524
+ {
1525
+ "name": "sm"
1526
+ }
1527
+ ]
1528
+ },
1529
+ {
1530
+ "name": "label",
1531
+ "description": "The select's label. If you need to display HTML, use the `label` slot instead.",
1532
+ "values": []
1533
+ },
1534
+ {
1535
+ "name": "placeholder",
1536
+ "description": "Placeholder text to show as a hint when the select is empty.",
1537
+ "values": []
1538
+ },
1539
+ {
1540
+ "name": "help-text",
1541
+ "description": "The select's help text. If you need to display HTML, use the `help-text` slot instead.",
1542
+ "values": []
1543
+ },
1544
+ {
1545
+ "name": "placement",
1546
+ "description": "The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.",
1547
+ "values": [
1548
+ {
1549
+ "name": "top"
1550
+ },
1551
+ {
1552
+ "name": "bottom"
1553
+ }
1554
+ ]
1555
+ },
1556
+ {
1557
+ "name": "clearable",
1558
+ "description": "Adds a clear button when the select is not empty.",
1559
+ "values": []
1560
+ },
1561
+ {
1562
+ "name": "disabled",
1563
+ "description": "Disables the select control.",
1564
+ "values": []
1565
+ },
1566
+ {
1567
+ "name": "multiple",
1568
+ "description": "Allows more than one option to be selected.",
1569
+ "values": []
1570
+ },
1571
+ {
1572
+ "name": "useTags",
1573
+ "description": "Uses interactive `sd-tag` elements representing individual options in the display input when `multiple` is `true`.",
1574
+ "values": []
1575
+ },
1576
+ {
1577
+ "name": "max-options-visible",
1578
+ "description": "The maximum number of selected options to show when `multiple` and `useTags` are `true`. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.",
1579
+ "values": []
1580
+ },
1581
+ {
1582
+ "name": "form",
1583
+ "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
1584
+ "values": []
1585
+ },
1586
+ {
1587
+ "name": "name",
1588
+ "description": "The name of the select, submitted as a name/value pair with form data.",
1589
+ "values": []
1590
+ },
1591
+ {
1592
+ "name": "value",
1593
+ "description": "The current value of the select, submitted as a name/value pair with form data. When `multiple` is enabled, the\nvalue attribute will be a space-delimited list of values based on the options selected, and the value property will\nbe an array. **For this reason, values must not contain spaces.**",
1594
+ "values": [
1595
+ {
1596
+ "name": "string[]"
1597
+ }
1598
+ ]
1599
+ },
1600
+ {
1601
+ "name": "required",
1602
+ "description": "The select's required attribute.",
1603
+ "values": []
1604
+ },
1605
+ {
1606
+ "name": "hoist",
1607
+ "description": "Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
1608
+ "values": []
1609
+ },
1610
+ {
1611
+ "name": "getTag",
1612
+ "description": "A function that customizes the tags to be rendered when multiple=true. The first argument is the option, the second\nis the current tag's index. The function should return either a Lit TemplateResult or a string containing trusted HTML of the symbol to render at\nthe specified value.",
1613
+ "values": [
1614
+ {
1615
+ "name": "(option: SdOption, index: number) => TemplateResult"
1616
+ },
1617
+ {
1618
+ "name": "HTMLElement"
1619
+ }
1620
+ ]
1621
+ }
1622
+ ],
1623
+ "references": []
1624
+ },
1468
1625
  {
1469
1626
  "name": "sd-spinner",
1470
1627
  "description": "Spinners are used to show the progress of an indeterminate operation.\n\n\n---\n\n\n",
@@ -1531,7 +1688,7 @@
1531
1688
  },
1532
1689
  {
1533
1690
  "name": "sd-tag",
1534
- "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\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.",
1691
+ "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.",
1535
1692
  "attributes": [
1536
1693
  {
1537
1694
  "name": "size",
@@ -1629,168 +1786,345 @@
1629
1786
  "references": []
1630
1787
  },
1631
1788
  {
1632
- "name": "sd-tooltip",
1633
- "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.",
1789
+ "name": "sd-textarea",
1790
+ "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.",
1634
1791
  "attributes": [
1635
1792
  {
1636
- "name": "content",
1637
- "description": "The tooltip's content. If you need to display HTML, use the `content` slot instead.",
1793
+ "name": "title",
1794
+ "description": "An empty title prevents browser validation tooltips from appearing on hover",
1638
1795
  "values": []
1639
1796
  },
1640
1797
  {
1641
- "name": "placement",
1642
- "description": "The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.",
1643
- "values": [
1644
- {
1645
- "name": "top"
1646
- },
1647
- {
1648
- "name": "top-start"
1649
- },
1650
- {
1651
- "name": "top-end"
1652
- },
1653
- {
1654
- "name": "bottom"
1655
- },
1656
- {
1657
- "name": "bottom-start"
1658
- },
1659
- {
1660
- "name": "bottom-end"
1661
- }
1662
- ]
1798
+ "name": "name",
1799
+ "description": "The name of the textarea, submitted as a name/value pair with form data.",
1800
+ "values": []
1801
+ },
1802
+ {
1803
+ "name": "value",
1804
+ "description": "The current value of the textarea, submitted as a name/value pair with form data.",
1805
+ "values": []
1663
1806
  },
1664
1807
  {
1665
1808
  "name": "size",
1666
- "description": "Sets the size of the default trigger icon.",
1809
+ "description": "The textarea's size.",
1667
1810
  "values": [
1668
1811
  {
1669
1812
  "name": "lg"
1670
1813
  },
1814
+ {
1815
+ "name": "md"
1816
+ },
1671
1817
  {
1672
1818
  "name": "sm"
1673
1819
  }
1674
1820
  ]
1675
1821
  },
1676
1822
  {
1677
- "name": "disabled",
1678
- "description": "Disables the tooltip so it won't show when triggered.",
1823
+ "name": "label",
1824
+ "description": "The textarea's label. If you need to display HTML, use the `label` slot instead.",
1679
1825
  "values": []
1680
1826
  },
1681
1827
  {
1682
- "name": "open",
1683
- "description": "Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.",
1828
+ "name": "help-text",
1829
+ "description": "The textarea's help text. If you need to display HTML, use the `help-text` slot instead.",
1684
1830
  "values": []
1685
1831
  },
1686
1832
  {
1687
- "name": "trigger",
1688
- "description": "Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.",
1833
+ "name": "placeholder",
1834
+ "description": "Placeholder text to show as a hint when the input is empty.",
1689
1835
  "values": []
1690
1836
  },
1691
1837
  {
1692
- "name": "hoist",
1693
- "description": "Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.",
1838
+ "name": "rows",
1839
+ "description": "The number of rows to display by default.",
1694
1840
  "values": []
1695
- }
1696
- ],
1697
- "references": []
1698
- },
1699
- {
1700
- "name": "sd-video",
1701
- "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.",
1702
- "attributes": [
1841
+ },
1703
1842
  {
1704
- "name": "playing",
1705
- "description": "Set to `true` to hide the play icon and the overlay.",
1843
+ "name": "disabled",
1844
+ "description": "Disables the textarea.",
1706
1845
  "values": []
1707
1846
  },
1708
1847
  {
1709
- "name": "overlay",
1710
- "description": "Set to `true` to show a dark overlay. Only used when `playing` is `false`.",
1848
+ "name": "readonly",
1849
+ "description": "Makes the textarea readonly.",
1711
1850
  "values": []
1712
1851
  },
1713
1852
  {
1714
- "name": "isBelowBreakpoint",
1715
- "description": "Reactive property to trigger breakpoint re-renders.",
1853
+ "name": "form",
1854
+ "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
1716
1855
  "values": []
1717
- }
1718
- ],
1719
- "references": []
1720
- },
1721
- {
1722
- "name": "sd-1-31-0-accordion-group",
1723
- "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.",
1724
- "attributes": [
1856
+ },
1725
1857
  {
1726
- "name": "close-others",
1727
- "description": "Closes other accordions.",
1858
+ "name": "required",
1859
+ "description": "Makes the textarea a required field.",
1728
1860
  "values": []
1729
- }
1730
- ],
1731
- "references": []
1732
- },
1733
- {
1734
- "name": "sd-1-31-0-accordion",
1735
- "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- **content** - The container that wraps the accordion content slot.\n- **content__slot** - The accordion content slot.",
1736
- "attributes": [
1861
+ },
1737
1862
  {
1738
- "name": "open",
1739
- "description": "Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.",
1863
+ "name": "minlength",
1864
+ "description": "The minimum length of input that will be considered valid.",
1740
1865
  "values": []
1741
1866
  },
1742
1867
  {
1743
- "name": "summary",
1744
- "description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
1868
+ "name": "maxlength",
1869
+ "description": "The maximum length of input that will be considered valid.",
1745
1870
  "values": []
1746
- }
1747
- ],
1748
- "references": []
1749
- },
1750
- {
1751
- "name": "sd-1-31-0-badge",
1752
- "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.",
1753
- "attributes": [
1871
+ },
1754
1872
  {
1755
- "name": "variant",
1756
- "description": "The badge's theme variant.",
1873
+ "name": "autocapitalize",
1874
+ "description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
1757
1875
  "values": [
1758
1876
  {
1759
- "name": "default"
1877
+ "name": "off"
1760
1878
  },
1761
1879
  {
1762
- "name": "success"
1880
+ "name": "none"
1763
1881
  },
1764
1882
  {
1765
- "name": "error"
1766
- }
1767
- ]
1768
- },
1769
- {
1770
- "name": "size",
1771
- "description": "The badge's size.",
1772
- "values": [
1883
+ "name": "on"
1884
+ },
1773
1885
  {
1774
- "name": "lg"
1886
+ "name": "sentences"
1775
1887
  },
1776
1888
  {
1777
- "name": "md"
1889
+ "name": "words"
1778
1890
  },
1779
1891
  {
1780
- "name": "sm"
1892
+ "name": "characters"
1781
1893
  }
1782
1894
  ]
1783
1895
  },
1784
1896
  {
1785
- "name": "inverted",
1786
- "description": "Inverts the badge.",
1787
- "values": []
1788
- }
1897
+ "name": "autocorrect",
1898
+ "description": "Indicates whether the browser's autocorrect feature is on or off.",
1899
+ "values": [
1900
+ {
1901
+ "name": "off"
1902
+ },
1903
+ {
1904
+ "name": "on"
1905
+ }
1906
+ ]
1907
+ },
1908
+ {
1909
+ "name": "autocomplete",
1910
+ "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
1911
+ "values": []
1912
+ },
1913
+ {
1914
+ "name": "autofocus",
1915
+ "description": "Indicates that the input should receive focus on page load.",
1916
+ "values": []
1917
+ },
1918
+ {
1919
+ "name": "enterkeyhint",
1920
+ "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
1921
+ "values": [
1922
+ {
1923
+ "name": "enter"
1924
+ },
1925
+ {
1926
+ "name": "done"
1927
+ },
1928
+ {
1929
+ "name": "go"
1930
+ },
1931
+ {
1932
+ "name": "next"
1933
+ },
1934
+ {
1935
+ "name": "previous"
1936
+ },
1937
+ {
1938
+ "name": "search"
1939
+ },
1940
+ {
1941
+ "name": "send"
1942
+ }
1943
+ ]
1944
+ },
1945
+ {
1946
+ "name": "spellcheck",
1947
+ "description": "Enables spell checking on the textarea.",
1948
+ "values": []
1949
+ },
1950
+ {
1951
+ "name": "inputmode",
1952
+ "description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
1953
+ "values": [
1954
+ {
1955
+ "name": "none"
1956
+ },
1957
+ {
1958
+ "name": "text"
1959
+ }
1960
+ ]
1961
+ }
1789
1962
  ],
1790
1963
  "references": []
1791
1964
  },
1792
1965
  {
1793
- "name": "sd-1-31-0-brandshape",
1966
+ "name": "sd-tooltip",
1967
+ "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.",
1968
+ "attributes": [
1969
+ {
1970
+ "name": "content",
1971
+ "description": "The tooltip's content. If you need to display HTML, use the `content` slot instead.",
1972
+ "values": []
1973
+ },
1974
+ {
1975
+ "name": "placement",
1976
+ "description": "The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.",
1977
+ "values": [
1978
+ {
1979
+ "name": "top"
1980
+ },
1981
+ {
1982
+ "name": "top-start"
1983
+ },
1984
+ {
1985
+ "name": "top-end"
1986
+ },
1987
+ {
1988
+ "name": "bottom"
1989
+ },
1990
+ {
1991
+ "name": "bottom-start"
1992
+ },
1993
+ {
1994
+ "name": "bottom-end"
1995
+ }
1996
+ ]
1997
+ },
1998
+ {
1999
+ "name": "size",
2000
+ "description": "Sets the size of the default trigger icon.",
2001
+ "values": [
2002
+ {
2003
+ "name": "lg"
2004
+ },
2005
+ {
2006
+ "name": "sm"
2007
+ }
2008
+ ]
2009
+ },
2010
+ {
2011
+ "name": "disabled",
2012
+ "description": "Disables the tooltip so it won't show when triggered.",
2013
+ "values": []
2014
+ },
2015
+ {
2016
+ "name": "open",
2017
+ "description": "Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.",
2018
+ "values": []
2019
+ },
2020
+ {
2021
+ "name": "trigger",
2022
+ "description": "Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.",
2023
+ "values": []
2024
+ },
2025
+ {
2026
+ "name": "hoist",
2027
+ "description": "Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.",
2028
+ "values": []
2029
+ }
2030
+ ],
2031
+ "references": []
2032
+ },
2033
+ {
2034
+ "name": "sd-video",
2035
+ "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.",
2036
+ "attributes": [
2037
+ {
2038
+ "name": "playing",
2039
+ "description": "Set to `true` to hide the play icon and the overlay.",
2040
+ "values": []
2041
+ },
2042
+ {
2043
+ "name": "overlay",
2044
+ "description": "Set to `true` to show a dark overlay. Only used when `playing` is `false`.",
2045
+ "values": []
2046
+ },
2047
+ {
2048
+ "name": "isBelowBreakpoint",
2049
+ "description": "Reactive property to trigger breakpoint re-renders.",
2050
+ "values": []
2051
+ }
2052
+ ],
2053
+ "references": []
2054
+ },
2055
+ {
2056
+ "name": "sd-1-33-0-accordion-group",
2057
+ "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.",
2058
+ "attributes": [
2059
+ {
2060
+ "name": "close-others",
2061
+ "description": "Closes other accordions.",
2062
+ "values": []
2063
+ }
2064
+ ],
2065
+ "references": []
2066
+ },
2067
+ {
2068
+ "name": "sd-1-33-0-accordion",
2069
+ "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- **content** - The container that wraps the accordion content slot.\n- **content__slot** - The accordion content slot.",
2070
+ "attributes": [
2071
+ {
2072
+ "name": "open",
2073
+ "description": "Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.",
2074
+ "values": []
2075
+ },
2076
+ {
2077
+ "name": "summary",
2078
+ "description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
2079
+ "values": []
2080
+ }
2081
+ ],
2082
+ "references": []
2083
+ },
2084
+ {
2085
+ "name": "sd-1-33-0-badge",
2086
+ "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.",
2087
+ "attributes": [
2088
+ {
2089
+ "name": "variant",
2090
+ "description": "The badge's theme variant.",
2091
+ "values": [
2092
+ {
2093
+ "name": "default"
2094
+ },
2095
+ {
2096
+ "name": "success"
2097
+ },
2098
+ {
2099
+ "name": "error"
2100
+ }
2101
+ ]
2102
+ },
2103
+ {
2104
+ "name": "size",
2105
+ "description": "The badge's size.",
2106
+ "values": [
2107
+ {
2108
+ "name": "lg"
2109
+ },
2110
+ {
2111
+ "name": "md"
2112
+ },
2113
+ {
2114
+ "name": "sm"
2115
+ }
2116
+ ]
2117
+ },
2118
+ {
2119
+ "name": "inverted",
2120
+ "description": "Inverts the badge.",
2121
+ "values": []
2122
+ }
2123
+ ],
2124
+ "references": []
2125
+ },
2126
+ {
2127
+ "name": "sd-1-33-0-brandshape",
1794
2128
  "description": "The Brandshape highlights a piece of content.\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - The content inside the brandshape.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **content** - Middle content wrapper.\n- **shape-top** - Top shape.\n- **shape-middle** - Middle shape.\n- **shape-bottom** - Bottom shape.",
1795
2129
  "attributes": [
1796
2130
  {
@@ -1827,7 +2161,7 @@
1827
2161
  "references": []
1828
2162
  },
1829
2163
  {
1830
- "name": "sd-1-31-0-button",
2164
+ "name": "sd-1-33-0-button",
1831
2165
  "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.",
1832
2166
  "attributes": [
1833
2167
  {
@@ -1999,13 +2333,13 @@
1999
2333
  "references": []
2000
2334
  },
2001
2335
  {
2002
- "name": "sd-1-31-0-carousel-item",
2336
+ "name": "sd-1-33-0-carousel-item",
2003
2337
  "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.",
2004
2338
  "attributes": [],
2005
2339
  "references": []
2006
2340
  },
2007
2341
  {
2008
- "name": "sd-1-31-0-carousel",
2342
+ "name": "sd-1-33-0-carousel",
2009
2343
  "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.",
2010
2344
  "attributes": [
2011
2345
  {
@@ -2049,7 +2383,7 @@
2049
2383
  "references": []
2050
2384
  },
2051
2385
  {
2052
- "name": "sd-1-31-0-checkbox-group",
2386
+ "name": "sd-1-33-0-checkbox-group",
2053
2387
  "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.",
2054
2388
  "attributes": [
2055
2389
  {
@@ -2085,7 +2419,7 @@
2085
2419
  "references": []
2086
2420
  },
2087
2421
  {
2088
- "name": "sd-1-31-0-checkbox",
2422
+ "name": "sd-1-33-0-checkbox",
2089
2423
  "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.",
2090
2424
  "attributes": [
2091
2425
  {
@@ -2143,7 +2477,7 @@
2143
2477
  "references": []
2144
2478
  },
2145
2479
  {
2146
- "name": "sd-1-31-0-divider",
2480
+ "name": "sd-1-33-0-divider",
2147
2481
  "description": "Dividers are used to visually separate or group elements.\n\n\n---\n\n\n",
2148
2482
  "attributes": [
2149
2483
  {
@@ -2167,7 +2501,7 @@
2167
2501
  "references": []
2168
2502
  },
2169
2503
  {
2170
- "name": "sd-1-31-0-drawer",
2504
+ "name": "sd-1-33-0-drawer",
2171
2505
  "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.",
2172
2506
  "attributes": [
2173
2507
  {
@@ -2206,7 +2540,7 @@
2206
2540
  "references": []
2207
2541
  },
2208
2542
  {
2209
- "name": "sd-1-31-0-dropdown",
2543
+ "name": "sd-1-33-0-dropdown",
2210
2544
  "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.",
2211
2545
  "attributes": [
2212
2546
  {
@@ -2303,7 +2637,7 @@
2303
2637
  "references": []
2304
2638
  },
2305
2639
  {
2306
- "name": "sd-1-31-0-header",
2640
+ "name": "sd-1-33-0-header",
2307
2641
  "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.",
2308
2642
  "attributes": [
2309
2643
  {
@@ -2315,7 +2649,7 @@
2315
2649
  "references": []
2316
2650
  },
2317
2651
  {
2318
- "name": "sd-1-31-0-icon",
2652
+ "name": "sd-1-33-0-icon",
2319
2653
  "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.",
2320
2654
  "attributes": [
2321
2655
  {
@@ -2357,7 +2691,7 @@
2357
2691
  "references": []
2358
2692
  },
2359
2693
  {
2360
- "name": "sd-1-31-0-include",
2694
+ "name": "sd-1-33-0-include",
2361
2695
  "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.",
2362
2696
  "attributes": [
2363
2697
  {
@@ -2389,7 +2723,7 @@
2389
2723
  "references": []
2390
2724
  },
2391
2725
  {
2392
- "name": "sd-1-31-0-input",
2726
+ "name": "sd-1-33-0-input",
2393
2727
  "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.",
2394
2728
  "attributes": [
2395
2729
  {
@@ -2662,7 +2996,7 @@
2662
2996
  "references": []
2663
2997
  },
2664
2998
  {
2665
- "name": "sd-1-31-0-link",
2999
+ "name": "sd-1-33-0-link",
2666
3000
  "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.",
2667
3001
  "attributes": [
2668
3002
  {
@@ -2722,7 +3056,7 @@
2722
3056
  "references": []
2723
3057
  },
2724
3058
  {
2725
- "name": "sd-1-31-0-navigation-item",
3059
+ "name": "sd-1-33-0-navigation-item",
2726
3060
  "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** - 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.",
2727
3061
  "attributes": [
2728
3062
  {
@@ -2812,7 +3146,7 @@
2812
3146
  "references": []
2813
3147
  },
2814
3148
  {
2815
- "name": "sd-1-31-0-notification",
3149
+ "name": "sd-1-33-0-notification",
2816
3150
  "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>`.",
2817
3151
  "attributes": [
2818
3152
  {
@@ -2869,8 +3203,45 @@
2869
3203
  "references": []
2870
3204
  },
2871
3205
  {
2872
- "name": "sd-1-31-0-popup",
2873
- "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\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.",
3206
+ "name": "sd-1-33-0-option",
3207
+ "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.",
3208
+ "attributes": [
3209
+ {
3210
+ "name": "size",
3211
+ "description": "The option's size is inherited automatically from the `size` attribute of the parent `sd-select`.",
3212
+ "values": [
3213
+ {
3214
+ "name": "lg"
3215
+ },
3216
+ {
3217
+ "name": "md"
3218
+ },
3219
+ {
3220
+ "name": "sm"
3221
+ }
3222
+ ]
3223
+ },
3224
+ {
3225
+ "name": "checkbox",
3226
+ "description": "Prefixes a styled checkbox to the option. Enabled automatically in `sd-select` when attribute `checklist` is set to `true`.",
3227
+ "values": []
3228
+ },
3229
+ {
3230
+ "name": "disabled",
3231
+ "description": "Draws the option in a disabled state, preventing selection.",
3232
+ "values": []
3233
+ },
3234
+ {
3235
+ "name": "value",
3236
+ "description": "The option's value. When selected, the containing form control will receive this value. The value must be unique\nfrom other options in the same group. Values may not contain spaces, as spaces are used as delimiters when listing\nmultiple values.",
3237
+ "values": []
3238
+ }
3239
+ ],
3240
+ "references": []
3241
+ },
3242
+ {
3243
+ "name": "sd-1-33-0-popup",
3244
+ "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.",
2874
3245
  "attributes": [
2875
3246
  {
2876
3247
  "name": "anchor",
@@ -3093,7 +3464,7 @@
3093
3464
  "references": []
3094
3465
  },
3095
3466
  {
3096
- "name": "sd-1-31-0-radio-group",
3467
+ "name": "sd-1-33-0-radio-group",
3097
3468
  "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 - **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.",
3098
3469
  "attributes": [
3099
3470
  {
@@ -3149,7 +3520,7 @@
3149
3520
  "references": []
3150
3521
  },
3151
3522
  {
3152
- "name": "sd-1-31-0-radio",
3523
+ "name": "sd-1-33-0-radio",
3153
3524
  "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.",
3154
3525
  "attributes": [
3155
3526
  {
@@ -3183,7 +3554,127 @@
3183
3554
  "references": []
3184
3555
  },
3185
3556
  {
3186
- "name": "sd-1-31-0-spinner",
3557
+ "name": "sd-1-33-0-select",
3558
+ "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.",
3559
+ "attributes": [
3560
+ {
3561
+ "name": "open",
3562
+ "description": "Indicates whether or not the select is open. You can toggle this attribute to show and hide the menu, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the select's open state.",
3563
+ "values": []
3564
+ },
3565
+ {
3566
+ "name": "size",
3567
+ "description": "The select's size.",
3568
+ "values": [
3569
+ {
3570
+ "name": "lg"
3571
+ },
3572
+ {
3573
+ "name": "md"
3574
+ },
3575
+ {
3576
+ "name": "sm"
3577
+ }
3578
+ ]
3579
+ },
3580
+ {
3581
+ "name": "label",
3582
+ "description": "The select's label. If you need to display HTML, use the `label` slot instead.",
3583
+ "values": []
3584
+ },
3585
+ {
3586
+ "name": "placeholder",
3587
+ "description": "Placeholder text to show as a hint when the select is empty.",
3588
+ "values": []
3589
+ },
3590
+ {
3591
+ "name": "help-text",
3592
+ "description": "The select's help text. If you need to display HTML, use the `help-text` slot instead.",
3593
+ "values": []
3594
+ },
3595
+ {
3596
+ "name": "placement",
3597
+ "description": "The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.",
3598
+ "values": [
3599
+ {
3600
+ "name": "top"
3601
+ },
3602
+ {
3603
+ "name": "bottom"
3604
+ }
3605
+ ]
3606
+ },
3607
+ {
3608
+ "name": "clearable",
3609
+ "description": "Adds a clear button when the select is not empty.",
3610
+ "values": []
3611
+ },
3612
+ {
3613
+ "name": "disabled",
3614
+ "description": "Disables the select control.",
3615
+ "values": []
3616
+ },
3617
+ {
3618
+ "name": "multiple",
3619
+ "description": "Allows more than one option to be selected.",
3620
+ "values": []
3621
+ },
3622
+ {
3623
+ "name": "useTags",
3624
+ "description": "Uses interactive `sd-tag` elements representing individual options in the display input when `multiple` is `true`.",
3625
+ "values": []
3626
+ },
3627
+ {
3628
+ "name": "max-options-visible",
3629
+ "description": "The maximum number of selected options to show when `multiple` and `useTags` are `true`. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.",
3630
+ "values": []
3631
+ },
3632
+ {
3633
+ "name": "form",
3634
+ "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
3635
+ "values": []
3636
+ },
3637
+ {
3638
+ "name": "name",
3639
+ "description": "The name of the select, submitted as a name/value pair with form data.",
3640
+ "values": []
3641
+ },
3642
+ {
3643
+ "name": "value",
3644
+ "description": "The current value of the select, submitted as a name/value pair with form data. When `multiple` is enabled, the\nvalue attribute will be a space-delimited list of values based on the options selected, and the value property will\nbe an array. **For this reason, values must not contain spaces.**",
3645
+ "values": [
3646
+ {
3647
+ "name": "string[]"
3648
+ }
3649
+ ]
3650
+ },
3651
+ {
3652
+ "name": "required",
3653
+ "description": "The select's required attribute.",
3654
+ "values": []
3655
+ },
3656
+ {
3657
+ "name": "hoist",
3658
+ "description": "Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
3659
+ "values": []
3660
+ },
3661
+ {
3662
+ "name": "getTag",
3663
+ "description": "A function that customizes the tags to be rendered when multiple=true. The first argument is the option, the second\nis the current tag's index. The function should return either a Lit TemplateResult or a string containing trusted HTML of the symbol to render at\nthe specified value.",
3664
+ "values": [
3665
+ {
3666
+ "name": "(option: SdOption, index: number) => TemplateResult"
3667
+ },
3668
+ {
3669
+ "name": "HTMLElement"
3670
+ }
3671
+ ]
3672
+ }
3673
+ ],
3674
+ "references": []
3675
+ },
3676
+ {
3677
+ "name": "sd-1-33-0-spinner",
3187
3678
  "description": "Spinners are used to show the progress of an indeterminate operation.\n\n\n---\n\n\n",
3188
3679
  "attributes": [
3189
3680
  {
@@ -3205,7 +3696,7 @@
3205
3696
  "references": []
3206
3697
  },
3207
3698
  {
3208
- "name": "sd-1-31-0-switch",
3699
+ "name": "sd-1-33-0-switch",
3209
3700
  "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.",
3210
3701
  "attributes": [
3211
3702
  {
@@ -3247,8 +3738,8 @@
3247
3738
  "references": []
3248
3739
  },
3249
3740
  {
3250
- "name": "sd-1-31-0-tag",
3251
- "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\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.",
3741
+ "name": "sd-1-33-0-tag",
3742
+ "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.",
3252
3743
  "attributes": [
3253
3744
  {
3254
3745
  "name": "size",
@@ -3309,7 +3800,7 @@
3309
3800
  "references": []
3310
3801
  },
3311
3802
  {
3312
- "name": "sd-1-31-0-teaser",
3803
+ "name": "sd-1-33-0-teaser",
3313
3804
  "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.",
3314
3805
  "attributes": [
3315
3806
  {
@@ -3346,7 +3837,184 @@
3346
3837
  "references": []
3347
3838
  },
3348
3839
  {
3349
- "name": "sd-1-31-0-tooltip",
3840
+ "name": "sd-1-33-0-textarea",
3841
+ "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.",
3842
+ "attributes": [
3843
+ {
3844
+ "name": "title",
3845
+ "description": "An empty title prevents browser validation tooltips from appearing on hover",
3846
+ "values": []
3847
+ },
3848
+ {
3849
+ "name": "name",
3850
+ "description": "The name of the textarea, submitted as a name/value pair with form data.",
3851
+ "values": []
3852
+ },
3853
+ {
3854
+ "name": "value",
3855
+ "description": "The current value of the textarea, submitted as a name/value pair with form data.",
3856
+ "values": []
3857
+ },
3858
+ {
3859
+ "name": "size",
3860
+ "description": "The textarea's size.",
3861
+ "values": [
3862
+ {
3863
+ "name": "lg"
3864
+ },
3865
+ {
3866
+ "name": "md"
3867
+ },
3868
+ {
3869
+ "name": "sm"
3870
+ }
3871
+ ]
3872
+ },
3873
+ {
3874
+ "name": "label",
3875
+ "description": "The textarea's label. If you need to display HTML, use the `label` slot instead.",
3876
+ "values": []
3877
+ },
3878
+ {
3879
+ "name": "help-text",
3880
+ "description": "The textarea's help text. If you need to display HTML, use the `help-text` slot instead.",
3881
+ "values": []
3882
+ },
3883
+ {
3884
+ "name": "placeholder",
3885
+ "description": "Placeholder text to show as a hint when the input is empty.",
3886
+ "values": []
3887
+ },
3888
+ {
3889
+ "name": "rows",
3890
+ "description": "The number of rows to display by default.",
3891
+ "values": []
3892
+ },
3893
+ {
3894
+ "name": "disabled",
3895
+ "description": "Disables the textarea.",
3896
+ "values": []
3897
+ },
3898
+ {
3899
+ "name": "readonly",
3900
+ "description": "Makes the textarea readonly.",
3901
+ "values": []
3902
+ },
3903
+ {
3904
+ "name": "form",
3905
+ "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
3906
+ "values": []
3907
+ },
3908
+ {
3909
+ "name": "required",
3910
+ "description": "Makes the textarea a required field.",
3911
+ "values": []
3912
+ },
3913
+ {
3914
+ "name": "minlength",
3915
+ "description": "The minimum length of input that will be considered valid.",
3916
+ "values": []
3917
+ },
3918
+ {
3919
+ "name": "maxlength",
3920
+ "description": "The maximum length of input that will be considered valid.",
3921
+ "values": []
3922
+ },
3923
+ {
3924
+ "name": "autocapitalize",
3925
+ "description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
3926
+ "values": [
3927
+ {
3928
+ "name": "off"
3929
+ },
3930
+ {
3931
+ "name": "none"
3932
+ },
3933
+ {
3934
+ "name": "on"
3935
+ },
3936
+ {
3937
+ "name": "sentences"
3938
+ },
3939
+ {
3940
+ "name": "words"
3941
+ },
3942
+ {
3943
+ "name": "characters"
3944
+ }
3945
+ ]
3946
+ },
3947
+ {
3948
+ "name": "autocorrect",
3949
+ "description": "Indicates whether the browser's autocorrect feature is on or off.",
3950
+ "values": [
3951
+ {
3952
+ "name": "off"
3953
+ },
3954
+ {
3955
+ "name": "on"
3956
+ }
3957
+ ]
3958
+ },
3959
+ {
3960
+ "name": "autocomplete",
3961
+ "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
3962
+ "values": []
3963
+ },
3964
+ {
3965
+ "name": "autofocus",
3966
+ "description": "Indicates that the input should receive focus on page load.",
3967
+ "values": []
3968
+ },
3969
+ {
3970
+ "name": "enterkeyhint",
3971
+ "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
3972
+ "values": [
3973
+ {
3974
+ "name": "enter"
3975
+ },
3976
+ {
3977
+ "name": "done"
3978
+ },
3979
+ {
3980
+ "name": "go"
3981
+ },
3982
+ {
3983
+ "name": "next"
3984
+ },
3985
+ {
3986
+ "name": "previous"
3987
+ },
3988
+ {
3989
+ "name": "search"
3990
+ },
3991
+ {
3992
+ "name": "send"
3993
+ }
3994
+ ]
3995
+ },
3996
+ {
3997
+ "name": "spellcheck",
3998
+ "description": "Enables spell checking on the textarea.",
3999
+ "values": []
4000
+ },
4001
+ {
4002
+ "name": "inputmode",
4003
+ "description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
4004
+ "values": [
4005
+ {
4006
+ "name": "none"
4007
+ },
4008
+ {
4009
+ "name": "text"
4010
+ }
4011
+ ]
4012
+ }
4013
+ ],
4014
+ "references": []
4015
+ },
4016
+ {
4017
+ "name": "sd-1-33-0-tooltip",
3350
4018
  "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.",
3351
4019
  "attributes": [
3352
4020
  {
@@ -3414,7 +4082,7 @@
3414
4082
  "references": []
3415
4083
  },
3416
4084
  {
3417
- "name": "sd-1-31-0-video",
4085
+ "name": "sd-1-33-0-video",
3418
4086
  "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.",
3419
4087
  "attributes": [
3420
4088
  {