@solid-design-system/components 1.39.0 → 2.0.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 (114) hide show
  1. package/dist/components/es/input.js +1 -1
  2. package/dist/components/es/select.js +3 -3
  3. package/dist/components/es/textarea.js +1 -1
  4. package/dist/components/umd/solid-components.js +11 -11
  5. package/dist/custom-elements.json +1 -1
  6. package/dist/package/components/input/input.d.ts +1 -0
  7. package/dist/package/components/input/input.js +6 -2
  8. package/dist/package/components/select/select.d.ts +1 -0
  9. package/dist/package/components/select/select.js +6 -2
  10. package/dist/package/components/textarea/textarea.d.ts +1 -0
  11. package/dist/package/components/textarea/textarea.js +7 -2
  12. package/dist/versioned-components/es/accordion-group.js +1 -1
  13. package/dist/versioned-components/es/accordion.js +1 -1
  14. package/dist/versioned-components/es/badge.js +1 -1
  15. package/dist/versioned-components/es/brandshape.js +1 -1
  16. package/dist/versioned-components/es/button.js +1 -1
  17. package/dist/versioned-components/es/carousel-item.js +1 -1
  18. package/dist/versioned-components/es/carousel.js +3 -3
  19. package/dist/versioned-components/es/checkbox-group.js +1 -1
  20. package/dist/versioned-components/es/checkbox.js +1 -1
  21. package/dist/versioned-components/es/divider.js +1 -1
  22. package/dist/versioned-components/es/drawer.js +1 -1
  23. package/dist/versioned-components/es/dropdown.js +1 -1
  24. package/dist/versioned-components/es/form.js +1 -1
  25. package/dist/versioned-components/es/header.js +1 -1
  26. package/dist/versioned-components/es/icon.js +1 -1
  27. package/dist/versioned-components/es/include.js +1 -1
  28. package/dist/versioned-components/es/input.js +1 -1
  29. package/dist/versioned-components/es/link.js +1 -1
  30. package/dist/versioned-components/es/navigation-item.js +1 -1
  31. package/dist/versioned-components/es/notification.js +1 -1
  32. package/dist/versioned-components/es/option.js +1 -1
  33. package/dist/versioned-components/es/popup.js +1 -1
  34. package/dist/versioned-components/es/radio-button.js +1 -1
  35. package/dist/versioned-components/es/radio-group.js +1 -1
  36. package/dist/versioned-components/es/radio.js +1 -1
  37. package/dist/versioned-components/es/select.js +3 -3
  38. package/dist/versioned-components/es/spinner.js +1 -1
  39. package/dist/versioned-components/es/switch.js +1 -1
  40. package/dist/versioned-components/es/tag.js +1 -1
  41. package/dist/versioned-components/es/teaser.js +1 -1
  42. package/dist/versioned-components/es/textarea.js +1 -1
  43. package/dist/versioned-components/es/tooltip.js +2 -2
  44. package/dist/versioned-components/es/video.js +1 -1
  45. package/dist/versioned-package/_components/button-group/button-group.d.ts +1 -1
  46. package/dist/versioned-package/_components/button-group/button-group.js +11 -11
  47. package/dist/versioned-package/components/accordion/accordion.d.ts +1 -1
  48. package/dist/versioned-package/components/accordion/accordion.js +2 -2
  49. package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +1 -1
  50. package/dist/versioned-package/components/accordion-group/accordion-group.js +3 -3
  51. package/dist/versioned-package/components/badge/badge.d.ts +1 -1
  52. package/dist/versioned-package/components/badge/badge.js +1 -1
  53. package/dist/versioned-package/components/brandshape/brandshape.d.ts +1 -1
  54. package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
  55. package/dist/versioned-package/components/button/button.d.ts +1 -1
  56. package/dist/versioned-package/components/button/button.js +4 -4
  57. package/dist/versioned-package/components/carousel/carousel.d.ts +1 -1
  58. package/dist/versioned-package/components/carousel/carousel.js +6 -6
  59. package/dist/versioned-package/components/carousel-item/carousel-item.d.ts +1 -1
  60. package/dist/versioned-package/components/carousel-item/carousel-item.js +1 -1
  61. package/dist/versioned-package/components/checkbox/checkbox.d.ts +1 -1
  62. package/dist/versioned-package/components/checkbox/checkbox.js +4 -4
  63. package/dist/versioned-package/components/checkbox-group/checkbox-group.d.ts +1 -1
  64. package/dist/versioned-package/components/checkbox-group/checkbox-group.js +5 -5
  65. package/dist/versioned-package/components/divider/divider.d.ts +1 -1
  66. package/dist/versioned-package/components/divider/divider.js +2 -2
  67. package/dist/versioned-package/components/drawer/drawer.d.ts +1 -1
  68. package/dist/versioned-package/components/drawer/drawer.js +2 -2
  69. package/dist/versioned-package/components/dropdown/dropdown.d.ts +1 -1
  70. package/dist/versioned-package/components/dropdown/dropdown.js +8 -8
  71. package/dist/versioned-package/components/header/header.d.ts +1 -1
  72. package/dist/versioned-package/components/header/header.js +4 -4
  73. package/dist/versioned-package/components/icon/icon.d.ts +1 -1
  74. package/dist/versioned-package/components/icon/icon.js +1 -1
  75. package/dist/versioned-package/components/include/include.d.ts +1 -1
  76. package/dist/versioned-package/components/include/include.js +1 -1
  77. package/dist/versioned-package/components/input/input.d.ts +2 -1
  78. package/dist/versioned-package/components/input/input.js +9 -5
  79. package/dist/versioned-package/components/link/link.d.ts +1 -1
  80. package/dist/versioned-package/components/link/link.js +2 -2
  81. package/dist/versioned-package/components/navigation-item/navigation-item.d.ts +1 -1
  82. package/dist/versioned-package/components/navigation-item/navigation-item.js +3 -3
  83. package/dist/versioned-package/components/notification/notification.d.ts +1 -1
  84. package/dist/versioned-package/components/notification/notification.js +5 -5
  85. package/dist/versioned-package/components/option/option.d.ts +1 -1
  86. package/dist/versioned-package/components/option/option.js +2 -2
  87. package/dist/versioned-package/components/popup/popup.d.ts +1 -1
  88. package/dist/versioned-package/components/popup/popup.js +1 -1
  89. package/dist/versioned-package/components/radio/radio.d.ts +1 -1
  90. package/dist/versioned-package/components/radio/radio.js +2 -2
  91. package/dist/versioned-package/components/radio-button/radio-button.d.ts +1 -1
  92. package/dist/versioned-package/components/radio-button/radio-button.js +2 -2
  93. package/dist/versioned-package/components/radio-group/radio-group.d.ts +2 -2
  94. package/dist/versioned-package/components/radio-group/radio-group.js +15 -15
  95. package/dist/versioned-package/components/select/select.d.ts +5 -4
  96. package/dist/versioned-package/components/select/select.js +33 -29
  97. package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
  98. package/dist/versioned-package/components/spinner/spinner.js +1 -1
  99. package/dist/versioned-package/components/switch/switch.d.ts +1 -1
  100. package/dist/versioned-package/components/switch/switch.js +2 -2
  101. package/dist/versioned-package/components/tag/tag.d.ts +1 -1
  102. package/dist/versioned-package/components/tag/tag.js +2 -2
  103. package/dist/versioned-package/components/teaser/teaser.js +1 -1
  104. package/dist/versioned-package/components/textarea/textarea.d.ts +2 -1
  105. package/dist/versioned-package/components/textarea/textarea.js +9 -4
  106. package/dist/versioned-package/components/tooltip/tooltip.d.ts +1 -1
  107. package/dist/versioned-package/components/tooltip/tooltip.js +5 -5
  108. package/dist/versioned-package/components/video/video.d.ts +1 -1
  109. package/dist/versioned-package/components/video/video.js +2 -2
  110. package/dist/versioned-package/internal/form.js +3 -3
  111. package/dist/versioned-styles/solid-styles.css +1 -1
  112. package/dist/vscode.html-custom-data.json +62 -32
  113. package/dist/web-types.json +5771 -1
  114. package/package.json +3 -3
