@solid-design-system/components 1.21.1 → 1.22.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 (103) hide show
  1. package/dist/components/es/checkbox-group.js +1 -0
  2. package/dist/components/es/checkbox.js +11 -0
  3. package/dist/components/es/icon.js +4 -4
  4. package/dist/components/es/solid-components2.js +1 -1
  5. package/dist/components/es/solid-element.js +1 -1
  6. package/dist/components/umd/solid-components.js +24 -14
  7. package/dist/custom-elements.json +1 -1
  8. package/dist/package/components/checkbox/checkbox.d.ts +40 -0
  9. package/dist/package/components/checkbox/checkbox.js +179 -0
  10. package/dist/package/components/checkbox-group/checkbox-group.d.ts +20 -0
  11. package/dist/package/components/checkbox-group/checkbox-group.js +102 -0
  12. package/dist/package/components/icon/library.system.d.ts +2 -0
  13. package/dist/package/components/icon/library.system.js +11 -1
  14. package/dist/package/internal/default-value.d.ts +2 -0
  15. package/dist/package/internal/default-value.js +21 -0
  16. package/dist/package/solid-components.d.ts +2 -0
  17. package/dist/package/solid-components.js +32 -28
  18. package/dist/package/styles/tailwind.css.js +1 -1
  19. package/dist/versioned-components/es/accordion-group.js +1 -1
  20. package/dist/versioned-components/es/accordion.js +1 -1
  21. package/dist/versioned-components/es/badge.js +1 -1
  22. package/dist/versioned-components/es/brandshape.js +1 -1
  23. package/dist/versioned-components/es/button.js +1 -1
  24. package/dist/versioned-components/es/carousel-item.js +1 -1
  25. package/dist/versioned-components/es/carousel.js +3 -3
  26. package/dist/versioned-components/es/checkbox-group.js +1 -0
  27. package/dist/versioned-components/es/checkbox.js +11 -0
  28. package/dist/versioned-components/es/divider.js +1 -1
  29. package/dist/versioned-components/es/drawer.js +1 -1
  30. package/dist/versioned-components/es/dropdown.js +1 -1
  31. package/dist/versioned-components/es/form.js +1 -1
  32. package/dist/versioned-components/es/icon.js +4 -4
  33. package/dist/versioned-components/es/include.js +1 -1
  34. package/dist/versioned-components/es/link.js +1 -1
  35. package/dist/versioned-components/es/navigation-item.js +1 -1
  36. package/dist/versioned-components/es/popup.js +1 -1
  37. package/dist/versioned-components/es/radio-group.js +1 -1
  38. package/dist/versioned-components/es/radio.js +1 -1
  39. package/dist/versioned-components/es/solid-components2.js +1 -1
  40. package/dist/versioned-components/es/solid-element.js +1 -1
  41. package/dist/versioned-components/es/spinner.js +1 -1
  42. package/dist/versioned-components/es/tag.js +1 -1
  43. package/dist/versioned-components/es/teaser.js +1 -1
  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 +40 -0
  62. package/dist/versioned-package/components/checkbox/checkbox.js +179 -0
  63. package/dist/versioned-package/components/checkbox-group/checkbox-group.d.ts +20 -0
  64. package/dist/versioned-package/components/checkbox-group/checkbox-group.js +102 -0
  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 +6 -6
  71. package/dist/versioned-package/components/icon/icon.d.ts +1 -1
  72. package/dist/versioned-package/components/icon/icon.js +1 -1
  73. package/dist/versioned-package/components/icon/library.system.d.ts +2 -0
  74. package/dist/versioned-package/components/icon/library.system.js +11 -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/link/link.d.ts +1 -1
  78. package/dist/versioned-package/components/link/link.js +2 -2
  79. package/dist/versioned-package/components/navigation-item/navigation-item.d.ts +1 -1
  80. package/dist/versioned-package/components/navigation-item/navigation-item.js +3 -3
  81. package/dist/versioned-package/components/popup/popup.d.ts +1 -1
  82. package/dist/versioned-package/components/popup/popup.js +1 -1
  83. package/dist/versioned-package/components/radio/radio.d.ts +1 -1
  84. package/dist/versioned-package/components/radio/radio.js +2 -2
  85. package/dist/versioned-package/components/radio-group/radio-group.d.ts +2 -2
  86. package/dist/versioned-package/components/radio-group/radio-group.js +12 -12
  87. package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
  88. package/dist/versioned-package/components/spinner/spinner.js +1 -1
  89. package/dist/versioned-package/components/tag/tag.d.ts +1 -1
  90. package/dist/versioned-package/components/tag/tag.js +2 -2
  91. package/dist/versioned-package/components/teaser/teaser.js +1 -1
  92. package/dist/versioned-package/components/video/video.d.ts +1 -1
  93. package/dist/versioned-package/components/video/video.js +2 -2
  94. package/dist/versioned-package/internal/default-value.d.ts +2 -0
  95. package/dist/versioned-package/internal/default-value.js +21 -0
  96. package/dist/versioned-package/internal/form.js +1 -1
  97. package/dist/versioned-package/solid-components.d.ts +2 -0
  98. package/dist/versioned-package/solid-components.js +32 -28
  99. package/dist/versioned-package/styles/tailwind.css.js +1 -1
  100. package/dist/versioned-styles/solid-styles.css +1 -1
  101. package/dist/vscode.html-custom-data.json +209 -21
  102. package/dist/web-types.json +311 -1
  103. package/package.json +3 -3