@@ -936,6 +936,11 @@
936
936
  }
937
937
  ]
938
938
  },
939
+ {
940
+ "name": "style-on-valid",
941
+ "description": "Shows success styles if the validity of the input is valid.",
942
+ "values": []
943
+ },
939
944
  {
940
945
  "name": "spellcheck",
941
946
  "description": "Enables spell checking on the input.",
@@ -1639,6 +1644,11 @@
1639
1644
  "description": "The select's required attribute.",
1640
1645
  "values": []
1641
1646
  },
1647
+ {
1648
+ "name": "style-on-valid",
1649
+ "description": "Shows success styles if the validity of the input is valid.",
1650
+ "values": []
1651
+ },
1642
1652
  {
1643
1653
  "name": "hoist",
1644
1654
  "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.",
@@ -1979,6 +1989,11 @@
1979
1989
  }
1980
1990
  ]
1981
1991
  },
1992
+ {
1993
+ "name": "style-on-valid",
1994
+ "description": "Shows success styles if the validity of the input is valid.",
1995
+ "values": []
1996
+ },
1982
1997
  {
1983
1998
  "name": "spellcheck",
1984
1999
  "description": "Enables spell checking on the textarea.",
@@ -2090,7 +2105,7 @@
2090
2105
  "references": []
2091
2106
  },