@@ -1 +1 @@
1
- .sd-1-21-1-display{font-size:var(--sd-font-size-xl,1.5rem)}.sd-1-21-1-display,.sd-1-21-1-display--size-3xl{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-weight:400;line-height:var(--sd-line-height-tight,120%)}.sd-1-21-1-display--size-3xl{font-size:var(--sd-font-size-2xl,1.75rem)}@media (min-width:1024px){.sd-1-21-1-display--size-3xl{font-size:var(--sd-font-size-3xl,2rem)}}.sd-1-21-1-display--size-4xl{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-3xl,2rem);font-weight:400;line-height:var(--sd-line-height-tight,120%)}@media (min-width:1024px){.sd-1-21-1-display--size-4xl{font-size:var(--sd-font-size-4xl,2.5rem)}}.sd-1-21-1-display--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-1-21-1-meta{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-base,1rem);font-weight:400;line-height:var(--sd-line-height-none,100%)}.sd-1-21-1-meta--size-sm{font-size:var(--sd-font-size-sm,.875rem)}.sd-1-21-1-meta--light{--tw-text-opacity:1;color:rgb(var(--sd-color-neutral-700,104 104 104)/var(--tw-text-opacity))}.sd-1-21-1-meta--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-1-21-1-meta--inverted.sd-1-21-1-meta--light{--tw-text-opacity:1;color:rgb(var(--sd-color-primary-400,153 171 208)/var(--tw-text-opacity))}.sd-1-21-1-meta--pipe:after{content:"|";margin-left:var(--sd-spacing-1,.25rem);margin-right:var(--sd-spacing-1,.25rem)}.sd-1-21-1-meta--pipe.sd-1-21-1-meta--size-sm:after{margin-left:var(--sd-spacing-0-5,.125rem);margin-right:var(--sd-spacing-0-5,.125rem)}.sd-1-21-1-leadtext{font-size:var(--sd-font-size-xl,1.5rem)}.sd-1-21-1-leadtext,.sd-1-21-1-leadtext--size-lg{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-weight:400;line-height:var(--sd-line-height-normal,150%)}.sd-1-21-1-leadtext--size-lg{font-size:var(--sd-font-size-lg,1.25rem)}.sd-1-21-1-leadtext--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-1-21-1-paragraph{font-size:var(--sd-font-size-base,1rem)}.sd-1-21-1-paragraph,.sd-1-21-1-paragraph--size-sm{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-weight:400;line-height:var(--sd-line-height-normal,150%)}.sd-1-21-1-paragraph--size-sm{font-size:var(--sd-font-size-sm,.875rem)}.sd-1-21-1-paragraph--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}mark.sd-1-21-1-mark{--tw-text-opacity:1;background-color:transparent;color:rgb(var(--sd-color-accent,45 157 0)/var(--tw-text-opacity))}.sd-1-21-1-interactive--reset{all:unset;outline:revert}.sd-1-21-1-interactive{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));cursor:pointer;text-decoration-line:none;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.sd-1-21-1-interactive:hover:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-primary-500,70 109 175)/var(--tw-text-opacity))}.sd-1-21-1-interactive:active:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-primary-800,5 21 48)/var(--tw-text-opacity))}.sd-1-21-1-interactive:focus-visible{outline-color:rgb(var(--sd-color-primary,0 53 142)/1);outline-offset:2px;outline-style:solid;outline-width:2px}.sd-1-21-1-interactive--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-1-21-1-interactive--inverted:hover:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-primary-200,224 233 243)/var(--tw-text-opacity))}.sd-1-21-1-interactive--inverted:active:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-primary-400,153 171 208)/var(--tw-text-opacity))}.sd-1-21-1-interactive--inverted:focus-visible{outline-color:rgb(var(--sd-color-white,255 255 255)/1);outline-offset:2px;outline-style:solid;outline-width:2px}.sd-1-21-1-interactive--disabled,.sd-1-21-1-interactive[disabled]{cursor:not-allowed}.sd-1-21-1-interactive--disabled,.sd-1-21-1-interactive--disabled:active:not([disabled]),.sd-1-21-1-interactive--disabled:hover:not([disabled]),.sd-1-21-1-interactive[disabled],.sd-1-21-1-interactive[disabled]:active:not([disabled]),.sd-1-21-1-interactive[disabled]:hover:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-neutral-600,136 136 136)/var(--tw-text-opacity))}.sd-1-21-1-table-cell{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:rgb(var(--sd-color-neutral-400,195 195 195)/var(--tw-border-opacity));border-style:solid;border-width:1px 0;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-sm,.875rem);padding:var(--sd-spacing-4,1rem);text-align:left}.sd-1-21-1-table-cell--divider{border-right-width:1px}.sd-1-21-1-table-cell--bg-white{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-white,255 255 255)/var(--tw-bg-opacity))}.sd-1-21-1-table-cell--bg-primary-100{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-primary-100,236 240 249)/var(--tw-bg-opacity))}.sd-1-21-1-table-cell--bg-neutral-100{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-neutral-100,246 246 246)/var(--tw-bg-opacity))}.sd-1-21-1-table{--tw-border-spacing-x:var(--sd-spacing-0,0px);--tw-border-spacing-y:var(--sd-spacing-0,0px);all:unset;border-collapse:collapse;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y);display:table}.sd-1-21-1-headline{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));display:flex;font-size:var(--sd-font-size-3xl,2rem);font-weight:700;gap:var(--sd-spacing-4,1rem)}@media (min-width:640px){.sd-1-21-1-headline{font-size:var(--sd-font-size-4xl,2.5rem)}}.sd-1-21-1-headline sd-icon{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));flex-shrink:0;font-size:3rem}@media (min-width:640px){.sd-1-21-1-headline sd-icon{margin-top:var(--sd-spacing-2,.5rem)}}.sd-1-21-1-headline--size-3xl{font-size:var(--sd-font-size-2xl,1.75rem)}@media (min-width:640px){.sd-1-21-1-headline--size-3xl{font-size:var(--sd-font-size-3xl,2rem)}}.sd-1-21-1-headline--size-3xl sd-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}@media (min-width:640px){.sd-1-21-1-headline--size-3xl sd-icon{margin-top:var(--sd-spacing-0,0)}}.sd-1-21-1-headline--size-base,.sd-1-21-1-headline--size-lg,.sd-1-21-1-headline--size-xl{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));gap:var(--sd-spacing-2,.5rem)}.sd-1-21-1-headline--size-base sd-icon,.sd-1-21-1-headline--size-lg sd-icon,.sd-1-21-1-headline--size-xl sd-icon{font-size:2rem}.sd-1-21-1-headline--size-xl{font-size:var(--sd-font-size-xl,1.5rem)}.sd-1-21-1-headline--size-xl sd-icon{margin-top:var(--sd-spacing-0-5,.125rem)}@media (min-width:640px){.sd-1-21-1-headline--size-xl sd-icon{margin-top:var(--sd-spacing-0-5,.125rem)}}.sd-1-21-1-headline--size-lg{font-size:var(--sd-font-size-lg,1.25rem)}.sd-1-21-1-headline--size-lg sd-icon{margin-top:var(--sd-spacing-0,0)}@media (min-width:640px){.sd-1-21-1-headline--size-lg sd-icon{margin-top:var(--sd-spacing-0,0)}}.sd-1-21-1-headline--size-base{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-base,1rem)}.sd-1-21-1-headline--size-base sd-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}.sd-1-21-1-headline--size-base mark{color:inherit}.sd-1-21-1-headline--inverted,.sd-1-21-1-headline--inverted sd-icon{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-1-21-1-headline--inline{display:inline}.sd-1-21-1-headline--inline sd-icon{margin-right:var(--sd-spacing-2,.5rem);margin-top:calc(var(--sd-spacing-1, .25rem)*-1);vertical-align:middle}.sd-1-21-1-headline--inline.sd-1-21-1-headline--size-base sd-icon,.sd-1-21-1-headline--inline.sd-1-21-1-headline--size-lg sd-icon,.sd-1-21-1-headline--inline.sd-1-21-1-headline--size-xl sd-icon{margin-right:var(--sd-spacing-0-5,.125rem)}
1
+ .sd-1-22-0-display{font-size:var(--sd-font-size-xl,1.5rem)}.sd-1-22-0-display,.sd-1-22-0-display--size-3xl{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-weight:400;line-height:var(--sd-line-height-tight,120%)}.sd-1-22-0-display--size-3xl{font-size:var(--sd-font-size-2xl,1.75rem)}@media (min-width:1024px){.sd-1-22-0-display--size-3xl{font-size:var(--sd-font-size-3xl,2rem)}}.sd-1-22-0-display--size-4xl{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-3xl,2rem);font-weight:400;line-height:var(--sd-line-height-tight,120%)}@media (min-width:1024px){.sd-1-22-0-display--size-4xl{font-size:var(--sd-font-size-4xl,2.5rem)}}.sd-1-22-0-display--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-1-22-0-meta{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-base,1rem);font-weight:400;line-height:var(--sd-line-height-none,100%)}.sd-1-22-0-meta--size-sm{font-size:var(--sd-font-size-sm,.875rem)}.sd-1-22-0-meta--light{--tw-text-opacity:1;color:rgb(var(--sd-color-neutral-700,104 104 104)/var(--tw-text-opacity))}.sd-1-22-0-meta--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-1-22-0-meta--inverted.sd-1-22-0-meta--light{--tw-text-opacity:1;color:rgb(var(--sd-color-primary-400,153 171 208)/var(--tw-text-opacity))}.sd-1-22-0-meta--pipe:after{content:"|";margin-left:var(--sd-spacing-1,.25rem);margin-right:var(--sd-spacing-1,.25rem)}.sd-1-22-0-meta--pipe.sd-1-22-0-meta--size-sm:after{margin-left:var(--sd-spacing-0-5,.125rem);margin-right:var(--sd-spacing-0-5,.125rem)}.sd-1-22-0-leadtext{font-size:var(--sd-font-size-xl,1.5rem)}.sd-1-22-0-leadtext,.sd-1-22-0-leadtext--size-lg{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-weight:400;line-height:var(--sd-line-height-normal,150%)}.sd-1-22-0-leadtext--size-lg{font-size:var(--sd-font-size-lg,1.25rem)}.sd-1-22-0-leadtext--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-1-22-0-paragraph{font-size:var(--sd-font-size-base,1rem)}.sd-1-22-0-paragraph,.sd-1-22-0-paragraph--size-sm{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-weight:400;line-height:var(--sd-line-height-normal,150%)}.sd-1-22-0-paragraph--size-sm{font-size:var(--sd-font-size-sm,.875rem)}.sd-1-22-0-paragraph--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}mark.sd-1-22-0-mark{--tw-text-opacity:1;background-color:transparent;color:rgb(var(--sd-color-accent,45 157 0)/var(--tw-text-opacity))}.sd-1-22-0-interactive--reset{all:unset;outline:revert}.sd-1-22-0-interactive{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));cursor:pointer;text-decoration-line:none;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.sd-1-22-0-interactive:hover:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-primary-500,70 109 175)/var(--tw-text-opacity))}.sd-1-22-0-interactive:active:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-primary-800,5 21 48)/var(--tw-text-opacity))}.sd-1-22-0-interactive:focus-visible{outline-color:rgb(var(--sd-color-primary,0 53 142)/1);outline-offset:2px;outline-style:solid;outline-width:2px}.sd-1-22-0-interactive--inverted{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-1-22-0-interactive--inverted:hover:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-primary-200,224 233 243)/var(--tw-text-opacity))}.sd-1-22-0-interactive--inverted:active:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-primary-400,153 171 208)/var(--tw-text-opacity))}.sd-1-22-0-interactive--inverted:focus-visible{outline-color:rgb(var(--sd-color-white,255 255 255)/1);outline-offset:2px;outline-style:solid;outline-width:2px}.sd-1-22-0-interactive--disabled,.sd-1-22-0-interactive[disabled]{cursor:not-allowed}.sd-1-22-0-interactive--disabled,.sd-1-22-0-interactive--disabled:active:not([disabled]),.sd-1-22-0-interactive--disabled:hover:not([disabled]),.sd-1-22-0-interactive[disabled],.sd-1-22-0-interactive[disabled]:active:not([disabled]),.sd-1-22-0-interactive[disabled]:hover:not([disabled]){--tw-text-opacity:1;color:rgb(var(--sd-color-neutral-600,136 136 136)/var(--tw-text-opacity))}.sd-1-22-0-table-cell{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:rgb(var(--sd-color-neutral-400,195 195 195)/var(--tw-border-opacity));border-style:solid;border-width:1px 0;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-sm,.875rem);padding:var(--sd-spacing-4,1rem);text-align:left}.sd-1-22-0-table-cell--divider{border-right-width:1px}.sd-1-22-0-table-cell--bg-white{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-white,255 255 255)/var(--tw-bg-opacity))}.sd-1-22-0-table-cell--bg-primary-100{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-primary-100,236 240 249)/var(--tw-bg-opacity))}.sd-1-22-0-table-cell--bg-neutral-100{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-neutral-100,246 246 246)/var(--tw-bg-opacity))}.sd-1-22-0-table{--tw-border-spacing-x:var(--sd-spacing-0,0px);--tw-border-spacing-y:var(--sd-spacing-0,0px);all:unset;border-collapse:collapse;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y);display:table}.sd-1-22-0-headline{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));display:flex;font-size:var(--sd-font-size-3xl,2rem);font-weight:700;gap:var(--sd-spacing-4,1rem)}@media (min-width:640px){.sd-1-22-0-headline{font-size:var(--sd-font-size-4xl,2.5rem)}}.sd-1-22-0-headline sd-icon{--tw-text-opacity:1;color:rgb(var(--sd-color-primary,0 53 142)/var(--tw-text-opacity));flex-shrink:0;font-size:3rem}@media (min-width:640px){.sd-1-22-0-headline sd-icon{margin-top:var(--sd-spacing-2,.5rem)}}.sd-1-22-0-headline--size-3xl{font-size:var(--sd-font-size-2xl,1.75rem)}@media (min-width:640px){.sd-1-22-0-headline--size-3xl{font-size:var(--sd-font-size-3xl,2rem)}}.sd-1-22-0-headline--size-3xl sd-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}@media (min-width:640px){.sd-1-22-0-headline--size-3xl sd-icon{margin-top:var(--sd-spacing-0,0)}}.sd-1-22-0-headline--size-base,.sd-1-22-0-headline--size-lg,.sd-1-22-0-headline--size-xl{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));gap:var(--sd-spacing-2,.5rem)}.sd-1-22-0-headline--size-base sd-icon,.sd-1-22-0-headline--size-lg sd-icon,.sd-1-22-0-headline--size-xl sd-icon{font-size:2rem}.sd-1-22-0-headline--size-xl{font-size:var(--sd-font-size-xl,1.5rem)}.sd-1-22-0-headline--size-xl sd-icon{margin-top:var(--sd-spacing-0-5,.125rem)}@media (min-width:640px){.sd-1-22-0-headline--size-xl sd-icon{margin-top:var(--sd-spacing-0-5,.125rem)}}.sd-1-22-0-headline--size-lg{font-size:var(--sd-font-size-lg,1.25rem)}.sd-1-22-0-headline--size-lg sd-icon{margin-top:var(--sd-spacing-0,0)}@media (min-width:640px){.sd-1-22-0-headline--size-lg sd-icon{margin-top:var(--sd-spacing-0,0)}}.sd-1-22-0-headline--size-base{--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity));font-size:var(--sd-font-size-base,1rem)}.sd-1-22-0-headline--size-base sd-icon{margin-top:calc(var(--sd-spacing-1, .25rem)*-1)}.sd-1-22-0-headline--size-base mark{color:inherit}.sd-1-22-0-headline--inverted,.sd-1-22-0-headline--inverted sd-icon{--tw-text-opacity:1;color:rgb(var(--sd-color-white,255 255 255)/var(--tw-text-opacity))}.sd-1-22-0-headline--inline{display:inline}.sd-1-22-0-headline--inline sd-icon{margin-right:var(--sd-spacing-2,.5rem);margin-top:calc(var(--sd-spacing-1, .25rem)*-1);vertical-align:middle}.sd-1-22-0-headline--inline.sd-1-22-0-headline--size-base sd-icon,.sd-1-22-0-headline--inline.sd-1-22-0-headline--size-lg sd-icon,.sd-1-22-0-headline--inline.sd-1-22-0-headline--size-xl sd-icon{margin-right:var(--sd-spacing-0-5,.125rem)}
@@ -331,6 +331,100 @@
331
331
  ],
332
332
  "references": []
333
333
  },
334
+ {
335
+ "name": "sd-checkbox-group",
336
+ "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.",
337
+ "attributes": [
338
+ {
339
+ "name": "label",
340
+ "description": "The checkbox group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
341
+ "values": []
342
+ },
343
+ {
344
+ "name": "size",
345
+ "description": "The checkbox group's size. This size will be applied to the label, all child checkboxes.",
346
+ "values": [
347
+ {
348
+ "name": "lg"
349
+ },
350
+ {
351
+ "name": "sm"
352
+ }
353
+ ]
354
+ },
355
+ {
356
+ "name": "orientation",
357
+ "description": "The orientation property determines the alignment of the component's content or elements. It accepts two possible\nvalues: 'horizontal' and 'vertical'. The default value is 'vertical'.\nThis property allows you to control the visual layout and arrangement of elements within the component, providing\nflexibility in how the component is displayed based on your specific design needs.",
358
+ "values": [
359
+ {
360
+ "name": "horizontal"
361
+ },
362
+ {
363
+ "name": "vertical"
364
+ }
365
+ ]
366
+ }
367
+ ],
368
+ "references": []
369
+ },
370
+ {
371
+ "name": "sd-checkbox",
372
+ "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.",
373
+ "attributes": [
374
+ {
375
+ "name": "title",
376
+ "values": []
377
+ },
378
+ {
379
+ "name": "name",
380
+ "description": "The name of the checkbox, submitted as a name/value pair with form data.",
381
+ "values": []
382
+ },
383
+ {
384
+ "name": "value",
385
+ "description": "The current value of the checkbox, submitted as a name/value pair with form data.",
386
+ "values": []
387
+ },
388
+ {
389
+ "name": "size",
390
+ "description": "The checkbox's size.",
391
+ "values": [
392
+ {
393
+ "name": "sm"
394
+ },
395
+ {
396
+ "name": "lg"
397
+ }
398
+ ]
399
+ },
400
+ {
401
+ "name": "disabled",
402
+ "description": "Disables the checkbox.",
403
+ "values": []
404
+ },
405
+ {
406
+ "name": "checked",
407
+ "description": "Draws the checkbox in a checked state.",
408
+ "values": []
409
+ },
410
+ {
411
+ "name": "indeterminate",
412
+ "description": "Draws the checkbox in an indeterminate state. This is usually applied to checkboxes that represents a \"select\nall/none\" behavior when associated checkboxes have a mix of checked and unchecked states.",
413
+ "values": []
414
+ },
415
+ {
416
+ "name": "form",
417
+ "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.",
418
+ "values": []
419
+ },
420
+ {
421
+ "name": "required",
422
+ "description": "Makes the checkbox a required field.",
423
+ "values": []
424
+ }
425
+ ],
426
+ "references": []
427
+ },
334
428
  {
335
429
  "name": "sd-divider",
336
430
  "description": "Dividers are used to visually separate or group elements.\n\n\n---\n\n\n",
@@ -1173,7 +1267,7 @@
1173
1267
  "references": []
1174
1268
  },