2092
2107
  {
2093
- "name": "sd-1-39-0-accordion-group",
2108
+ "name": "sd-2-0-0-accordion-group",
2094
2109
  "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.",
2095
2110
  "attributes": [
2096
2111
  {
@@ -2102,7 +2117,7 @@
2102
2117
  "references": []
2103
2118
  },
2104
2119
  {
2105
- "name": "sd-1-39-0-accordion",
2120
+ "name": "sd-2-0-0-accordion",
2106
2121
  "description": "Accordion shows a brief summary and expands to show additional content.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-show** - Emitted when the accordion opens.\n- **sd-after-show** - Emitted after the accordion opens and all animations are complete.\n- **sd-hide** - Emitted when the accordion closes.\n- **sd-after-hide** - Emitted after the accordion closes and all animations are complete.\n\n### **Methods:**\n - **show()** - Shows the accordion.\n- **hide()** - Hides the accordion\n\n### **Slots:**\n - _default_ - The accordion main content.\n- **summary** - The accordion summary. Alternatively, you can use the `summary` attribute.\n- **expand-icon** - Optional expand icon to use instead of the default. Works best with `<sd-icon>`.\n- **collapse-icon** - Optional collapse icon to use instead of the default. Works best with `<sd-icon>`.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **header** - The header that wraps both the summary and the expand/collapse icon.\n- **summary** - The container that wraps the summary.\n- **summary-icon** - The container that wraps the expand/collapse icons.\n- **summary-border** - The container that wraps the currently active accordions border.\n- **content** - The container that wraps the accordion content slot.\n- **content__slot** - The accordion content slot.",
2107
2122
  "attributes": [
2108
2123
  {
@@ -2119,7 +2134,7 @@
2119
2134
  "references": []
2120
2135
  },
2121
2136
  {
2122
- "name": "sd-1-39-0-badge",
2137
+ "name": "sd-2-0-0-badge",
2123
2138
  "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.",
2124
2139
  "attributes": [
2125
2140
  {
@@ -2161,7 +2176,7 @@
2161
2176
  "references": []
2162
2177
  },
2163
2178
  {
2164
- "name": "sd-1-39-0-brandshape",
2179
+ "name": "sd-2-0-0-brandshape",
2165
2180
  "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.",
2166
2181
  "attributes": [
2167
2182
  {
@@ -2198,7 +2213,7 @@
2198
2213
  "references": []
2199
2214
  },
2200
2215
  {
2201
- "name": "sd-1-39-0-button",
2216
+ "name": "sd-2-0-0-button",
2202
2217
  "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.",
2203
2218
  "attributes": [
2204
2219
  {
@@ -2370,13 +2385,13 @@
2370
2385
  "references": []
2371
2386
  },
2372
2387
  {
2373
- "name": "sd-1-39-0-carousel-item",
2388
+ "name": "sd-2-0-0-carousel-item",
2374
2389
  "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.",
2375
2390
  "attributes": [],
2376
2391
  "references": []
2377
2392
  },
2378
2393
  {
2379
- "name": "sd-1-39-0-carousel",
2394
+ "name": "sd-2-0-0-carousel",
2380
2395
  "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.",
2381
2396
  "attributes": [
2382
2397
  {
@@ -2420,7 +2435,7 @@
2420
2435
  "references": []
2421
2436
  },
2422
2437
  {
2423
- "name": "sd-1-39-0-checkbox-group",
2438
+ "name": "sd-2-0-0-checkbox-group",
2424
2439
  "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.",
2425
2440
  "attributes": [
2426
2441
  {
@@ -2456,7 +2471,7 @@
2456
2471
  "references": []
2457
2472
  },
2458
2473
  {
2459
- "name": "sd-1-39-0-checkbox",
2474
+ "name": "sd-2-0-0-checkbox",
2460
2475
  "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.",
2461
2476
  "attributes": [
2462
2477
  {
@@ -2514,7 +2529,7 @@
2514
2529
  "references": []
2515
2530
  },
2516
2531
  {
2517
- "name": "sd-1-39-0-divider",
2532
+ "name": "sd-2-0-0-divider",
2518
2533
  "description": "Dividers are used to visually separate or group elements.\n\n\n---\n\n\n",
2519
2534
  "attributes": [
2520
2535
  {
@@ -2538,7 +2553,7 @@
2538
2553
  "references": []
2539
2554
  },
2540
2555
  {
2541
- "name": "sd-1-39-0-drawer",
2556
+ "name": "sd-2-0-0-drawer",
2542
2557
  "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.",
2543
2558
  "attributes": [
2544
2559
  {
@@ -2577,7 +2592,7 @@
2577
2592
  "references": []
2578
2593
  },
2579
2594
  {
2580
- "name": "sd-1-39-0-dropdown",
2595
+ "name": "sd-2-0-0-dropdown",
2581
2596
  "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.",
2582
2597
  "attributes": [
2583
2598
  {
@@ -2674,7 +2689,7 @@
2674
2689
  "references": []
2675
2690
  },
2676
2691
  {
2677
- "name": "sd-1-39-0-header",
2692
+ "name": "sd-2-0-0-header",
2678
2693
  "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.",
2679
2694
  "attributes": [
2680
2695
  {
@@ -2686,7 +2701,7 @@
2686
2701
  "references": []
2687
2702
  },
2688
2703
  {
2689
- "name": "sd-1-39-0-icon",
2704
+ "name": "sd-2-0-0-icon",
2690
2705
  "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.",
2691
2706
  "attributes": [
2692
2707
  {
@@ -2728,7 +2743,7 @@
2728
2743
  "references": []
2729
2744
  },
2730
2745
  {
2731
- "name": "sd-1-39-0-include",
2746
+ "name": "sd-2-0-0-include",
2732
2747
  "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.",
2733
2748
  "attributes": [
2734
2749
  {
@@ -2760,7 +2775,7 @@
2760
2775
  "references": []
2761
2776
  },
2762
2777
  {
2763
- "name": "sd-1-39-0-input",
2778
+ "name": "sd-2-0-0-input",
2764
2779
  "description": "Inputs collect data from the user.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the control loses focus.\n- **sd-change** - Emitted when an alteration to the control's value is committed by the user.\n- **sd-clear** - Emitted when the clear button is activated.\n- **sd-focus** - Emitted when the control gains focus.\n- **sd-input** - Emitted when the control receives input.\n\n### **Methods:**\n - **focus(options: _FocusOptions_)** - Sets focus on the input.\n- **blur()** - Removes focus from the input.\n- **select()** - Selects all the text in the input.\n- **setSelectionRange(selectionStart: _number_, selectionEnd: _number_, selectionDirection: _'forward' | 'backward' | 'none'_)** - Sets the start and end positions of the text selection (0-based).\n- **setRangeText(replacement: _string_, start: _number_, end: _number_, selectMode: _'select' | 'start' | 'end' | 'preserve'_)** - Replaces a range of text with a new string.\n- **showPicker()** - Displays the browser picker for an input element (only works if the browser supports it for the input type).\n- **stepUp()** - Increments the value of a numeric input type by the value of the step attribute.\n- **stepDown()** - Decrements the value of a numeric input type by the value of the step attribute.\n- **checkValidity()** - Checks for validity but does not show the browser's validation message.\n- **reportValidity()** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity(message: _string_)** - Sets a custom validation message. Pass an empty string to restore validity.\n\n### **Slots:**\n - **label** - The input's label. Alternatively, you can use the `label` attribute.\n- **left** - Used to prepend a presentational icon or similar element to the input.\n- **right** - Used to append a presentational icon or similar element to the input.\n- **clear-icon** - An icon to use in lieu of the default clear icon.\n- **show-password-icon** - An icon to use in lieu of the default show password icon.\n- **hide-password-icon** - An icon to use in lieu of the default hide password icon.\n- **help-text** - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n\n### **CSS Parts:**\n - **form-control** - The form control that wraps the label, input, and help text.\n- **form-control-label** - The label's wrapper.\n- **form-control-input** - The input's wrapper.\n- **form-control-help-text** - The help text's wrapper.\n- **base** - The component's base wrapper.\n- **border** - The base part's absolutely positioned border. Allows for easy adjustment of border thickness without affecting component dimensions.\n- **input** - The internal `<input>` control.\n- **left** - The container that wraps the left.\n- **clear-button** - The clear button.\n- **password-toggle-button** - The password toggle button.\n- **right** - The container that wraps the right.\n- **invalid-icon** - The invalid icon.\n- **valid-icon** - The valid icon.\n- **invalid-message** - The invalid message.",
2765
2780
  "attributes": [
2766
2781
  {
@@ -3024,6 +3039,11 @@
3024
3039
  }
3025
3040
  ]
3026
3041
  },
3042
+ {
3043
+ "name": "style-on-valid",
3044
+ "description": "Shows success styles if the validity of the input is valid.",
3045
+ "values": []
3046
+ },
3027
3047
  {
3028
3048
  "name": "spellcheck",
3029
3049
  "description": "Enables spell checking on the input.",
@@ -3033,7 +3053,7 @@
3033
3053
  "references": []
3034
3054
  },
3035
3055
  {
3036
- "name": "sd-1-39-0-link",
3056
+ "name": "sd-2-0-0-link",
3037
3057
  "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.",
3038
3058
  "attributes": [
3039
3059
  {
@@ -3093,7 +3113,7 @@
3093
3113
  "references": []
3094
3114
  },
3095
3115
  {
3096
- "name": "sd-1-39-0-navigation-item",
3116
+ "name": "sd-2-0-0-navigation-item",
3097
3117
  "description": "Flexible button / link component that can be used to quickly build navigations. Takes one of 3 forms: link (overrides all other if 'href' is provided), button (default), or accordion (if 'children' slot defined).\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-show** - Emitted when the navigation item has has children, no href, and is clicked while HTML details are hidden.\n- **sd-hide** - Emitted when the navigation item has has children, no href, and is clicked while HTML details are shown.\n\n### **Slots:**\n - _default_ - The navigation item's label.\n- **description** - *Vertical only: Slot used to provide a description for the navigation item.\n- **children** - Slot used to provide nested child navigation elements. If provided, details and summary elements will be used. A chevron will be shown on the right side regardless of the chevron property.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper including children.\n- **content-wrapper** - The component's content wrapper.\n- **content** - The component's content excluding children.\n- **chevron** - The container that wraps the chevron.\n- **description** - The component's description area below its main content.\n- **divider** - The component's optional top divider.",
3098
3118
  "attributes": [
3099
3119
  {
@@ -3183,7 +3203,7 @@
3183
3203
  "references": []
3184
3204
  },
3185
3205
  {
3186
- "name": "sd-1-39-0-notification",
3206
+ "name": "sd-2-0-0-notification",
3187
3207
  "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>`.",
3188
3208
  "attributes": [
3189
3209
  {
@@ -3240,7 +3260,7 @@
3240
3260
  "references": []
3241
3261
  },
3242
3262
  {
3243
- "name": "sd-1-39-0-option",
3263
+ "name": "sd-2-0-0-option",
3244
3264
  "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.",
3245
3265
  "attributes": [
3246
3266
  {
@@ -3277,7 +3297,7 @@
3277
3297
  "references": []
3278
3298
  },
3279
3299
  {
3280
- "name": "sd-1-39-0-popup",
3300
+ "name": "sd-2-0-0-popup",
3281
3301
  "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.",
3282
3302
  "attributes": [
3283
3303
  {
@@ -3501,7 +3521,7 @@
3501
3521
  "references": []
3502
3522
  },
3503
3523
  {
3504
- "name": "sd-1-39-0-radio-button",
3524
+ "name": "sd-2-0-0-radio-button",
3505
3525
  "description": "Radio buttons allow the user to select a single option from a group using a button-like control.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the button loses focus.\n- **sd-focus** - Emitted when the button gains focus.\n\n### **Methods:**\n - **focus(options: _FocusOptions_)** - Sets focus on the radio button.\n- **blur()** - Removes focus from the radio button.\n\n### **Slots:**\n - _default_ - The radio button's label.\n- **icon** - A presentational icon.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **button** - The internal `<button>` element.\n- **button--checked** - The internal button element when the radio button is checked.\n- **icon** - The container that wraps the icon.\n- **label** - The container that wraps the radio button's label.",
3506
3526
  "attributes": [
3507
3527
  {
@@ -3533,7 +3553,7 @@
3533
3553
  "references": []
3534
3554
  },
3535
3555
  {
3536
- "name": "sd-1-39-0-radio-group",
3556
+ "name": "sd-2-0-0-radio-group",
3537
3557
  "description": "Radio groups are used to group multiple [radios](/components/radio) or [radio buttons](/components/radio-button) so they function as a single form control.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-change** - Emitted when the radio group's selected value changes.\n- **sd-input** - Emitted when the radio group receives user input.\n- **sd-invalid** - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\n### **Methods:**\n - **focus()** - Move focus to the checked radio (or the first one if none are checked)\n- **checkValidity()** - Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity(): _boolean_** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity(message)** - Sets a custom validation message. Pass an empty string to restore validity.\n\n### **Slots:**\n - _default_ - The default slot where `<sd-radio>` or `<sd-radio-button>` elements are placed.\n- **label** - The radio group's label. Required for proper accessibility. Alternatively, you can use the `label` attribute.\n\n### **CSS Parts:**\n - **form-control** - The form control that wraps the label, input, and error text.\n- **form-control-label** - The label's wrapper.\n- **form-control-input** - The input's wrapper.\n- **button-group** - The button group that wraps radio buttons.\n- **button-group__base** - The button group's `base` part.",
3538
3558
  "attributes": [
3539
3559
  {
@@ -3594,7 +3614,7 @@
3594
3614
  "references": []
3595
3615
  },
3596
3616
  {
3597
- "name": "sd-1-39-0-radio",
3617
+ "name": "sd-2-0-0-radio",
3598
3618
  "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.",
3599
3619
  "attributes": [
3600
3620
  {
@@ -3628,7 +3648,7 @@
3628
3648
  "references": []
3629
3649
  },
3630
3650
  {
3631
- "name": "sd-1-39-0-select",
3651
+ "name": "sd-2-0-0-select",
3632
3652
  "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.",
3633
3653
  "attributes": [
3634
3654
  {
@@ -3727,6 +3747,11 @@
3727
3747
  "description": "The select's required attribute.",
3728
3748
  "values": []
3729
3749
  },
3750
+ {
3751
+ "name": "style-on-valid",
3752
+ "description": "Shows success styles if the validity of the input is valid.",
3753
+ "values": []
3754
+ },
3730
3755
  {
3731
3756
  "name": "hoist",
3732
3757
  "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.",
@@ -3748,7 +3773,7 @@
3748
3773
  "references": []
3749
3774
  },
3750
3775
  {
3751
- "name": "sd-1-39-0-spinner",
3776
+ "name": "sd-2-0-0-spinner",
3752
3777
  "description": "Spinners are used to show the progress of an indeterminate operation.\n\n\n---\n\n\n",
3753
3778
  "attributes": [
3754
3779
  {
@@ -3770,7 +3795,7 @@
3770
3795
  "references": []
3771
3796
  },
3772
3797
  {
3773
- "name": "sd-1-39-0-switch",
3798
+ "name": "sd-2-0-0-switch",
3774
3799
  "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.",
3775
3800
  "attributes": [
3776
3801
  {
@@ -3812,7 +3837,7 @@
3812
3837
  "references": []
3813
3838
  },
3814
3839
  {
3815
- "name": "sd-1-39-0-tag",
3840
+ "name": "sd-2-0-0-tag",
3816
3841
  "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.",
3817
3842
  "attributes": [
3818
3843
  {
@@ -3874,7 +3899,7 @@
3874
3899
  "references": []
3875
3900
  },
3876
3901
  {
3877
- "name": "sd-1-39-0-teaser",
3902
+ "name": "sd-2-0-0-teaser",
3878
3903
  "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.",
3879
3904
  "attributes": [
3880
3905
  {
@@ -3911,7 +3936,7 @@
3911
3936
  "references": []
3912
3937
  },
3913
3938
  {
3914
- "name": "sd-1-39-0-textarea",
3939
+ "name": "sd-2-0-0-textarea",
3915
3940
  "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.",
3916
3941
  "attributes": [
3917
3942
  {
@@ -4067,6 +4092,11 @@
4067
4092
  }
4068
4093
  ]
4069
4094
  },
4095
+ {
4096
+ "name": "style-on-valid",
4097
+ "description": "Shows success styles if the validity of the input is valid.",
4098
+ "values": []
4099
+ },
4070
4100
  {
4071
4101
  "name": "spellcheck",
4072
4102
  "description": "Enables spell checking on the textarea.",
@@ -4088,7 +4118,7 @@
4088
4118
  "references": []
4089
4119
  },
4090
4120
  {
4091
- "name": "sd-1-39-0-tooltip",
4121
+ "name": "sd-2-0-0-tooltip",
4092
4122
  "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.",
4093
4123
  "attributes": [
4094
4124
  {
@@ -4156,7 +4186,7 @@
4156
4186
  "references": []
4157
4187
  },
4158
4188
  {
4159
- "name": "sd-1-39-0-video",
4189
+ "name": "sd-2-0-0-video",
4160
4190
  "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.",
4161
4191
  "attributes": [
4162
4192
  {