1175
1269
  {
1176
- "name": "sd-1-21-1-accordion-group",
1270
+ "name": "sd-1-22-0-accordion-group",
1177
1271
  "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.",
1178
1272
  "attributes": [
1179
1273
  {
@@ -1185,7 +1279,7 @@
1185
1279
  "references": []
1186
1280
  },
1187
1281
  {
1188
- "name": "sd-1-21-1-accordion",
1282
+ "name": "sd-1-22-0-accordion",
1189
1283
  "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.",
1190
1284
  "attributes": [
1191
1285
  {
@@ -1202,7 +1296,7 @@
1202
1296
  "references": []
1203
1297
  },
1204
1298
  {
1205
- "name": "sd-1-21-1-badge",
1299
+ "name": "sd-1-22-0-badge",
1206
1300
  "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.",
1207
1301
  "attributes": [
1208
1302
  {
@@ -1244,7 +1338,7 @@
1244
1338
  "references": []
1245
1339
  },
1246
1340
  {
1247
- "name": "sd-1-21-1-brandshape",
1341
+ "name": "sd-1-22-0-brandshape",
1248
1342
  "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.",
1249
1343
  "attributes": [
1250
1344
  {
@@ -1281,7 +1375,7 @@
1281
1375
  "references": []
1282
1376
  },
1283
1377
  {
1284
- "name": "sd-1-21-1-button",
1378
+ "name": "sd-1-22-0-button",
1285
1379
  "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.",
1286
1380
  "attributes": [
1287
1381
  {
@@ -1453,13 +1547,13 @@
1453
1547
  "references": []
1454
1548
  },
1455
1549
  {
1456
- "name": "sd-1-21-1-carousel-item",
1550
+ "name": "sd-1-22-0-carousel-item",
1457
1551
  "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.",
1458
1552
  "attributes": [],
1459
1553
  "references": []
1460
1554
  },
1461
1555
  {
1462
- "name": "sd-1-21-1-carousel",
1556
+ "name": "sd-1-22-0-carousel",
1463
1557
  "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.",
1464
1558
  "attributes": [
1465
1559
  {
@@ -1503,7 +1597,101 @@
1503
1597
  "references": []
1504
1598
  },
1505
1599
  {
1506
- "name": "sd-1-21-1-divider",
1600
+ "name": "sd-1-22-0-checkbox-group",
1601
+ "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.",
1602
+ "attributes": [
1603
+ {
1604
+ "name": "label",
1605
+ "description": "The checkbox group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
1606
+ "values": []
1607
+ },
1608
+ {
1609
+ "name": "size",
1610
+ "description": "The checkbox group's size. This size will be applied to the label, all child checkboxes.",
1611
+ "values": [
1612
+ {
1613
+ "name": "lg"
1614
+ },
1615
+ {
1616
+ "name": "sm"
1617
+ }
1618
+ ]
1619
+ },
1620
+ {
1621
+ "name": "orientation",
1622
+ "description": "The orientation property determines the alignment of the component's content or elements. It accepts two possible\nvalues: 'horizontal' and 'vertical'. The default value is 'vertical'.\nThis property allows you to control the visual layout and arrangement of elements within the component, providing\nflexibility in how the component is displayed based on your specific design needs.",
1623
+ "values": [
1624
+ {
1625
+ "name": "horizontal"
1626
+ },
1627
+ {
1628
+ "name": "vertical"
1629
+ }
1630
+ ]
1631
+ }
1632
+ ],
1633
+ "references": []
1634
+ },
1635
+ {
1636
+ "name": "sd-1-22-0-checkbox",
1637
+ "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.",
1638
+ "attributes": [
1639
+ {
1640
+ "name": "title",
1641
+ "values": []
1642
+ },
1643
+ {
1644
+ "name": "name",
1645
+ "description": "The name of the checkbox, submitted as a name/value pair with form data.",
1646
+ "values": []
1647
+ },
1648
+ {
1649
+ "name": "value",
1650
+ "description": "The current value of the checkbox, submitted as a name/value pair with form data.",
1651
+ "values": []
1652
+ },
1653
+ {
1654
+ "name": "size",
1655
+ "description": "The checkbox's size.",
1656
+ "values": [
1657
+ {
1658
+ "name": "sm"
1659
+ },
1660
+ {
1661
+ "name": "lg"
1662
+ }
1663
+ ]
1664
+ },
1665
+ {
1666
+ "name": "disabled",
1667
+ "description": "Disables the checkbox.",
1668
+ "values": []
1669
+ },
1670
+ {
1671
+ "name": "checked",
1672
+ "description": "Draws the checkbox in a checked state.",
1673
+ "values": []
1674
+ },
1675
+ {
1676
+ "name": "indeterminate",
1677
+ "description": "Draws the checkbox in an indeterminate state. This is usually applied to checkboxes that represents a \"select\nall/none\" behavior when associated checkboxes have a mix of checked and unchecked states.",
1678
+ "values": []
1679
+ },
1680
+ {
1681
+ "name": "form",
1682
+ "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.",
1683
+ "values": []
1684
+ },
1685
+ {
1686
+ "name": "required",
1687
+ "description": "Makes the checkbox a required field.",
1688
+ "values": []
1689
+ }
1690
+ ],
1691
+ "references": []
1692
+ },
1693
+ {
1694
+ "name": "sd-1-22-0-divider",
1507
1695
  "description": "Dividers are used to visually separate or group elements.\n\n\n---\n\n\n",
1508
1696
  "attributes": [
1509
1697
  {
@@ -1527,7 +1715,7 @@
1527
1715
  "references": []
1528
1716
  },
1529
1717
  {
1530
- "name": "sd-1-21-1-drawer",
1718
+ "name": "sd-1-22-0-drawer",
1531
1719
  "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.",
1532
1720
  "attributes": [
1533
1721
  {
@@ -1566,7 +1754,7 @@
1566
1754
  "references": []
1567
1755
  },
1568
1756
  {
1569
- "name": "sd-1-21-1-dropdown",
1757
+ "name": "sd-1-22-0-dropdown",
1570
1758
  "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.",
1571
1759
  "attributes": [
1572
1760
  {
@@ -1663,7 +1851,7 @@
1663
1851
  "references": []
1664
1852
  },
1665
1853
  {
1666
- "name": "sd-1-21-1-icon",
1854
+ "name": "sd-1-22-0-icon",
1667
1855
  "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.",
1668
1856
  "attributes": [
1669
1857
  {
@@ -1705,7 +1893,7 @@
1705
1893
  "references": []
1706
1894
  },
1707
1895
  {
1708
- "name": "sd-1-21-1-include",
1896
+ "name": "sd-1-22-0-include",
1709
1897
  "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.",
1710
1898
  "attributes": [
1711
1899
  {
@@ -1737,7 +1925,7 @@
1737
1925
  "references": []
1738
1926
  },
1739
1927
  {
1740
- "name": "sd-1-21-1-link",
1928
+ "name": "sd-1-22-0-link",
1741
1929
  "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.",
1742
1930
  "attributes": [
1743
1931
  {
@@ -1797,7 +1985,7 @@
1797
1985
  "references": []
1798
1986
  },
1799
1987
  {
1800
- "name": "sd-1-21-1-navigation-item",
1988
+ "name": "sd-1-22-0-navigation-item",
1801
1989
  "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.",
1802
1990
  "attributes": [
1803
1991
  {
@@ -1887,7 +2075,7 @@
1887
2075
  "references": []
1888
2076
  },
1889
2077
  {
1890
- "name": "sd-1-21-1-popup",
2078
+ "name": "sd-1-22-0-popup",
1891
2079
  "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.",
1892
2080
  "attributes": [
1893
2081
  {
@@ -2111,7 +2299,7 @@
2111
2299
  "references": []
2112
2300
  },
2113
2301
  {
2114
- "name": "sd-1-21-1-radio-group",
2302
+ "name": "sd-1-22-0-radio-group",
2115
2303
  "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.",
2116
2304
  "attributes": [
2117
2305
  {
@@ -2167,7 +2355,7 @@
2167
2355
  "references": []
2168
2356
  },
2169
2357
  {
2170
- "name": "sd-1-21-1-radio",
2358
+ "name": "sd-1-22-0-radio",
2171
2359
  "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.",
2172
2360
  "attributes": [
2173
2361
  {
@@ -2201,7 +2389,7 @@
2201
2389
  "references": []
2202
2390
  },
2203
2391
  {
2204
- "name": "sd-1-21-1-spinner",
2392
+ "name": "sd-1-22-0-spinner",
2205
2393
  "description": "Spinners are used to show the progress of an indeterminate operation.\n\n\n---\n\n\n",
2206
2394
  "attributes": [
2207
2395
  {
@@ -2223,7 +2411,7 @@
2223
2411
  "references": []
2224
2412
  },
2225
2413
  {
2226
- "name": "sd-1-21-1-tag",
2414
+ "name": "sd-1-22-0-tag",
2227
2415
  "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.",
2228
2416
  "attributes": [
2229
2417
  {
@@ -2285,7 +2473,7 @@
2285
2473
  "references": []
2286
2474
  },
2287
2475
  {
2288
- "name": "sd-1-21-1-teaser",
2476
+ "name": "sd-1-22-0-teaser",
2289
2477
  "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.",
2290
2478
  "attributes": [
2291
2479
  {
@@ -2322,7 +2510,7 @@
2322
2510
  "references": []
2323
2511
  },
2324
2512
  {
2325
- "name": "sd-1-21-1-video",
2513
+ "name": "sd-1-22-0-video",
2326
2514
  "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.",
2327
2515
  "attributes": [
2328
2516
  {