@solid-design-system/components 1.13.1 → 1.14.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 (49) hide show
  1. package/dist/custom-elements.json +1 -1
  2. package/dist/versioned-components/es/accordion-group.js +1 -1
  3. package/dist/versioned-components/es/accordion.js +1 -1
  4. package/dist/versioned-components/es/badge.js +1 -1
  5. package/dist/versioned-components/es/brandshape.js +1 -1
  6. package/dist/versioned-components/es/button.js +1 -1
  7. package/dist/versioned-components/es/divider.js +1 -1
  8. package/dist/versioned-components/es/drawer.js +1 -1
  9. package/dist/versioned-components/es/dropdown.js +1 -1
  10. package/dist/versioned-components/es/icon.js +1 -1
  11. package/dist/versioned-components/es/include.js +1 -1
  12. package/dist/versioned-components/es/link.js +1 -1
  13. package/dist/versioned-components/es/popup.js +1 -1
  14. package/dist/versioned-components/es/spinner.js +1 -1
  15. package/dist/versioned-components/es/tag.js +1 -1
  16. package/dist/versioned-components/es/teaser.js +1 -1
  17. package/dist/versioned-package/components/accordion/accordion.d.ts +1 -1
  18. package/dist/versioned-package/components/accordion/accordion.js +2 -2
  19. package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +1 -1
  20. package/dist/versioned-package/components/accordion-group/accordion-group.js +3 -3
  21. package/dist/versioned-package/components/badge/badge.d.ts +1 -1
  22. package/dist/versioned-package/components/badge/badge.js +1 -1
  23. package/dist/versioned-package/components/brandshape/brandshape.d.ts +1 -1
  24. package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
  25. package/dist/versioned-package/components/button/button.d.ts +1 -1
  26. package/dist/versioned-package/components/button/button.js +4 -4
  27. package/dist/versioned-package/components/divider/divider.d.ts +1 -1
  28. package/dist/versioned-package/components/divider/divider.js +2 -2
  29. package/dist/versioned-package/components/drawer/drawer.d.ts +1 -1
  30. package/dist/versioned-package/components/drawer/drawer.js +2 -2
  31. package/dist/versioned-package/components/dropdown/dropdown.d.ts +1 -1
  32. package/dist/versioned-package/components/dropdown/dropdown.js +6 -6
  33. package/dist/versioned-package/components/icon/icon.d.ts +1 -1
  34. package/dist/versioned-package/components/icon/icon.js +1 -1
  35. package/dist/versioned-package/components/include/include.d.ts +1 -1
  36. package/dist/versioned-package/components/include/include.js +1 -1
  37. package/dist/versioned-package/components/link/link.d.ts +1 -1
  38. package/dist/versioned-package/components/link/link.js +2 -2
  39. package/dist/versioned-package/components/popup/popup.d.ts +1 -1
  40. package/dist/versioned-package/components/popup/popup.js +1 -1
  41. package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
  42. package/dist/versioned-package/components/spinner/spinner.js +1 -1
  43. package/dist/versioned-package/components/tag/tag.d.ts +1 -1
  44. package/dist/versioned-package/components/tag/tag.js +2 -2
  45. package/dist/versioned-package/components/teaser/teaser.js +1 -1
  46. package/dist/versioned-package/internal/form.js +1 -1
  47. package/dist/vscode.html-custom-data.json +15 -15
  48. package/dist/web-types.json +16 -16
  49. package/package.json +1 -1
@@ -1 +1 @@
1
- {"schemaVersion":"1.0.0","readme":"","modules":[{"kind":"javascript-module","path":"components/accordion-group/accordion-group.js","declarations":[{"kind":"class","description":"","name":"SdAccordionGroup","cssParts":[{"description":"The component's base wrapper.","name":"base"}],"slots":[{"description":"The default slot where `<sd-accordion>` elements are placed.","name":""}],"members":[{"kind":"field","name":"closeOthers","type":{"text":"boolean"},"default":"false","description":"Closes other accordions.","attribute":"close-others"},{"kind":"field","name":"handleAccordionShow","privacy":"private"}],"attributes":[{"name":"close-others","type":{"text":"boolean"},"default":"false","description":"Closes other accordions.","fieldName":"closeOthers","attribute":"close-others"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Short summary of the component's intended use.","documentation":"https://solid.union-investment.com/[storybook-link]/accordion-group","status":"stable","since":"1.1","dependencies":["sd-accordion"],"tagName":"sd-accordion-group","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdAccordionGroup","module":"components/accordion-group/accordion-group.js"}},{"kind":"custom-element-definition","name":"sd-accordion-group","declaration":{"name":"SdAccordionGroup","module":"components/accordion-group/accordion-group.js"}},{"kind":"custom-element-definition","name":"sd-accordion-group","declaration":{"name":"SdAccordionGroup","module":"components/accordion-group/accordion-group.js"}}]},{"kind":"javascript-module","path":"components/accordion/accordion.js","declarations":[{"kind":"class","description":"","name":"SdAccordion","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The header that wraps both the summary and the expand/collapse icon.","name":"header"},{"description":"The container that wraps the summary.","name":"summary"},{"description":"The container that wraps the expand/collapse icons.","name":"summary-icon"},{"description":"The accordion content.","name":"content"}],"slots":[{"description":"The accordion main content.","name":""},{"description":"The accordion summary. Alternatively, you can use the `summary` attribute.","name":"summary"},{"description":"Optional expand icon to use instead of the default. Works best with `<sd-icon>`.","name":"expand-icon"},{"description":"Optional collapse icon to use instead of the default. Works best with `<sd-icon>`.","name":"collapse-icon"}],"members":[{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.","attribute":"open","reflects":true},{"kind":"field","name":"summary","type":{"text":"string"},"description":"The summary to show in the header. If you need to display HTML, use the `summary` slot instead.","attribute":"summary"},{"kind":"method","name":"handleSummaryClick","privacy":"private"},{"kind":"method","name":"handleSummaryKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleOpenChange"},{"kind":"method","name":"show","description":"Shows the accordion."},{"kind":"method","name":"hide","description":"Hides the accordion"}],"events":[{"description":"Emitted when the accordion opens.","name":"sd-show"},{"description":"Emitted after the accordion opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the accordion closes.","name":"sd-hide"},{"description":"Emitted after the accordion closes and all animations are complete.","name":"sd-after-hide"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.","fieldName":"open","attribute":"open"},{"name":"summary","type":{"text":"string"},"description":"The summary to show in the header. If you need to display HTML, use the `summary` slot instead.","fieldName":"summary","attribute":"summary"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Accordion shows a brief summary and expands to show additional content.","documentation":"https://solid.union-investment.com/[storybook-link]/accordion","status":"stable","since":"1.1","dependencies":["sd-icon"],"animations":[{"name":"accordion.show","description":"The animation to use when showing accordion. You can use `height: auto` with this animation."},{"name":"accordion.hide","description":"The animation to use when hiding accordion. You can use `height: auto` with this animation."}],"tagName":"sd-accordion","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"custom-element-definition","name":"sd-accordion","declaration":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"custom-element-definition","name":"sd-accordion","declaration":{"name":"SdAccordion","module":"components/accordion/accordion.js"}}]},{"kind":"javascript-module","path":"components/badge/badge.js","declarations":[{"kind":"class","description":"","name":"SdBadge","cssParts":[{"description":"The badge's base wrapper.","name":"base"},{"description":"The badge's main content.","name":"content"}],"slots":[{"description":"The badge's content.","name":""}],"members":[{"kind":"field","name":"variant","type":{"text":"'default' | 'success' | 'error'"},"default":"'default'","description":"The badge's theme variant.","attribute":"variant","reflects":true},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The badge's size.","attribute":"size","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the badge.","attribute":"inverted","reflects":true}],"attributes":[{"name":"variant","type":{"text":"'default' | 'success' | 'error'"},"default":"'default'","description":"The badge's theme variant.","fieldName":"variant","attribute":"variant"},{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The badge's size.","fieldName":"size","attribute":"size"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the badge.","fieldName":"inverted","attribute":"inverted"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Badges are used to draw attention and display statuses or counts.","documentation":"https://solid.union-investment.com/[storybook-link]/badge","status":"stable","since":"1.6.0","tagName":"sd-badge","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdBadge","module":"components/badge/badge.js"}},{"kind":"custom-element-definition","name":"sd-badge","declaration":{"name":"SdBadge","module":"components/badge/badge.js"}},{"kind":"custom-element-definition","name":"sd-badge","declaration":{"name":"SdBadge","module":"components/badge/badge.js"}}]},{"kind":"javascript-module","path":"components/brandshape/brandshape.js","declarations":[{"kind":"class","description":"","name":"SdBrandshape","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"Middle content wrapper.","name":"content"},{"description":"Top shape.","name":"shape-top"},{"description":"Middle shape.","name":"shape-middle"},{"description":"Bottom shape.","name":"shape-bottom"}],"slots":[{"description":"The content inside the brandshape.","name":""}],"members":[{"kind":"field","name":"variant","type":{"text":"'neutral-100' | 'primary' | 'white'"},"default":"'primary'","description":"The brandshape's theme variant.","attribute":"variant"},{"kind":"field","name":"shapes","type":{"text":"('top' | 'middle' | 'bottom')[]"},"default":"['top', 'middle', 'bottom']","description":"Defines which shapes of the brandshape should be displayed.","attribute":"shapes"},{"kind":"field","name":"componentBreakpoint","type":{"text":"Breakpoints"},"privacy":"private","default":"0"},{"kind":"field","name":"resizeObserver","type":{"text":"ResizeObserver"},"privacy":"private"},{"kind":"method","name":"getSvg","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"breakpoint","type":{"text":"Breakpoints"}},{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"largeSvg","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"mediumSvg","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"smallSvg","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"setBreakpoint","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"renderTopBrandshape","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderMiddleBrandshape","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderBottomBrandshape","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderWhitespaceFix","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"position","type":{"text":"'top' | 'bottom'"}}],"description":"Renders a small line to prevent whitespace between the svg and the div of the middle brandshape."}],"attributes":[{"name":"variant","type":{"text":"'neutral-100' | 'primary' | 'white'"},"default":"'primary'","description":"The brandshape's theme variant.","fieldName":"variant","attribute":"variant"},{"name":"shapes","type":{"text":"('top' | 'middle' | 'bottom')[]"},"default":"['top', 'middle', 'bottom']","description":"Defines which shapes of the brandshape should be displayed.","fieldName":"shapes","attribute":"shapes"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"The Brandshape highlights a piece of content.","documentation":"https://solid.union-investment.com/[storybook-brandshape]/brandshape","status":"stable","since":"1.4","tagName":"sd-brandshape","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdBrandshape","module":"components/brandshape/brandshape.js"}},{"kind":"custom-element-definition","name":"sd-brandshape","declaration":{"name":"SdBrandshape","module":"components/brandshape/brandshape.js"}},{"kind":"custom-element-definition","name":"sd-brandshape","declaration":{"name":"SdBrandshape","module":"components/brandshape/brandshape.js"}}]},{"kind":"javascript-module","path":"components/button/button.js","declarations":[{"kind":"class","description":"","name":"SdButton","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the left icon area.","name":"icon-left"},{"description":"The button's label.","name":"label"},{"description":"The container that wraps the right icon area.","name":"icon-right"}],"slots":[{"description":"The button's label.","name":""},{"description":"A prefix icon or similar element.","name":"icon-left"},{"description":"A suffix icon or similar element.","name":"icon-right"}],"members":[{"kind":"field","name":"formControlController","privacy":"private","default":"new FormControlController(this, {\n form: input => {\n // Buttons support a form attribute that points to an arbitrary form, so if this attribute it set we need to query\n // the form from the same root using its id\n if (input.hasAttribute('form')) {\n const doc = input.getRootNode() as Document | ShadowRoot;\n const formId = input.getAttribute('form')!;\n return doc.getElementById(formId) as HTMLFormElement;\n }\n\n // Fall back to the closest containing form\n return input.closest('form');\n }\n })"},{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, '[default]', 'icon-left', 'icon-right')"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"title","type":{"text":"string"},"default":"''","attribute":"title"},{"kind":"field","name":"variant","type":{"text":"'primary' | 'secondary' | 'tertiary' | 'cta'"},"default":"'primary'","description":"The button's theme variant.","attribute":"variant","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the button.","attribute":"inverted","reflects":true},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The button's size.","attribute":"size","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the button.","attribute":"disabled","reflects":true},{"kind":"field","name":"loading","type":{"text":"boolean"},"default":"false","description":"Draws the button in a loading state.","attribute":"loading","reflects":true},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"default":"'button'","description":"The type of button. Note that the default value is `button` instead of `submit`, which is opposite of how native\n`<button>` elements behave. When the type is `submit`, the button will submit the surrounding form.","attribute":"type"},{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"The name of the button, submitted as a name/value pair with form data, but only when this button is the submitter.\nThis attribute is ignored when `href` is present.","attribute":"name"},{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"The value of the button, submitted as a pair with the button's name as part of the form data, but only when this\nbutton is the submitter. This attribute is ignored when `href` is present.","attribute":"value"},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","attribute":"target"},{"kind":"field","name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","attribute":"download"},{"kind":"field","name":"form","type":{"text":"string"},"description":"The \"form owner\" to associate the button with. If omitted, the closest containing form will be used instead. The\nvalue of this attribute must be an id of a form in the same document or shadow root as the button.","attribute":"form"},{"kind":"field","name":"formAction","type":{"text":"string"},"description":"Used to override the form owner's `action` attribute.","attribute":"formaction"},{"kind":"field","name":"formEnctype","type":{"text":"'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"},"description":"Used to override the form owner's `enctype` attribute.","attribute":"formenctype"},{"kind":"field","name":"formMethod","type":{"text":"'post' | 'get'"},"description":"Used to override the form owner's `method` attribute.","attribute":"formmethod"},{"kind":"field","name":"formNoValidate","type":{"text":"boolean"},"description":"Used to override the form owner's `novalidate` attribute.","attribute":"formnovalidate"},{"kind":"field","name":"formTarget","type":{"text":"'_self' | '_blank' | '_parent' | '_top' | string"},"description":"Used to override the form owner's `target` attribute.","attribute":"formtarget"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"isButton","privacy":"private"},{"kind":"method","name":"isLink","privacy":"private"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"click","description":"Simulates a click on the button."},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the button."},{"kind":"method","name":"blur","description":"Removes focus from the button."},{"kind":"method","name":"checkValidity","description":"Checks for validity but does not show the browser's validation message."},{"kind":"method","name":"reportValidity","description":"Checks for validity and shows the browser's validation message if the control is invalid."},{"kind":"method","name":"setCustomValidity","parameters":[{"name":"message","type":{"text":"string"}}],"description":"Sets a custom validation message. Pass an empty string to restore validity."}],"events":[{"description":"Emitted when the button loses focus.","name":"sd-blur"},{"description":"Emitted when the button gains focus.","name":"sd-focus"}],"attributes":[{"name":"title","type":{"text":"string"},"default":"''","fieldName":"title","attribute":"title"},{"name":"variant","type":{"text":"'primary' | 'secondary' | 'tertiary' | 'cta'"},"default":"'primary'","description":"The button's theme variant.","fieldName":"variant","attribute":"variant"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the button.","fieldName":"inverted","attribute":"inverted"},{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The button's size.","fieldName":"size","attribute":"size"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the button.","fieldName":"disabled","attribute":"disabled"},{"name":"loading","type":{"text":"boolean"},"default":"false","description":"Draws the button in a loading state.","fieldName":"loading","attribute":"loading"},{"name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"default":"'button'","description":"The type of button. Note that the default value is `button` instead of `submit`, which is opposite of how native\n`<button>` elements behave. When the type is `submit`, the button will submit the surrounding form.","fieldName":"type","attribute":"type"},{"name":"name","type":{"text":"string"},"default":"''","description":"The name of the button, submitted as a name/value pair with form data, but only when this button is the submitter.\nThis attribute is ignored when `href` is present.","fieldName":"name","attribute":"name"},{"name":"value","type":{"text":"string"},"default":"''","description":"The value of the button, submitted as a pair with the button's name as part of the form data, but only when this\nbutton is the submitter. This attribute is ignored when `href` is present.","fieldName":"value","attribute":"value"},{"name":"href","type":{"text":"string"},"default":"''","description":"When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.","fieldName":"href","attribute":"href"},{"name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","fieldName":"target","attribute":"target"},{"name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","fieldName":"download","attribute":"download"},{"name":"form","type":{"text":"string"},"description":"The \"form owner\" to associate the button with. If omitted, the closest containing form will be used instead. The\nvalue of this attribute must be an id of a form in the same document or shadow root as the button.","fieldName":"form","attribute":"form"},{"name":"formaction","type":{"text":"string"},"description":"Used to override the form owner's `action` attribute.","fieldName":"formAction","attribute":"formaction"},{"name":"formenctype","type":{"text":"'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"},"description":"Used to override the form owner's `enctype` attribute.","fieldName":"formEnctype","attribute":"formenctype"},{"name":"formmethod","type":{"text":"'post' | 'get'"},"description":"Used to override the form owner's `method` attribute.","fieldName":"formMethod","attribute":"formmethod"},{"name":"formnovalidate","type":{"text":"boolean"},"description":"Used to override the form owner's `novalidate` attribute.","fieldName":"formNoValidate","attribute":"formnovalidate"},{"name":"formtarget","type":{"text":"'_self' | '_blank' | '_parent' | '_top' | string"},"description":"Used to override the form owner's `target` attribute.","fieldName":"formTarget","attribute":"formtarget"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Buttons represent actions that are available to the user.","documentation":"https://solid.union-investment.com/[storybook-link]/button","status":"stable","since":"1.0","dependencies":["sd-icon","sd-spinner"],"tagName":"sd-button","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdButton","module":"components/button/button.js"}},{"kind":"custom-element-definition","name":"sd-button","declaration":{"name":"SdButton","module":"components/button/button.js"}},{"kind":"custom-element-definition","name":"sd-button","declaration":{"name":"SdButton","module":"components/button/button.js"}}]},{"kind":"javascript-module","path":"components/divider/divider.js","declarations":[{"kind":"class","description":"","name":"SdDivider","members":[{"kind":"field","name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Determines the orientation of the divider.","attribute":"orientation","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"This inverts the divider.","attribute":"inverted","reflects":true}],"attributes":[{"name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Determines the orientation of the divider.","fieldName":"orientation","attribute":"orientation"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"This inverts the divider.","fieldName":"inverted","attribute":"inverted"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Dividers are used to visually separate or group elements.","documentation":"https://solid.union-investment.com/[storybook-link]/divider","status":"stable","since":"1.0","tagName":"sd-divider","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdDivider","module":"components/divider/divider.js"}},{"kind":"custom-element-definition","name":"sd-divider","declaration":{"name":"SdDivider","module":"components/divider/divider.js"}},{"kind":"custom-element-definition","name":"sd-divider","declaration":{"name":"SdDivider","module":"components/divider/divider.js"}}]},{"kind":"javascript-module","path":"components/drawer/drawer.js","declarations":[{"kind":"class","description":"","name":"SdDrawer","cssProperties":[{"description":"The preferred width of the drawer. depending on its `placement`. Note that the drawer will shrink to accommodate smaller screens.","name":"--width"}],"cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The overlay that covers the screen behind the drawer.","name":"overlay"},{"description":"The drawer's panel (where the drawer and its content are rendered).","name":"panel"},{"description":"The drawer's header. This element wraps the title and the close-button.","name":"header"},{"description":"The drawer's title.","name":"title"},{"description":"The close button, an `<sd-button>`.","name":"close-button"},{"description":"The drawer's body.","name":"body"},{"description":"The drawer's footer.","name":"footer"}],"slots":[{"description":"The drawer's main content.","name":""},{"description":"The drawer's header, usually a title.","name":"header"},{"description":"The drawer's footer, usually one or more buttons representing various options.","name":"footer"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, 'footer')"},{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"},{"kind":"field","name":"modal","privacy":"private","default":"new Modal(this)"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.","attribute":"open","reflects":true},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility.","attribute":"label","reflects":true},{"kind":"field","name":"placement","type":{"text":"'end' | 'start'"},"default":"'end'","description":"The direction from which the drawer will open.","attribute":"placement","reflects":true},{"kind":"field","name":"contained","type":{"text":"boolean"},"default":"false","description":"By default, the drawer slides out of its containing block (the viewport). Contained is a hidden feature used only for testing purposes. Please do not use it in production as it will likely change.","attribute":"contained","reflects":true},{"kind":"field","name":"noHeader","type":{"text":"boolean"},"default":"false","description":"Removes the header. This will also remove the default close button, so please ensure you provide an easy, accessible way for users to dismiss the drawer.","attribute":"no-header"},{"kind":"method","name":"requestClose","privacy":"private","parameters":[{"name":"source","type":{"text":"'close-button' | 'keyboard' | 'overlay'"}}]},{"kind":"method","name":"addOpenListeners","privacy":"private"},{"kind":"method","name":"removeOpenListeners","privacy":"private"},{"kind":"field","name":"handleDocumentKeyDown","privacy":"private"},{"kind":"method","name":"handleOpenChange"},{"kind":"method","name":"handleNoModalChange"},{"kind":"method","name":"show","description":"Shows the drawer."},{"kind":"method","name":"hide","description":"Hides the drawer"}],"events":[{"description":"Emitted when the drawer opens.","name":"sd-show"},{"description":"Emitted after the drawer opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the drawer closes.","name":"sd-hide"},{"description":"Emitted after the drawer closes and all animations are complete.","name":"sd-after-hide"},{"description":"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.","name":"sd-initial-focus"},{"type":{"text":"{ source: 'close-button' | 'keyboard' | 'overlay' }"},"description":"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.","name":"sd-request-close"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.","fieldName":"open","attribute":"open"},{"name":"label","type":{"text":"string"},"default":"''","description":"You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility.","fieldName":"label","attribute":"label"},{"name":"placement","type":{"text":"'end' | 'start'"},"default":"'end'","description":"The direction from which the drawer will open.","fieldName":"placement","attribute":"placement"},{"name":"contained","type":{"text":"boolean"},"default":"false","description":"By default, the drawer slides out of its containing block (the viewport). Contained is a hidden feature used only for testing purposes. Please do not use it in production as it will likely change.","fieldName":"contained","attribute":"contained"},{"name":"no-header","type":{"text":"boolean"},"default":"false","description":"Removes the header. This will also remove the default close button, so please ensure you provide an easy, accessible way for users to dismiss the drawer.","fieldName":"noHeader","attribute":"no-header"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Drawers slide in from a container to expose additional options and information.","documentation":"https://solid.union-investment.com/[storybook-link]/drawer","status":"stable","since":"1.9","dependencies":["sd-button"],"animations":[{"name":"drawer.showEnd","description":"The animation to use when showing a drawer with `end` placement."},{"name":"drawer.showStart","description":"The animation to use when showing a drawer with `start` placement."},{"name":"drawer.hideEnd","description":"The animation to use when hiding a drawer with `end` placement."},{"name":"drawer.hideStart","description":"The animation to use when hiding a drawer with `start` placement."},{"name":"drawer.denyClose","description":"The animation to use when a request to close the drawer is denied."},{"name":"drawer.overlay.show","description":"The animation to use when showing the drawer's overlay."},{"name":"drawer.overlay.hide","description":"The animation to use when hiding the drawer's overlay."}],"tagName":"sd-drawer","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdDrawer","module":"components/drawer/drawer.js"}},{"kind":"custom-element-definition","name":"sd-drawer","declaration":{"name":"SdDrawer","module":"components/drawer/drawer.js"}},{"kind":"custom-element-definition","name":"sd-drawer","declaration":{"name":"SdDrawer","module":"components/drawer/drawer.js"}}]},{"kind":"javascript-module","path":"components/dropdown/dropdown.js","declarations":[{"kind":"class","description":"","name":"SdDropdown","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the trigger.","name":"trigger"},{"description":"The panel that gets shown when the dropdown is open.","name":"panel"}],"slots":[{"description":"The dropdown's main content.","name":""},{"description":"The dropdown's trigger, usually a `<sd-button>` element.","name":"trigger"}],"members":[{"kind":"field","name":"popup","type":{"text":"SdPopup"}},{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.","attribute":"open","reflects":true},{"kind":"field","name":"rounded","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown should be styled with rounded corners.","attribute":"rounded","reflects":true},{"kind":"field","name":"placement","type":{"text":"| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"},"default":"'bottom-start'","description":"The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.","attribute":"placement","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the dropdown so the panel will not open.","attribute":"disabled","reflects":true},{"kind":"field","name":"stayOpenOnSelect","type":{"text":"boolean"},"default":"false","description":"By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.","attribute":"stay-open-on-select","reflects":true},{"kind":"field","name":"distance","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel away from its trigger. This defaults to `0` for `rounded=false` and to a minimum of `1` for `rounded=true`.","attribute":"distance"},{"kind":"field","name":"skidding","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel along its trigger.","attribute":"skidding"},{"kind":"field","name":"noAutoSize","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.","attribute":"no-auto-size","reflects":true},{"kind":"field","name":"noFlip","type":{"text":"boolean"},"default":"false","description":"When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.","attribute":"no-flip","reflects":true},{"kind":"field","name":"hoist","type":{"text":"boolean"},"default":"false","description":"Enable this option to prevent the panel 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.","attribute":"hoist"},{"kind":"method","name":"focusOnTrigger"},{"kind":"method","name":"getMenu"},{"kind":"method","name":"handleKeyDown","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleDocumentKeyDown","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleDocumentMouseDown","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleMenuItemActivate","parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"handlePanelSelect","parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"handleTriggerClick"},{"kind":"method","name":"handleTriggerKeyDown","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleTriggerKeyUp","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleTriggerSlotChange"},{"kind":"method","name":"updateAccessibleTrigger"},{"kind":"method","name":"show","description":"Shows the dropdown panel."},{"kind":"method","name":"hide","description":"Hides the dropdown panel"},{"kind":"method","name":"reposition","description":"Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu\nis activated."},{"kind":"method","name":"addOpenListeners"},{"kind":"method","name":"removeOpenListeners"},{"kind":"method","name":"handleOpenChange"}],"events":[{"description":"Emitted when the dropdown opens.","name":"sd-show"},{"description":"Emitted after the dropdown opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the dropdown closes.","name":"sd-hide"},{"description":"Emitted after the dropdown closes and all animations are complete.","name":"sd-after-hide"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.","fieldName":"open","attribute":"open"},{"name":"rounded","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown should be styled with rounded corners.","fieldName":"rounded","attribute":"rounded"},{"name":"placement","type":{"text":"| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"},"default":"'bottom-start'","description":"The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.","fieldName":"placement","attribute":"placement"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the dropdown so the panel will not open.","fieldName":"disabled","attribute":"disabled"},{"name":"stay-open-on-select","type":{"text":"boolean"},"default":"false","description":"By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.","fieldName":"stayOpenOnSelect","attribute":"stay-open-on-select"},{"name":"distance","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel away from its trigger. This defaults to `0` for `rounded=false` and to a minimum of `1` for `rounded=true`.","fieldName":"distance","attribute":"distance"},{"name":"skidding","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel along its trigger.","fieldName":"skidding","attribute":"skidding"},{"name":"no-auto-size","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.","fieldName":"noAutoSize","attribute":"no-auto-size"},{"name":"no-flip","type":{"text":"boolean"},"default":"false","description":"When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.","fieldName":"noFlip","attribute":"no-flip"},{"name":"hoist","type":{"text":"boolean"},"default":"false","description":"Enable this option to prevent the panel 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.","fieldName":"hoist","attribute":"hoist"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Dropdowns expose additional content that \"drops down\" in a panel.","documentation":"https://solid.union-investment.com/[storybook-link]/dropdown","status":"stable","since":"1.8","dependencies":["sd-popup"],"animations":[{"name":"dropdown.show","description":"The animation to use when showing the dropdown."},{"name":"dropdown.hide","description":"The animation to use when hiding the dropdown."}],"tagName":"sd-dropdown","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdDropdown","module":"components/dropdown/dropdown.js"}},{"kind":"custom-element-definition","name":"sd-dropdown","declaration":{"name":"SdDropdown","module":"components/dropdown/dropdown.js"}},{"kind":"custom-element-definition","name":"sd-dropdown","declaration":{"name":"SdDropdown","module":"components/dropdown/dropdown.js"}}]},{"kind":"javascript-module","path":"components/icon/icon.js","declarations":[{"kind":"class","description":"","name":"SdIcon","members":[{"kind":"field","name":"svg","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"name","type":{"text":"string | undefined"},"description":"The name of the icon to draw. Available names depend on the icon library being used.","attribute":"name","reflects":true},{"kind":"field","name":"src","type":{"text":"string | undefined"},"description":"An external URL of an SVG file. Be sure you trust the content you are including, as it will be executed as code and\ncan result in XSS attacks. Only SVGs on a local or CORS-enabled endpoint are supported. If you're using more than one custom icon,\nit might make sense to register a custom icon library.","attribute":"src"},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"An alternate description to use for assistive devices. If omitted, the icon will be considered presentational and\nignored by assistive devices.","attribute":"label"},{"kind":"field","name":"library","type":{"text":"string"},"default":"'default'","description":"The name of a registered custom icon library.","attribute":"library","reflects":true},{"kind":"field","name":"color","type":{"text":"'currentColor' | 'primary' | 'white'"},"default":"'currentColor'","description":"The color of the icon.\n\"current\" refers to currentColor and makes it possible to easily style the icon from outside without any CSS variables.","attribute":"color","reflects":true},{"kind":"method","name":"getUrl","privacy":"private"},{"kind":"method","name":"handleLabelChange"},{"kind":"method","name":"setIcon"}],"events":[{"description":"Emitted when the icon has loaded.","name":"sd-load"},{"description":"Emitted when the icon fails to load due to an error.","name":"sd-error"}],"attributes":[{"name":"name","type":{"text":"string | undefined"},"description":"The name of the icon to draw. Available names depend on the icon library being used.","fieldName":"name","attribute":"name"},{"name":"src","type":{"text":"string | undefined"},"description":"An external URL of an SVG file. Be sure you trust the content you are including, as it will be executed as code and\ncan result in XSS attacks. Only SVGs on a local or CORS-enabled endpoint are supported. If you're using more than one custom icon,\nit might make sense to register a custom icon library.","fieldName":"src","attribute":"src"},{"name":"label","type":{"text":"string"},"default":"''","description":"An alternate description to use for assistive devices. If omitted, the icon will be considered presentational and\nignored by assistive devices.","fieldName":"label","attribute":"label"},{"name":"library","type":{"text":"string"},"default":"'default'","description":"The name of a registered custom icon library.","fieldName":"library","attribute":"library"},{"name":"color","type":{"text":"'currentColor' | 'primary' | 'white'"},"default":"'currentColor'","description":"The color of the icon.\n\"current\" refers to currentColor and makes it possible to easily style the icon from outside without any CSS variables.","fieldName":"color","attribute":"color"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Icons are symbols that can be used to represent various options within an application.","status":"stable","since":"1.0","tagName":"sd-icon","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdIcon","module":"components/icon/icon.js"}},{"kind":"custom-element-definition","name":"sd-icon","declaration":{"name":"SdIcon","module":"components/icon/icon.js"}},{"kind":"custom-element-definition","name":"sd-icon","declaration":{"name":"SdIcon","module":"components/icon/icon.js"}}]},{"kind":"javascript-module","path":"components/icon/library.system.js","declarations":[{"kind":"variable","name":"icons","type":{"text":"object"},"default":"{\n 'chevron-down': `\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M20.257 6.333l-8.257 9.173-8.257-9.173c-0.181-0.181-0.431-0.292-0.707-0.292-0.552 0-1 0.448-1 1 0 0.238 0.083 0.456 0.222 0.628l-0.001-0.002 9 10c0.184 0.204 0.449 0.331 0.743 0.331s0.56-0.127 0.743-0.33l0.001-0.001 9-10c0.137-0.17 0.22-0.388 0.22-0.626 0-0.552-0.448-1-1-1-0.276 0-0.526 0.112-0.707 0.293v0z\"></path>\n </svg>\n `,\n 'chevron-up': `\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12.743 6.333c-0.188-0.195-0.452-0.316-0.743-0.316s-0.555 0.121-0.743 0.315l-0 0-9 10c-0.137 0.17-0.22 0.388-0.22 0.626 0 0.552 0.448 1 1 1 0.276 0 0.526-0.112 0.707-0.293v0l8.257-9.173 8.257 9.173c0.181 0.181 0.431 0.292 0.707 0.292 0.552 0 1-0.448 1-1 0-0.238-0.083-0.456-0.222-0.628l0.001 0.002z\"></path>\n </svg>\n `,\n close: `\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M21.707 2.293a1 1 0 0 0-1.414 0L12 10.586 3.707 2.293a1 1 0 0 0-1.413 1.414l-.001-.001 8.293 8.293-8.293 8.293a1 1 0 0 0 0 1.414 1 1 0 0 0 1.414 0L12 13.413l8.293 8.293a1 1 0 0 0 1.414 0 1 1 0 0 0 0-1.414l-8.293-8.293 8.293-8.293a1 1 0 0 0 0-1.414z\"/></svg>\n </svg>\n`\n}"},{"kind":"variable","name":"systemLibrary","type":{"text":"IconLibrary"},"default":"{\n name: 'system',\n resolver: (name: keyof typeof icons) => {\n if (name in icons) {\n return `data:image/svg+xml,${encodeURIComponent(icons[name])}`;\n }\n return '';\n },\n mutator: svg => svg.setAttribute('fill', 'currentColor')\n}"}],"exports":[{"kind":"js","name":"icons","declaration":{"name":"icons","module":"components/icon/library.system.js"}},{"kind":"js","name":"default","declaration":{"name":"systemLibrary","module":"components/icon/library.system.js"}}]},{"kind":"javascript-module","path":"components/icon/library.js","declarations":[{"kind":"function","name":"watchIcon","parameters":[{"name":"icon","type":{"text":"SdIcon"}}],"description":"Adds an icon to the list of watched icons."},{"kind":"function","name":"unwatchIcon","parameters":[{"name":"icon","type":{"text":"SdIcon"}}],"description":"Removes an icon from the list of watched icons."},{"kind":"function","name":"getIconLibrary","parameters":[{"name":"name","optional":true,"type":{"text":"string"}}],"description":"Returns a library from the registry."},{"kind":"function","name":"registerIconLibrary","parameters":[{"name":"name","type":{"text":"string"}},{"name":"options","type":{"text":"{ resolver: IconLibraryResolver; mutator?: IconLibraryMutator }"}}],"description":"Adds an icon library to the registry, or overrides an existing one."},{"kind":"function","name":"unregisterIconLibrary","parameters":[{"name":"name","type":{"text":"string"}}],"description":"Removes an icon library from the registry."}],"exports":[{"kind":"js","name":"watchIcon","declaration":{"name":"watchIcon","module":"components/icon/library.js"}},{"kind":"js","name":"unwatchIcon","declaration":{"name":"unwatchIcon","module":"components/icon/library.js"}},{"kind":"js","name":"getIconLibrary","declaration":{"name":"getIconLibrary","module":"components/icon/library.js"}},{"kind":"js","name":"registerIconLibrary","declaration":{"name":"registerIconLibrary","module":"components/icon/library.js"}},{"kind":"js","name":"unregisterIconLibrary","declaration":{"name":"unregisterIconLibrary","module":"components/icon/library.js"}}]},{"kind":"javascript-module","path":"components/icon/request.js","declarations":[{"kind":"function","name":"requestIcon","return":{"type":{"text":"Promise<IconFile>"}},"parameters":[{"name":"url","type":{"text":"string"}}]}],"exports":[{"kind":"js","name":"requestIcon","declaration":{"name":"requestIcon","module":"components/icon/request.js"}}]},{"kind":"javascript-module","path":"components/include/include.styles.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"module":"components/include/include.styles.js"}}]},{"kind":"javascript-module","path":"components/include/include.js","declarations":[{"kind":"class","description":"","name":"SdInclude","members":[{"kind":"field","name":"src","type":{"text":"string"},"description":"The location of the HTML file to include. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.","attribute":"src"},{"kind":"field","name":"mode","type":{"text":"'cors' | 'no-cors' | 'same-origin'"},"default":"'cors'","description":"The fetch mode to use.","attribute":"mode"},{"kind":"field","name":"allowScripts","type":{"text":"boolean"},"default":"false","description":"Allows included scripts to be executed. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.","attribute":"allow-scripts"},{"kind":"method","name":"executeScript","privacy":"private","parameters":[{"name":"script","type":{"text":"HTMLScriptElement"}}]},{"kind":"method","name":"handleSrcChange"}],"events":[{"description":"Emitted when the included file is loaded.","name":"sd-load"},{"type":{"text":"{ status: number }"},"description":"Emitted when the included file fails to load due to an error.","name":"sd-error"}],"attributes":[{"name":"src","type":{"text":"string"},"description":"The location of the HTML file to include. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.","fieldName":"src","attribute":"src"},{"name":"mode","type":{"text":"'cors' | 'no-cors' | 'same-origin'"},"default":"'cors'","description":"The fetch mode to use.","fieldName":"mode","attribute":"mode"},{"name":"allow-scripts","type":{"text":"boolean"},"default":"false","description":"Allows included scripts to be executed. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.","fieldName":"allowScripts","attribute":"allow-scripts"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Includes give you the power to embed external HTML files into the page.","documentation":"https://solid.union-investment.com/[storybook-link]/include","status":"stable","since":"1.0","tagName":"sd-include","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdInclude","module":"components/include/include.js"}},{"kind":"custom-element-definition","name":"sd-include","declaration":{"name":"SdInclude","module":"components/include/include.js"}},{"kind":"custom-element-definition","name":"sd-include","declaration":{"name":"SdInclude","module":"components/include/include.js"}}]},{"kind":"javascript-module","path":"components/include/request.js","declarations":[{"kind":"function","name":"requestInclude","return":{"type":{"text":"Promise<IncludeFile>"}},"parameters":[{"name":"src","type":{"text":"string"}},{"name":"mode","default":"'cors'","type":{"text":"'cors' | 'no-cors' | 'same-origin'"}}],"description":"Fetches an include file from a remote source. Caching is enabled so the origin is only pinged once."}],"exports":[{"kind":"js","name":"requestInclude","declaration":{"name":"requestInclude","module":"components/include/request.js"}}]},{"kind":"javascript-module","path":"components/link/link.js","declarations":[{"kind":"class","description":"","name":"SdLink","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the left icon area.","name":"icon-left"},{"description":"The link's label.","name":"label"},{"description":"The container that wraps the right icon area.","name":"icon-right"}],"slots":[{"description":"The default slot.","name":""},{"description":"The icon to display on the left side of the link.","name":"icon-left"},{"description":"The icon to display on the right side of the link.","name":"icon-right"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, '[default]', 'icon-left', 'icon-right')"},{"kind":"field","name":"size","type":{"text":"'inherit' | 'lg' | 'sm'"},"default":"'inherit'","description":"The link's size.","attribute":"size","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the link.","attribute":"inverted","reflects":true},{"kind":"field","name":"standalone","type":{"text":"boolean"},"default":"false","description":"Control the layout of icon and text within the component and the component's positioning.","attribute":"standalone","reflects":true},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"When not set, the link will render as disabled.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","attribute":"target"},{"kind":"field","name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","attribute":"download"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the button."},{"kind":"method","name":"blur","description":"Removes focus from the button."}],"events":[{"description":"Emitted when the link loses focus.","name":"sd-blur"},{"description":"Emitted when the link gains focus.","name":"sd-focus"}],"attributes":[{"name":"size","type":{"text":"'inherit' | 'lg' | 'sm'"},"default":"'inherit'","description":"The link's size.","fieldName":"size","attribute":"size"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the link.","fieldName":"inverted","attribute":"inverted"},{"name":"standalone","type":{"text":"boolean"},"default":"false","description":"Control the layout of icon and text within the component and the component's positioning.","fieldName":"standalone","attribute":"standalone"},{"name":"href","type":{"text":"string"},"default":"''","description":"When not set, the link will render as disabled.","fieldName":"href","attribute":"href"},{"name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","fieldName":"target","attribute":"target"},{"name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","fieldName":"download","attribute":"download"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"A link component.","documentation":"https://solid.union-investment.com/[storybook-link]/link","status":"experimental","since":"1.2","tagName":"sd-link","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdLink","module":"components/link/link.js"}},{"kind":"custom-element-definition","name":"sd-link","declaration":{"name":"SdLink","module":"components/link/link.js"}},{"kind":"custom-element-definition","name":"sd-link","declaration":{"name":"SdLink","module":"components/link/link.js"}}]},{"kind":"javascript-module","path":"components/popup/popup.js","declarations":[{"kind":"class","description":"","name":"SdPopup","cssProperties":[{"description":"The size of the arrow. Note that an arrow won't be shown unless the `arrow` attribute is used.","name":"--arrow-size","default":"6px"},{"description":"The color of the arrow.","name":"--arrow-color","default":"var(--sd-color-neutral-0)"},{"description":"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`.","name":"--auto-size-available-width"},{"description":"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`.","name":"--auto-size-available-height"}],"cssParts":[{"description":"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.","name":"arrow"},{"description":"The popup's container. Useful for setting a background color, box shadow, etc.","name":"popup"}],"slots":[{"description":"The popup's content.","name":""},{"description":"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.","name":"anchor"}],"members":[{"kind":"field","name":"cleanup","type":{"text":"ReturnType<typeof autoUpdate> | undefined"},"privacy":"private"},{"kind":"field","name":"anchor","type":{"text":"Element | string"},"description":"The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.","attribute":"anchor"},{"kind":"field","name":"active","type":{"text":"boolean"},"default":"false","description":"Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.","attribute":"active","reflects":true},{"kind":"field","name":"placement","type":{"text":"| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"},"default":"'top'","description":"The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.","attribute":"placement","reflects":true},{"kind":"field","name":"strategy","type":{"text":"'absolute' | 'fixed'"},"default":"'absolute'","description":"Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if\noverflow is clipped, using a `fixed` position strategy can often workaround it.","attribute":"strategy","reflects":true},{"kind":"field","name":"distance","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel away from its anchor.","attribute":"distance"},{"kind":"field","name":"skidding","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel along its anchor.","attribute":"skidding"},{"kind":"field","name":"arrow","type":{"text":"boolean"},"default":"false","description":"Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.","attribute":"arrow"},{"kind":"field","name":"arrowPlacement","type":{"text":"'start' | 'end' | 'center' | 'anchor'"},"default":"'anchor'","description":"The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.","attribute":"arrow-placement"},{"kind":"field","name":"arrowPadding","type":{"text":"number"},"default":"10","description":"The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.","attribute":"arrow-padding"},{"kind":"field","name":"flip","type":{"text":"boolean"},"default":"false","description":"When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.","attribute":"flip"},{"kind":"field","name":"flipFallbackPlacements","type":{"text":"string"},"default":"''","description":"If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.","attribute":"flip-fallback-placements"},{"kind":"field","name":"flipFallbackStrategy","type":{"text":"'best-fit' | 'initial'"},"default":"'best-fit'","description":"When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.","attribute":"flip-fallback-strategy"},{"kind":"field","name":"flipBoundary","type":{"text":"Element | Element[]"},"description":"The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","attribute":"flipBoundary"},{"kind":"field","name":"flipPadding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the flip behavior will occur.","attribute":"flip-padding"},{"kind":"field","name":"shift","type":{"text":"boolean"},"default":"false","description":"Moves the popup along the axis to keep it in view when clipped.","attribute":"shift"},{"kind":"field","name":"shiftBoundary","type":{"text":"Element | Element[]"},"description":"The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","attribute":"shiftBoundary"},{"kind":"field","name":"shiftPadding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the shift behavior will occur.","attribute":"shift-padding"},{"kind":"field","name":"autoSize","type":{"text":"'horizontal' | 'vertical' | 'both'"},"description":"When set, this will cause the popup to automatically resize itself to prevent it from overflowing.","attribute":"auto-size"},{"kind":"field","name":"sync","type":{"text":"'width' | 'height' | 'both'"},"description":"Syncs the popup's width or height to that of the anchor element.","attribute":"sync"},{"kind":"field","name":"autoSizeBoundary","type":{"text":"Element | Element[]"},"description":"The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","attribute":"autoSizeBoundary"},{"kind":"field","name":"autoSizePadding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the auto-size behavior will occur.","attribute":"auto-size-padding"},{"kind":"method","name":"handleAnchorChange","privacy":"private"},{"kind":"method","name":"start","privacy":"private"},{"kind":"method","name":"stop","privacy":"private","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"reposition","description":"Forces the popup to recalculate and reposition itself."}],"events":[{"description":"Emitted when the popup is repositioned. This event can fire a lot, so avoid putting expensive operations in your listener or consider debouncing it.","name":"sd-reposition"}],"attributes":[{"name":"anchor","type":{"text":"Element | string"},"description":"The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.","fieldName":"anchor","attribute":"anchor"},{"name":"active","type":{"text":"boolean"},"default":"false","description":"Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.","fieldName":"active","attribute":"active"},{"name":"placement","type":{"text":"| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"},"default":"'top'","description":"The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.","fieldName":"placement","attribute":"placement"},{"name":"strategy","type":{"text":"'absolute' | 'fixed'"},"default":"'absolute'","description":"Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if\noverflow is clipped, using a `fixed` position strategy can often workaround it.","fieldName":"strategy","attribute":"strategy"},{"name":"distance","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel away from its anchor.","fieldName":"distance","attribute":"distance"},{"name":"skidding","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel along its anchor.","fieldName":"skidding","attribute":"skidding"},{"name":"arrow","type":{"text":"boolean"},"default":"false","description":"Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.","fieldName":"arrow","attribute":"arrow"},{"name":"arrow-placement","type":{"text":"'start' | 'end' | 'center' | 'anchor'"},"default":"'anchor'","description":"The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.","fieldName":"arrowPlacement","attribute":"arrow-placement"},{"name":"arrow-padding","type":{"text":"number"},"default":"10","description":"The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.","fieldName":"arrowPadding","attribute":"arrow-padding"},{"name":"flip","type":{"text":"boolean"},"default":"false","description":"When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.","fieldName":"flip","attribute":"flip"},{"name":"flip-fallback-placements","type":{"text":"string"},"default":"''","description":"If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.","fieldName":"flipFallbackPlacements","attribute":"flip-fallback-placements"},{"name":"flip-fallback-strategy","type":{"text":"'best-fit' | 'initial'"},"default":"'best-fit'","description":"When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.","fieldName":"flipFallbackStrategy","attribute":"flip-fallback-strategy"},{"name":"flipBoundary","type":{"text":"Element | Element[]"},"description":"The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","fieldName":"flipBoundary","attribute":"flipBoundary"},{"name":"flip-padding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the flip behavior will occur.","fieldName":"flipPadding","attribute":"flip-padding"},{"name":"shift","type":{"text":"boolean"},"default":"false","description":"Moves the popup along the axis to keep it in view when clipped.","fieldName":"shift","attribute":"shift"},{"name":"shiftBoundary","type":{"text":"Element | Element[]"},"description":"The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","fieldName":"shiftBoundary","attribute":"shiftBoundary"},{"name":"shift-padding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the shift behavior will occur.","fieldName":"shiftPadding","attribute":"shift-padding"},{"name":"auto-size","type":{"text":"'horizontal' | 'vertical' | 'both'"},"description":"When set, this will cause the popup to automatically resize itself to prevent it from overflowing.","fieldName":"autoSize","attribute":"auto-size"},{"name":"sync","type":{"text":"'width' | 'height' | 'both'"},"description":"Syncs the popup's width or height to that of the anchor element.","fieldName":"sync","attribute":"sync"},{"name":"autoSizeBoundary","type":{"text":"Element | Element[]"},"description":"The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","fieldName":"autoSizeBoundary","attribute":"autoSizeBoundary"},{"name":"auto-size-padding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the auto-size behavior will occur.","fieldName":"autoSizePadding","attribute":"auto-size-padding"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Popup is a utility that lets you declaratively anchor \"popup\" containers to another element.","documentation":"https://solid.union-investment.com/[storybook-link]/popup","status":"stable","since":"1.8","tagName":"sd-popup","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdPopup","module":"components/popup/popup.js"}},{"kind":"custom-element-definition","name":"sd-popup","declaration":{"name":"SdPopup","module":"components/popup/popup.js"}},{"kind":"custom-element-definition","name":"sd-popup","declaration":{"name":"SdPopup","module":"components/popup/popup.js"}}]},{"kind":"javascript-module","path":"components/spinner/spinner.js","declarations":[{"kind":"class","description":"","name":"SdSpinner","members":[{"kind":"field","name":"color","type":{"text":"'primary' | 'white' | 'currentColor'"},"default":"'currentColor'","description":"The color color of the spinner.","attribute":"color","reflects":true},{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"}],"attributes":[{"name":"color","type":{"text":"'primary' | 'white' | 'currentColor'"},"default":"'currentColor'","description":"The color color of the spinner.","fieldName":"color","attribute":"color"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Spinners are used to show the progress of an indeterminate operation.","documentation":"https://solid.union-investment.com/[storybook-link]/spinner","status":"stable","since":"1.0","tagName":"sd-spinner","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdSpinner","module":"components/spinner/spinner.js"}},{"kind":"custom-element-definition","name":"sd-spinner","declaration":{"name":"SdSpinner","module":"components/spinner/spinner.js"}},{"kind":"custom-element-definition","name":"sd-spinner","declaration":{"name":"SdSpinner","module":"components/spinner/spinner.js"}}]},{"kind":"javascript-module","path":"components/tag/tag.js","declarations":[{"kind":"class","description":"","name":"SdTag","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The tag's content.","name":"content"},{"description":"The tag's removability indicator.","name":"removable-indicator"}],"slots":[{"description":"The tag's content.","name":""},{"description":"The tag's removability indicator.","name":"removable-indicator"}],"members":[{"kind":"field","name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The tag's size.","attribute":"size","reflects":true},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"Displays the tag in a selected state.","attribute":"selected","reflects":true},{"kind":"field","name":"removable","type":{"text":"boolean"},"default":"false","description":"Displays the tag with a removability indicator.","attribute":"removable","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Displays the tag in a disabled state.","attribute":"disabled","reflects":true},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","attribute":"target"},{"kind":"field","name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","attribute":"download"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"isLink","privacy":"private"},{"kind":"method","name":"click","description":"Simulates a click on the tag."},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the tag."},{"kind":"method","name":"blur","description":"Removes focus from the tag."}],"events":[{"description":"Emitted when the tag loses focus.","name":"sd-blur"},{"description":"Emitted when the tag gains focus.","name":"sd-focus"}],"attributes":[{"name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The tag's size.","fieldName":"size","attribute":"size"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"Displays the tag in a selected state.","fieldName":"selected","attribute":"selected"},{"name":"removable","type":{"text":"boolean"},"default":"false","description":"Displays the tag with a removability indicator.","fieldName":"removable","attribute":"removable"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Displays the tag in a disabled state.","fieldName":"disabled","attribute":"disabled"},{"name":"href","type":{"text":"string"},"default":"''","description":"When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.","fieldName":"href","attribute":"href"},{"name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","fieldName":"target","attribute":"target"},{"name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","fieldName":"download","attribute":"download"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Tags are used as labels to organize things or to indicate a selection.","documentation":"https://solid.union-investment.com/[storybook-link]/tag","status":"stable","since":"1.10","tagName":"sd-tag","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTag","module":"components/tag/tag.js"}},{"kind":"custom-element-definition","name":"sd-tag","declaration":{"name":"SdTag","module":"components/tag/tag.js"}},{"kind":"custom-element-definition","name":"sd-tag","declaration":{"name":"SdTag","module":"components/tag/tag.js"}}]},{"kind":"javascript-module","path":"components/teaser/teaser.js","declarations":[{"kind":"class","description":"","name":"SdTeaser","cssProperties":[{"description":"The distribution ratio of the media.","name":"--distribution-media"},{"description":"The distribution ratio of the content.","name":"--distribution-content"}],"cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the media.","name":"media"},{"description":"The container that wraps the content.","name":"content"},{"description":" The container that wraps the meta.","name":"meta"},{"description":"The container that wraps the headline.","name":"headline"},{"description":"The container that wraps the main content.","name":"main"}],"slots":[{"description":"An optional main content slot.","name":""},{"description":"An optional media slot.","name":"media"},{"description":"An optional meta slot.","name":"meta"},{"description":"headline slot.","name":"headline"}],"members":[{"kind":"field","name":"variant","type":{"text":"'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"},"default":"'white'","attribute":"variant","reflects":true},{"kind":"field","name":"breakpoint","type":{"text":"number"},"default":"448","description":"Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.","attribute":"breakpoint","reflects":true},{"kind":"field","name":"inset","type":{"text":"boolean"},"default":"false","description":"The teaser's inner padding. This is always set in `white border-neutral-300`.","attribute":"inset","reflects":true},{"kind":"field","name":"_orientation","type":{"text":"'vertical' | 'horizontal'"},"privacy":"private"},{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, '[default]', 'media', 'meta', 'headline')"},{"kind":"field","name":"resizeObserver","type":{"text":"ResizeObserver"},"privacy":"private"},{"kind":"method","name":"updateOrientation"}],"attributes":[{"name":"variant","type":{"text":"'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"},"default":"'white'","fieldName":"variant","attribute":"variant"},{"name":"breakpoint","type":{"text":"number"},"default":"448","description":"Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.","fieldName":"breakpoint","attribute":"breakpoint"},{"name":"inset","type":{"text":"boolean"},"default":"false","description":"The teaser's inner padding. This is always set in `white border-neutral-300`.","fieldName":"inset","attribute":"inset"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Teasers group information into flexible containers so users can browse a collection of related items and actions.","documentation":"https://solid.union-investment.com/[storybook-link]/teaser","status":"stable","since":"1.3","tagName":"sd-teaser","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTeaser","module":"components/teaser/teaser.js"}},{"kind":"custom-element-definition","name":"sd-teaser","declaration":{"name":"SdTeaser","module":"components/teaser/teaser.js"}},{"kind":"custom-element-definition","name":"sd-teaser","declaration":{"name":"SdTeaser","module":"components/teaser/teaser.js"}}]}],"package":{"name":"@solid-design-system/components","description":"Solid Design System: Components","version":"1.13.1","author":{"name":"Union Investment"},"homepage":"https://solid-design-system.fe.union-investment.de/x.x.x/storybook/","license":"MIT"}}
1
+ {"schemaVersion":"1.0.0","readme":"","modules":[{"kind":"javascript-module","path":"components/accordion-group/accordion-group.js","declarations":[{"kind":"class","description":"","name":"SdAccordionGroup","cssParts":[{"description":"The component's base wrapper.","name":"base"}],"slots":[{"description":"The default slot where `<sd-accordion>` elements are placed.","name":""}],"members":[{"kind":"field","name":"closeOthers","type":{"text":"boolean"},"default":"false","description":"Closes other accordions.","attribute":"close-others"},{"kind":"field","name":"handleAccordionShow","privacy":"private"}],"attributes":[{"name":"close-others","type":{"text":"boolean"},"default":"false","description":"Closes other accordions.","fieldName":"closeOthers","attribute":"close-others"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Short summary of the component's intended use.","documentation":"https://solid.union-investment.com/[storybook-link]/accordion-group","status":"stable","since":"1.1","dependencies":["sd-accordion"],"tagName":"sd-accordion-group","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdAccordionGroup","module":"components/accordion-group/accordion-group.js"}},{"kind":"custom-element-definition","name":"sd-accordion-group","declaration":{"name":"SdAccordionGroup","module":"components/accordion-group/accordion-group.js"}},{"kind":"custom-element-definition","name":"sd-accordion-group","declaration":{"name":"SdAccordionGroup","module":"components/accordion-group/accordion-group.js"}}]},{"kind":"javascript-module","path":"components/accordion/accordion.js","declarations":[{"kind":"class","description":"","name":"SdAccordion","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The header that wraps both the summary and the expand/collapse icon.","name":"header"},{"description":"The container that wraps the summary.","name":"summary"},{"description":"The container that wraps the expand/collapse icons.","name":"summary-icon"},{"description":"The accordion content.","name":"content"}],"slots":[{"description":"The accordion main content.","name":""},{"description":"The accordion summary. Alternatively, you can use the `summary` attribute.","name":"summary"},{"description":"Optional expand icon to use instead of the default. Works best with `<sd-icon>`.","name":"expand-icon"},{"description":"Optional collapse icon to use instead of the default. Works best with `<sd-icon>`.","name":"collapse-icon"}],"members":[{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.","attribute":"open","reflects":true},{"kind":"field","name":"summary","type":{"text":"string"},"description":"The summary to show in the header. If you need to display HTML, use the `summary` slot instead.","attribute":"summary"},{"kind":"method","name":"handleSummaryClick","privacy":"private"},{"kind":"method","name":"handleSummaryKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleOpenChange"},{"kind":"method","name":"show","description":"Shows the accordion."},{"kind":"method","name":"hide","description":"Hides the accordion"}],"events":[{"description":"Emitted when the accordion opens.","name":"sd-show"},{"description":"Emitted after the accordion opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the accordion closes.","name":"sd-hide"},{"description":"Emitted after the accordion closes and all animations are complete.","name":"sd-after-hide"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.","fieldName":"open","attribute":"open"},{"name":"summary","type":{"text":"string"},"description":"The summary to show in the header. If you need to display HTML, use the `summary` slot instead.","fieldName":"summary","attribute":"summary"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Accordion shows a brief summary and expands to show additional content.","documentation":"https://solid.union-investment.com/[storybook-link]/accordion","status":"stable","since":"1.1","dependencies":["sd-icon"],"animations":[{"name":"accordion.show","description":"The animation to use when showing accordion. You can use `height: auto` with this animation."},{"name":"accordion.hide","description":"The animation to use when hiding accordion. You can use `height: auto` with this animation."}],"tagName":"sd-accordion","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"custom-element-definition","name":"sd-accordion","declaration":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"custom-element-definition","name":"sd-accordion","declaration":{"name":"SdAccordion","module":"components/accordion/accordion.js"}}]},{"kind":"javascript-module","path":"components/badge/badge.js","declarations":[{"kind":"class","description":"","name":"SdBadge","cssParts":[{"description":"The badge's base wrapper.","name":"base"},{"description":"The badge's main content.","name":"content"}],"slots":[{"description":"The badge's content.","name":""}],"members":[{"kind":"field","name":"variant","type":{"text":"'default' | 'success' | 'error'"},"default":"'default'","description":"The badge's theme variant.","attribute":"variant","reflects":true},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The badge's size.","attribute":"size","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the badge.","attribute":"inverted","reflects":true}],"attributes":[{"name":"variant","type":{"text":"'default' | 'success' | 'error'"},"default":"'default'","description":"The badge's theme variant.","fieldName":"variant","attribute":"variant"},{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The badge's size.","fieldName":"size","attribute":"size"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the badge.","fieldName":"inverted","attribute":"inverted"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Badges are used to draw attention and display statuses or counts.","documentation":"https://solid.union-investment.com/[storybook-link]/badge","status":"stable","since":"1.6.0","tagName":"sd-badge","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdBadge","module":"components/badge/badge.js"}},{"kind":"custom-element-definition","name":"sd-badge","declaration":{"name":"SdBadge","module":"components/badge/badge.js"}},{"kind":"custom-element-definition","name":"sd-badge","declaration":{"name":"SdBadge","module":"components/badge/badge.js"}}]},{"kind":"javascript-module","path":"components/brandshape/brandshape.js","declarations":[{"kind":"class","description":"","name":"SdBrandshape","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"Middle content wrapper.","name":"content"},{"description":"Top shape.","name":"shape-top"},{"description":"Middle shape.","name":"shape-middle"},{"description":"Bottom shape.","name":"shape-bottom"}],"slots":[{"description":"The content inside the brandshape.","name":""}],"members":[{"kind":"field","name":"variant","type":{"text":"'neutral-100' | 'primary' | 'white'"},"default":"'primary'","description":"The brandshape's theme variant.","attribute":"variant"},{"kind":"field","name":"shapes","type":{"text":"('top' | 'middle' | 'bottom')[]"},"default":"['top', 'middle', 'bottom']","description":"Defines which shapes of the brandshape should be displayed.","attribute":"shapes"},{"kind":"field","name":"componentBreakpoint","type":{"text":"Breakpoints"},"privacy":"private","default":"0"},{"kind":"field","name":"resizeObserver","type":{"text":"ResizeObserver"},"privacy":"private"},{"kind":"method","name":"getSvg","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"breakpoint","type":{"text":"Breakpoints"}},{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"largeSvg","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"mediumSvg","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"smallSvg","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"setBreakpoint","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"renderTopBrandshape","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderMiddleBrandshape","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderBottomBrandshape","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderWhitespaceFix","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"position","type":{"text":"'top' | 'bottom'"}}],"description":"Renders a small line to prevent whitespace between the svg and the div of the middle brandshape."}],"attributes":[{"name":"variant","type":{"text":"'neutral-100' | 'primary' | 'white'"},"default":"'primary'","description":"The brandshape's theme variant.","fieldName":"variant","attribute":"variant"},{"name":"shapes","type":{"text":"('top' | 'middle' | 'bottom')[]"},"default":"['top', 'middle', 'bottom']","description":"Defines which shapes of the brandshape should be displayed.","fieldName":"shapes","attribute":"shapes"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"The Brandshape highlights a piece of content.","documentation":"https://solid.union-investment.com/[storybook-brandshape]/brandshape","status":"stable","since":"1.4","tagName":"sd-brandshape","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdBrandshape","module":"components/brandshape/brandshape.js"}},{"kind":"custom-element-definition","name":"sd-brandshape","declaration":{"name":"SdBrandshape","module":"components/brandshape/brandshape.js"}},{"kind":"custom-element-definition","name":"sd-brandshape","declaration":{"name":"SdBrandshape","module":"components/brandshape/brandshape.js"}}]},{"kind":"javascript-module","path":"components/button/button.js","declarations":[{"kind":"class","description":"","name":"SdButton","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the left icon area.","name":"icon-left"},{"description":"The button's label.","name":"label"},{"description":"The container that wraps the right icon area.","name":"icon-right"}],"slots":[{"description":"The button's label.","name":""},{"description":"A prefix icon or similar element.","name":"icon-left"},{"description":"A suffix icon or similar element.","name":"icon-right"}],"members":[{"kind":"field","name":"formControlController","privacy":"private","default":"new FormControlController(this, {\n form: input => {\n // Buttons support a form attribute that points to an arbitrary form, so if this attribute it set we need to query\n // the form from the same root using its id\n if (input.hasAttribute('form')) {\n const doc = input.getRootNode() as Document | ShadowRoot;\n const formId = input.getAttribute('form')!;\n return doc.getElementById(formId) as HTMLFormElement;\n }\n\n // Fall back to the closest containing form\n return input.closest('form');\n }\n })"},{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, '[default]', 'icon-left', 'icon-right')"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"title","type":{"text":"string"},"default":"''","attribute":"title"},{"kind":"field","name":"variant","type":{"text":"'primary' | 'secondary' | 'tertiary' | 'cta'"},"default":"'primary'","description":"The button's theme variant.","attribute":"variant","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the button.","attribute":"inverted","reflects":true},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The button's size.","attribute":"size","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the button.","attribute":"disabled","reflects":true},{"kind":"field","name":"loading","type":{"text":"boolean"},"default":"false","description":"Draws the button in a loading state.","attribute":"loading","reflects":true},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"default":"'button'","description":"The type of button. Note that the default value is `button` instead of `submit`, which is opposite of how native\n`<button>` elements behave. When the type is `submit`, the button will submit the surrounding form.","attribute":"type"},{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"The name of the button, submitted as a name/value pair with form data, but only when this button is the submitter.\nThis attribute is ignored when `href` is present.","attribute":"name"},{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"The value of the button, submitted as a pair with the button's name as part of the form data, but only when this\nbutton is the submitter. This attribute is ignored when `href` is present.","attribute":"value"},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","attribute":"target"},{"kind":"field","name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","attribute":"download"},{"kind":"field","name":"form","type":{"text":"string"},"description":"The \"form owner\" to associate the button with. If omitted, the closest containing form will be used instead. The\nvalue of this attribute must be an id of a form in the same document or shadow root as the button.","attribute":"form"},{"kind":"field","name":"formAction","type":{"text":"string"},"description":"Used to override the form owner's `action` attribute.","attribute":"formaction"},{"kind":"field","name":"formEnctype","type":{"text":"'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"},"description":"Used to override the form owner's `enctype` attribute.","attribute":"formenctype"},{"kind":"field","name":"formMethod","type":{"text":"'post' | 'get'"},"description":"Used to override the form owner's `method` attribute.","attribute":"formmethod"},{"kind":"field","name":"formNoValidate","type":{"text":"boolean"},"description":"Used to override the form owner's `novalidate` attribute.","attribute":"formnovalidate"},{"kind":"field","name":"formTarget","type":{"text":"'_self' | '_blank' | '_parent' | '_top' | string"},"description":"Used to override the form owner's `target` attribute.","attribute":"formtarget"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"isButton","privacy":"private"},{"kind":"method","name":"isLink","privacy":"private"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"click","description":"Simulates a click on the button."},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the button."},{"kind":"method","name":"blur","description":"Removes focus from the button."},{"kind":"method","name":"checkValidity","description":"Checks for validity but does not show the browser's validation message."},{"kind":"method","name":"reportValidity","description":"Checks for validity and shows the browser's validation message if the control is invalid."},{"kind":"method","name":"setCustomValidity","parameters":[{"name":"message","type":{"text":"string"}}],"description":"Sets a custom validation message. Pass an empty string to restore validity."}],"events":[{"description":"Emitted when the button loses focus.","name":"sd-blur"},{"description":"Emitted when the button gains focus.","name":"sd-focus"}],"attributes":[{"name":"title","type":{"text":"string"},"default":"''","fieldName":"title","attribute":"title"},{"name":"variant","type":{"text":"'primary' | 'secondary' | 'tertiary' | 'cta'"},"default":"'primary'","description":"The button's theme variant.","fieldName":"variant","attribute":"variant"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the button.","fieldName":"inverted","attribute":"inverted"},{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The button's size.","fieldName":"size","attribute":"size"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the button.","fieldName":"disabled","attribute":"disabled"},{"name":"loading","type":{"text":"boolean"},"default":"false","description":"Draws the button in a loading state.","fieldName":"loading","attribute":"loading"},{"name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"default":"'button'","description":"The type of button. Note that the default value is `button` instead of `submit`, which is opposite of how native\n`<button>` elements behave. When the type is `submit`, the button will submit the surrounding form.","fieldName":"type","attribute":"type"},{"name":"name","type":{"text":"string"},"default":"''","description":"The name of the button, submitted as a name/value pair with form data, but only when this button is the submitter.\nThis attribute is ignored when `href` is present.","fieldName":"name","attribute":"name"},{"name":"value","type":{"text":"string"},"default":"''","description":"The value of the button, submitted as a pair with the button's name as part of the form data, but only when this\nbutton is the submitter. This attribute is ignored when `href` is present.","fieldName":"value","attribute":"value"},{"name":"href","type":{"text":"string"},"default":"''","description":"When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.","fieldName":"href","attribute":"href"},{"name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","fieldName":"target","attribute":"target"},{"name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","fieldName":"download","attribute":"download"},{"name":"form","type":{"text":"string"},"description":"The \"form owner\" to associate the button with. If omitted, the closest containing form will be used instead. The\nvalue of this attribute must be an id of a form in the same document or shadow root as the button.","fieldName":"form","attribute":"form"},{"name":"formaction","type":{"text":"string"},"description":"Used to override the form owner's `action` attribute.","fieldName":"formAction","attribute":"formaction"},{"name":"formenctype","type":{"text":"'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"},"description":"Used to override the form owner's `enctype` attribute.","fieldName":"formEnctype","attribute":"formenctype"},{"name":"formmethod","type":{"text":"'post' | 'get'"},"description":"Used to override the form owner's `method` attribute.","fieldName":"formMethod","attribute":"formmethod"},{"name":"formnovalidate","type":{"text":"boolean"},"description":"Used to override the form owner's `novalidate` attribute.","fieldName":"formNoValidate","attribute":"formnovalidate"},{"name":"formtarget","type":{"text":"'_self' | '_blank' | '_parent' | '_top' | string"},"description":"Used to override the form owner's `target` attribute.","fieldName":"formTarget","attribute":"formtarget"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Buttons represent actions that are available to the user.","documentation":"https://solid.union-investment.com/[storybook-link]/button","status":"stable","since":"1.0","dependencies":["sd-icon","sd-spinner"],"tagName":"sd-button","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdButton","module":"components/button/button.js"}},{"kind":"custom-element-definition","name":"sd-button","declaration":{"name":"SdButton","module":"components/button/button.js"}},{"kind":"custom-element-definition","name":"sd-button","declaration":{"name":"SdButton","module":"components/button/button.js"}}]},{"kind":"javascript-module","path":"components/divider/divider.js","declarations":[{"kind":"class","description":"","name":"SdDivider","members":[{"kind":"field","name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Determines the orientation of the divider.","attribute":"orientation","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"This inverts the divider.","attribute":"inverted","reflects":true}],"attributes":[{"name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Determines the orientation of the divider.","fieldName":"orientation","attribute":"orientation"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"This inverts the divider.","fieldName":"inverted","attribute":"inverted"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Dividers are used to visually separate or group elements.","documentation":"https://solid.union-investment.com/[storybook-link]/divider","status":"stable","since":"1.0","tagName":"sd-divider","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdDivider","module":"components/divider/divider.js"}},{"kind":"custom-element-definition","name":"sd-divider","declaration":{"name":"SdDivider","module":"components/divider/divider.js"}},{"kind":"custom-element-definition","name":"sd-divider","declaration":{"name":"SdDivider","module":"components/divider/divider.js"}}]},{"kind":"javascript-module","path":"components/drawer/drawer.js","declarations":[{"kind":"class","description":"","name":"SdDrawer","cssProperties":[{"description":"The preferred width of the drawer. depending on its `placement`. Note that the drawer will shrink to accommodate smaller screens.","name":"--width"}],"cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The overlay that covers the screen behind the drawer.","name":"overlay"},{"description":"The drawer's panel (where the drawer and its content are rendered).","name":"panel"},{"description":"The drawer's header. This element wraps the title and the close-button.","name":"header"},{"description":"The drawer's title.","name":"title"},{"description":"The close button, an `<sd-button>`.","name":"close-button"},{"description":"The drawer's body.","name":"body"},{"description":"The drawer's footer.","name":"footer"}],"slots":[{"description":"The drawer's main content.","name":""},{"description":"The drawer's header, usually a title.","name":"header"},{"description":"The drawer's footer, usually one or more buttons representing various options.","name":"footer"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, 'footer')"},{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"},{"kind":"field","name":"modal","privacy":"private","default":"new Modal(this)"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.","attribute":"open","reflects":true},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility.","attribute":"label","reflects":true},{"kind":"field","name":"placement","type":{"text":"'end' | 'start'"},"default":"'end'","description":"The direction from which the drawer will open.","attribute":"placement","reflects":true},{"kind":"field","name":"contained","type":{"text":"boolean"},"default":"false","description":"By default, the drawer slides out of its containing block (the viewport). Contained is a hidden feature used only for testing purposes. Please do not use it in production as it will likely change.","attribute":"contained","reflects":true},{"kind":"field","name":"noHeader","type":{"text":"boolean"},"default":"false","description":"Removes the header. This will also remove the default close button, so please ensure you provide an easy, accessible way for users to dismiss the drawer.","attribute":"no-header"},{"kind":"method","name":"requestClose","privacy":"private","parameters":[{"name":"source","type":{"text":"'close-button' | 'keyboard' | 'overlay'"}}]},{"kind":"method","name":"addOpenListeners","privacy":"private"},{"kind":"method","name":"removeOpenListeners","privacy":"private"},{"kind":"field","name":"handleDocumentKeyDown","privacy":"private"},{"kind":"method","name":"handleOpenChange"},{"kind":"method","name":"handleNoModalChange"},{"kind":"method","name":"show","description":"Shows the drawer."},{"kind":"method","name":"hide","description":"Hides the drawer"}],"events":[{"description":"Emitted when the drawer opens.","name":"sd-show"},{"description":"Emitted after the drawer opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the drawer closes.","name":"sd-hide"},{"description":"Emitted after the drawer closes and all animations are complete.","name":"sd-after-hide"},{"description":"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.","name":"sd-initial-focus"},{"type":{"text":"{ source: 'close-button' | 'keyboard' | 'overlay' }"},"description":"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.","name":"sd-request-close"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.","fieldName":"open","attribute":"open"},{"name":"label","type":{"text":"string"},"default":"''","description":"You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility.","fieldName":"label","attribute":"label"},{"name":"placement","type":{"text":"'end' | 'start'"},"default":"'end'","description":"The direction from which the drawer will open.","fieldName":"placement","attribute":"placement"},{"name":"contained","type":{"text":"boolean"},"default":"false","description":"By default, the drawer slides out of its containing block (the viewport). Contained is a hidden feature used only for testing purposes. Please do not use it in production as it will likely change.","fieldName":"contained","attribute":"contained"},{"name":"no-header","type":{"text":"boolean"},"default":"false","description":"Removes the header. This will also remove the default close button, so please ensure you provide an easy, accessible way for users to dismiss the drawer.","fieldName":"noHeader","attribute":"no-header"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Drawers slide in from a container to expose additional options and information.","documentation":"https://solid.union-investment.com/[storybook-link]/drawer","status":"stable","since":"1.9","dependencies":["sd-button"],"animations":[{"name":"drawer.showEnd","description":"The animation to use when showing a drawer with `end` placement."},{"name":"drawer.showStart","description":"The animation to use when showing a drawer with `start` placement."},{"name":"drawer.hideEnd","description":"The animation to use when hiding a drawer with `end` placement."},{"name":"drawer.hideStart","description":"The animation to use when hiding a drawer with `start` placement."},{"name":"drawer.denyClose","description":"The animation to use when a request to close the drawer is denied."},{"name":"drawer.overlay.show","description":"The animation to use when showing the drawer's overlay."},{"name":"drawer.overlay.hide","description":"The animation to use when hiding the drawer's overlay."}],"tagName":"sd-drawer","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdDrawer","module":"components/drawer/drawer.js"}},{"kind":"custom-element-definition","name":"sd-drawer","declaration":{"name":"SdDrawer","module":"components/drawer/drawer.js"}},{"kind":"custom-element-definition","name":"sd-drawer","declaration":{"name":"SdDrawer","module":"components/drawer/drawer.js"}}]},{"kind":"javascript-module","path":"components/dropdown/dropdown.js","declarations":[{"kind":"class","description":"","name":"SdDropdown","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the trigger.","name":"trigger"},{"description":"The panel that gets shown when the dropdown is open.","name":"panel"}],"slots":[{"description":"The dropdown's main content.","name":""},{"description":"The dropdown's trigger, usually a `<sd-button>` element.","name":"trigger"}],"members":[{"kind":"field","name":"popup","type":{"text":"SdPopup"}},{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.","attribute":"open","reflects":true},{"kind":"field","name":"rounded","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown should be styled with rounded corners.","attribute":"rounded","reflects":true},{"kind":"field","name":"placement","type":{"text":"| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"},"default":"'bottom-start'","description":"The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.","attribute":"placement","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the dropdown so the panel will not open.","attribute":"disabled","reflects":true},{"kind":"field","name":"stayOpenOnSelect","type":{"text":"boolean"},"default":"false","description":"By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.","attribute":"stay-open-on-select","reflects":true},{"kind":"field","name":"distance","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel away from its trigger. This defaults to `0` for `rounded=false` and to a minimum of `1` for `rounded=true`.","attribute":"distance"},{"kind":"field","name":"skidding","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel along its trigger.","attribute":"skidding"},{"kind":"field","name":"noAutoSize","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.","attribute":"no-auto-size","reflects":true},{"kind":"field","name":"noFlip","type":{"text":"boolean"},"default":"false","description":"When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.","attribute":"no-flip","reflects":true},{"kind":"field","name":"hoist","type":{"text":"boolean"},"default":"false","description":"Enable this option to prevent the panel 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.","attribute":"hoist"},{"kind":"method","name":"focusOnTrigger"},{"kind":"method","name":"getMenu"},{"kind":"method","name":"handleKeyDown","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleDocumentKeyDown","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleDocumentMouseDown","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleMenuItemActivate","parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"handlePanelSelect","parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"handleTriggerClick"},{"kind":"method","name":"handleTriggerKeyDown","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleTriggerKeyUp","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleTriggerSlotChange"},{"kind":"method","name":"updateAccessibleTrigger"},{"kind":"method","name":"show","description":"Shows the dropdown panel."},{"kind":"method","name":"hide","description":"Hides the dropdown panel"},{"kind":"method","name":"reposition","description":"Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu\nis activated."},{"kind":"method","name":"addOpenListeners"},{"kind":"method","name":"removeOpenListeners"},{"kind":"method","name":"handleOpenChange"}],"events":[{"description":"Emitted when the dropdown opens.","name":"sd-show"},{"description":"Emitted after the dropdown opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the dropdown closes.","name":"sd-hide"},{"description":"Emitted after the dropdown closes and all animations are complete.","name":"sd-after-hide"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.","fieldName":"open","attribute":"open"},{"name":"rounded","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown should be styled with rounded corners.","fieldName":"rounded","attribute":"rounded"},{"name":"placement","type":{"text":"| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"},"default":"'bottom-start'","description":"The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.","fieldName":"placement","attribute":"placement"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the dropdown so the panel will not open.","fieldName":"disabled","attribute":"disabled"},{"name":"stay-open-on-select","type":{"text":"boolean"},"default":"false","description":"By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.","fieldName":"stayOpenOnSelect","attribute":"stay-open-on-select"},{"name":"distance","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel away from its trigger. This defaults to `0` for `rounded=false` and to a minimum of `1` for `rounded=true`.","fieldName":"distance","attribute":"distance"},{"name":"skidding","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel along its trigger.","fieldName":"skidding","attribute":"skidding"},{"name":"no-auto-size","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.","fieldName":"noAutoSize","attribute":"no-auto-size"},{"name":"no-flip","type":{"text":"boolean"},"default":"false","description":"When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.","fieldName":"noFlip","attribute":"no-flip"},{"name":"hoist","type":{"text":"boolean"},"default":"false","description":"Enable this option to prevent the panel 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.","fieldName":"hoist","attribute":"hoist"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Dropdowns expose additional content that \"drops down\" in a panel.","documentation":"https://solid.union-investment.com/[storybook-link]/dropdown","status":"stable","since":"1.8","dependencies":["sd-popup"],"animations":[{"name":"dropdown.show","description":"The animation to use when showing the dropdown."},{"name":"dropdown.hide","description":"The animation to use when hiding the dropdown."}],"tagName":"sd-dropdown","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdDropdown","module":"components/dropdown/dropdown.js"}},{"kind":"custom-element-definition","name":"sd-dropdown","declaration":{"name":"SdDropdown","module":"components/dropdown/dropdown.js"}},{"kind":"custom-element-definition","name":"sd-dropdown","declaration":{"name":"SdDropdown","module":"components/dropdown/dropdown.js"}}]},{"kind":"javascript-module","path":"components/icon/icon.js","declarations":[{"kind":"class","description":"","name":"SdIcon","members":[{"kind":"field","name":"svg","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"name","type":{"text":"string | undefined"},"description":"The name of the icon to draw. Available names depend on the icon library being used.","attribute":"name","reflects":true},{"kind":"field","name":"src","type":{"text":"string | undefined"},"description":"An external URL of an SVG file. Be sure you trust the content you are including, as it will be executed as code and\ncan result in XSS attacks. Only SVGs on a local or CORS-enabled endpoint are supported. If you're using more than one custom icon,\nit might make sense to register a custom icon library.","attribute":"src"},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"An alternate description to use for assistive devices. If omitted, the icon will be considered presentational and\nignored by assistive devices.","attribute":"label"},{"kind":"field","name":"library","type":{"text":"string"},"default":"'default'","description":"The name of a registered custom icon library.","attribute":"library","reflects":true},{"kind":"field","name":"color","type":{"text":"'currentColor' | 'primary' | 'white'"},"default":"'currentColor'","description":"The color of the icon.\n\"current\" refers to currentColor and makes it possible to easily style the icon from outside without any CSS variables.","attribute":"color","reflects":true},{"kind":"method","name":"getUrl","privacy":"private"},{"kind":"method","name":"handleLabelChange"},{"kind":"method","name":"setIcon"}],"events":[{"description":"Emitted when the icon has loaded.","name":"sd-load"},{"description":"Emitted when the icon fails to load due to an error.","name":"sd-error"}],"attributes":[{"name":"name","type":{"text":"string | undefined"},"description":"The name of the icon to draw. Available names depend on the icon library being used.","fieldName":"name","attribute":"name"},{"name":"src","type":{"text":"string | undefined"},"description":"An external URL of an SVG file. Be sure you trust the content you are including, as it will be executed as code and\ncan result in XSS attacks. Only SVGs on a local or CORS-enabled endpoint are supported. If you're using more than one custom icon,\nit might make sense to register a custom icon library.","fieldName":"src","attribute":"src"},{"name":"label","type":{"text":"string"},"default":"''","description":"An alternate description to use for assistive devices. If omitted, the icon will be considered presentational and\nignored by assistive devices.","fieldName":"label","attribute":"label"},{"name":"library","type":{"text":"string"},"default":"'default'","description":"The name of a registered custom icon library.","fieldName":"library","attribute":"library"},{"name":"color","type":{"text":"'currentColor' | 'primary' | 'white'"},"default":"'currentColor'","description":"The color of the icon.\n\"current\" refers to currentColor and makes it possible to easily style the icon from outside without any CSS variables.","fieldName":"color","attribute":"color"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Icons are symbols that can be used to represent various options within an application.","status":"stable","since":"1.0","tagName":"sd-icon","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdIcon","module":"components/icon/icon.js"}},{"kind":"custom-element-definition","name":"sd-icon","declaration":{"name":"SdIcon","module":"components/icon/icon.js"}},{"kind":"custom-element-definition","name":"sd-icon","declaration":{"name":"SdIcon","module":"components/icon/icon.js"}}]},{"kind":"javascript-module","path":"components/icon/library.system.js","declarations":[{"kind":"variable","name":"icons","type":{"text":"object"},"default":"{\n 'chevron-down': `\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M20.257 6.333l-8.257 9.173-8.257-9.173c-0.181-0.181-0.431-0.292-0.707-0.292-0.552 0-1 0.448-1 1 0 0.238 0.083 0.456 0.222 0.628l-0.001-0.002 9 10c0.184 0.204 0.449 0.331 0.743 0.331s0.56-0.127 0.743-0.33l0.001-0.001 9-10c0.137-0.17 0.22-0.388 0.22-0.626 0-0.552-0.448-1-1-1-0.276 0-0.526 0.112-0.707 0.293v0z\"></path>\n </svg>\n `,\n 'chevron-up': `\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12.743 6.333c-0.188-0.195-0.452-0.316-0.743-0.316s-0.555 0.121-0.743 0.315l-0 0-9 10c-0.137 0.17-0.22 0.388-0.22 0.626 0 0.552 0.448 1 1 1 0.276 0 0.526-0.112 0.707-0.293v0l8.257-9.173 8.257 9.173c0.181 0.181 0.431 0.292 0.707 0.292 0.552 0 1-0.448 1-1 0-0.238-0.083-0.456-0.222-0.628l0.001 0.002z\"></path>\n </svg>\n `,\n close: `\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M21.707 2.293a1 1 0 0 0-1.414 0L12 10.586 3.707 2.293a1 1 0 0 0-1.413 1.414l-.001-.001 8.293 8.293-8.293 8.293a1 1 0 0 0 0 1.414 1 1 0 0 0 1.414 0L12 13.413l8.293 8.293a1 1 0 0 0 1.414 0 1 1 0 0 0 0-1.414l-8.293-8.293 8.293-8.293a1 1 0 0 0 0-1.414z\"/></svg>\n </svg>\n`\n}"},{"kind":"variable","name":"systemLibrary","type":{"text":"IconLibrary"},"default":"{\n name: 'system',\n resolver: (name: keyof typeof icons) => {\n if (name in icons) {\n return `data:image/svg+xml,${encodeURIComponent(icons[name])}`;\n }\n return '';\n },\n mutator: svg => svg.setAttribute('fill', 'currentColor')\n}"}],"exports":[{"kind":"js","name":"icons","declaration":{"name":"icons","module":"components/icon/library.system.js"}},{"kind":"js","name":"default","declaration":{"name":"systemLibrary","module":"components/icon/library.system.js"}}]},{"kind":"javascript-module","path":"components/icon/library.js","declarations":[{"kind":"function","name":"watchIcon","parameters":[{"name":"icon","type":{"text":"SdIcon"}}],"description":"Adds an icon to the list of watched icons."},{"kind":"function","name":"unwatchIcon","parameters":[{"name":"icon","type":{"text":"SdIcon"}}],"description":"Removes an icon from the list of watched icons."},{"kind":"function","name":"getIconLibrary","parameters":[{"name":"name","optional":true,"type":{"text":"string"}}],"description":"Returns a library from the registry."},{"kind":"function","name":"registerIconLibrary","parameters":[{"name":"name","type":{"text":"string"}},{"name":"options","type":{"text":"{ resolver: IconLibraryResolver; mutator?: IconLibraryMutator }"}}],"description":"Adds an icon library to the registry, or overrides an existing one."},{"kind":"function","name":"unregisterIconLibrary","parameters":[{"name":"name","type":{"text":"string"}}],"description":"Removes an icon library from the registry."}],"exports":[{"kind":"js","name":"watchIcon","declaration":{"name":"watchIcon","module":"components/icon/library.js"}},{"kind":"js","name":"unwatchIcon","declaration":{"name":"unwatchIcon","module":"components/icon/library.js"}},{"kind":"js","name":"getIconLibrary","declaration":{"name":"getIconLibrary","module":"components/icon/library.js"}},{"kind":"js","name":"registerIconLibrary","declaration":{"name":"registerIconLibrary","module":"components/icon/library.js"}},{"kind":"js","name":"unregisterIconLibrary","declaration":{"name":"unregisterIconLibrary","module":"components/icon/library.js"}}]},{"kind":"javascript-module","path":"components/icon/request.js","declarations":[{"kind":"function","name":"requestIcon","return":{"type":{"text":"Promise<IconFile>"}},"parameters":[{"name":"url","type":{"text":"string"}}]}],"exports":[{"kind":"js","name":"requestIcon","declaration":{"name":"requestIcon","module":"components/icon/request.js"}}]},{"kind":"javascript-module","path":"components/include/include.styles.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"module":"components/include/include.styles.js"}}]},{"kind":"javascript-module","path":"components/include/include.js","declarations":[{"kind":"class","description":"","name":"SdInclude","members":[{"kind":"field","name":"src","type":{"text":"string"},"description":"The location of the HTML file to include. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.","attribute":"src"},{"kind":"field","name":"mode","type":{"text":"'cors' | 'no-cors' | 'same-origin'"},"default":"'cors'","description":"The fetch mode to use.","attribute":"mode"},{"kind":"field","name":"allowScripts","type":{"text":"boolean"},"default":"false","description":"Allows included scripts to be executed. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.","attribute":"allow-scripts"},{"kind":"method","name":"executeScript","privacy":"private","parameters":[{"name":"script","type":{"text":"HTMLScriptElement"}}]},{"kind":"method","name":"handleSrcChange"}],"events":[{"description":"Emitted when the included file is loaded.","name":"sd-load"},{"type":{"text":"{ status: number }"},"description":"Emitted when the included file fails to load due to an error.","name":"sd-error"}],"attributes":[{"name":"src","type":{"text":"string"},"description":"The location of the HTML file to include. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.","fieldName":"src","attribute":"src"},{"name":"mode","type":{"text":"'cors' | 'no-cors' | 'same-origin'"},"default":"'cors'","description":"The fetch mode to use.","fieldName":"mode","attribute":"mode"},{"name":"allow-scripts","type":{"text":"boolean"},"default":"false","description":"Allows included scripts to be executed. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.","fieldName":"allowScripts","attribute":"allow-scripts"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Includes give you the power to embed external HTML files into the page.","documentation":"https://solid.union-investment.com/[storybook-link]/include","status":"stable","since":"1.0","tagName":"sd-include","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdInclude","module":"components/include/include.js"}},{"kind":"custom-element-definition","name":"sd-include","declaration":{"name":"SdInclude","module":"components/include/include.js"}},{"kind":"custom-element-definition","name":"sd-include","declaration":{"name":"SdInclude","module":"components/include/include.js"}}]},{"kind":"javascript-module","path":"components/include/request.js","declarations":[{"kind":"function","name":"requestInclude","return":{"type":{"text":"Promise<IncludeFile>"}},"parameters":[{"name":"src","type":{"text":"string"}},{"name":"mode","default":"'cors'","type":{"text":"'cors' | 'no-cors' | 'same-origin'"}}],"description":"Fetches an include file from a remote source. Caching is enabled so the origin is only pinged once."}],"exports":[{"kind":"js","name":"requestInclude","declaration":{"name":"requestInclude","module":"components/include/request.js"}}]},{"kind":"javascript-module","path":"components/link/link.js","declarations":[{"kind":"class","description":"","name":"SdLink","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the left icon area.","name":"icon-left"},{"description":"The link's label.","name":"label"},{"description":"The container that wraps the right icon area.","name":"icon-right"}],"slots":[{"description":"The default slot.","name":""},{"description":"The icon to display on the left side of the link.","name":"icon-left"},{"description":"The icon to display on the right side of the link.","name":"icon-right"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, '[default]', 'icon-left', 'icon-right')"},{"kind":"field","name":"size","type":{"text":"'inherit' | 'lg' | 'sm'"},"default":"'inherit'","description":"The link's size.","attribute":"size","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the link.","attribute":"inverted","reflects":true},{"kind":"field","name":"standalone","type":{"text":"boolean"},"default":"false","description":"Control the layout of icon and text within the component and the component's positioning.","attribute":"standalone","reflects":true},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"When not set, the link will render as disabled.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","attribute":"target"},{"kind":"field","name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","attribute":"download"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the button."},{"kind":"method","name":"blur","description":"Removes focus from the button."}],"events":[{"description":"Emitted when the link loses focus.","name":"sd-blur"},{"description":"Emitted when the link gains focus.","name":"sd-focus"}],"attributes":[{"name":"size","type":{"text":"'inherit' | 'lg' | 'sm'"},"default":"'inherit'","description":"The link's size.","fieldName":"size","attribute":"size"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the link.","fieldName":"inverted","attribute":"inverted"},{"name":"standalone","type":{"text":"boolean"},"default":"false","description":"Control the layout of icon and text within the component and the component's positioning.","fieldName":"standalone","attribute":"standalone"},{"name":"href","type":{"text":"string"},"default":"''","description":"When not set, the link will render as disabled.","fieldName":"href","attribute":"href"},{"name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","fieldName":"target","attribute":"target"},{"name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","fieldName":"download","attribute":"download"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"A link component.","documentation":"https://solid.union-investment.com/[storybook-link]/link","status":"experimental","since":"1.2","tagName":"sd-link","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdLink","module":"components/link/link.js"}},{"kind":"custom-element-definition","name":"sd-link","declaration":{"name":"SdLink","module":"components/link/link.js"}},{"kind":"custom-element-definition","name":"sd-link","declaration":{"name":"SdLink","module":"components/link/link.js"}}]},{"kind":"javascript-module","path":"components/popup/popup.js","declarations":[{"kind":"class","description":"","name":"SdPopup","cssProperties":[{"description":"The size of the arrow. Note that an arrow won't be shown unless the `arrow` attribute is used.","name":"--arrow-size","default":"6px"},{"description":"The color of the arrow.","name":"--arrow-color","default":"var(--sd-color-neutral-0)"},{"description":"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`.","name":"--auto-size-available-width"},{"description":"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`.","name":"--auto-size-available-height"}],"cssParts":[{"description":"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.","name":"arrow"},{"description":"The popup's container. Useful for setting a background color, box shadow, etc.","name":"popup"}],"slots":[{"description":"The popup's content.","name":""},{"description":"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.","name":"anchor"}],"members":[{"kind":"field","name":"cleanup","type":{"text":"ReturnType<typeof autoUpdate> | undefined"},"privacy":"private"},{"kind":"field","name":"anchor","type":{"text":"Element | string"},"description":"The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.","attribute":"anchor"},{"kind":"field","name":"active","type":{"text":"boolean"},"default":"false","description":"Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.","attribute":"active","reflects":true},{"kind":"field","name":"placement","type":{"text":"| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"},"default":"'top'","description":"The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.","attribute":"placement","reflects":true},{"kind":"field","name":"strategy","type":{"text":"'absolute' | 'fixed'"},"default":"'absolute'","description":"Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if\noverflow is clipped, using a `fixed` position strategy can often workaround it.","attribute":"strategy","reflects":true},{"kind":"field","name":"distance","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel away from its anchor.","attribute":"distance"},{"kind":"field","name":"skidding","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel along its anchor.","attribute":"skidding"},{"kind":"field","name":"arrow","type":{"text":"boolean"},"default":"false","description":"Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.","attribute":"arrow"},{"kind":"field","name":"arrowPlacement","type":{"text":"'start' | 'end' | 'center' | 'anchor'"},"default":"'anchor'","description":"The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.","attribute":"arrow-placement"},{"kind":"field","name":"arrowPadding","type":{"text":"number"},"default":"10","description":"The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.","attribute":"arrow-padding"},{"kind":"field","name":"flip","type":{"text":"boolean"},"default":"false","description":"When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.","attribute":"flip"},{"kind":"field","name":"flipFallbackPlacements","type":{"text":"string"},"default":"''","description":"If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.","attribute":"flip-fallback-placements"},{"kind":"field","name":"flipFallbackStrategy","type":{"text":"'best-fit' | 'initial'"},"default":"'best-fit'","description":"When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.","attribute":"flip-fallback-strategy"},{"kind":"field","name":"flipBoundary","type":{"text":"Element | Element[]"},"description":"The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","attribute":"flipBoundary"},{"kind":"field","name":"flipPadding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the flip behavior will occur.","attribute":"flip-padding"},{"kind":"field","name":"shift","type":{"text":"boolean"},"default":"false","description":"Moves the popup along the axis to keep it in view when clipped.","attribute":"shift"},{"kind":"field","name":"shiftBoundary","type":{"text":"Element | Element[]"},"description":"The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","attribute":"shiftBoundary"},{"kind":"field","name":"shiftPadding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the shift behavior will occur.","attribute":"shift-padding"},{"kind":"field","name":"autoSize","type":{"text":"'horizontal' | 'vertical' | 'both'"},"description":"When set, this will cause the popup to automatically resize itself to prevent it from overflowing.","attribute":"auto-size"},{"kind":"field","name":"sync","type":{"text":"'width' | 'height' | 'both'"},"description":"Syncs the popup's width or height to that of the anchor element.","attribute":"sync"},{"kind":"field","name":"autoSizeBoundary","type":{"text":"Element | Element[]"},"description":"The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","attribute":"autoSizeBoundary"},{"kind":"field","name":"autoSizePadding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the auto-size behavior will occur.","attribute":"auto-size-padding"},{"kind":"method","name":"handleAnchorChange","privacy":"private"},{"kind":"method","name":"start","privacy":"private"},{"kind":"method","name":"stop","privacy":"private","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"reposition","description":"Forces the popup to recalculate and reposition itself."}],"events":[{"description":"Emitted when the popup is repositioned. This event can fire a lot, so avoid putting expensive operations in your listener or consider debouncing it.","name":"sd-reposition"}],"attributes":[{"name":"anchor","type":{"text":"Element | string"},"description":"The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.","fieldName":"anchor","attribute":"anchor"},{"name":"active","type":{"text":"boolean"},"default":"false","description":"Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.","fieldName":"active","attribute":"active"},{"name":"placement","type":{"text":"| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"},"default":"'top'","description":"The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.","fieldName":"placement","attribute":"placement"},{"name":"strategy","type":{"text":"'absolute' | 'fixed'"},"default":"'absolute'","description":"Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if\noverflow is clipped, using a `fixed` position strategy can often workaround it.","fieldName":"strategy","attribute":"strategy"},{"name":"distance","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel away from its anchor.","fieldName":"distance","attribute":"distance"},{"name":"skidding","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel along its anchor.","fieldName":"skidding","attribute":"skidding"},{"name":"arrow","type":{"text":"boolean"},"default":"false","description":"Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.","fieldName":"arrow","attribute":"arrow"},{"name":"arrow-placement","type":{"text":"'start' | 'end' | 'center' | 'anchor'"},"default":"'anchor'","description":"The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.","fieldName":"arrowPlacement","attribute":"arrow-placement"},{"name":"arrow-padding","type":{"text":"number"},"default":"10","description":"The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.","fieldName":"arrowPadding","attribute":"arrow-padding"},{"name":"flip","type":{"text":"boolean"},"default":"false","description":"When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.","fieldName":"flip","attribute":"flip"},{"name":"flip-fallback-placements","type":{"text":"string"},"default":"''","description":"If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.","fieldName":"flipFallbackPlacements","attribute":"flip-fallback-placements"},{"name":"flip-fallback-strategy","type":{"text":"'best-fit' | 'initial'"},"default":"'best-fit'","description":"When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.","fieldName":"flipFallbackStrategy","attribute":"flip-fallback-strategy"},{"name":"flipBoundary","type":{"text":"Element | Element[]"},"description":"The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","fieldName":"flipBoundary","attribute":"flipBoundary"},{"name":"flip-padding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the flip behavior will occur.","fieldName":"flipPadding","attribute":"flip-padding"},{"name":"shift","type":{"text":"boolean"},"default":"false","description":"Moves the popup along the axis to keep it in view when clipped.","fieldName":"shift","attribute":"shift"},{"name":"shiftBoundary","type":{"text":"Element | Element[]"},"description":"The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","fieldName":"shiftBoundary","attribute":"shiftBoundary"},{"name":"shift-padding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the shift behavior will occur.","fieldName":"shiftPadding","attribute":"shift-padding"},{"name":"auto-size","type":{"text":"'horizontal' | 'vertical' | 'both'"},"description":"When set, this will cause the popup to automatically resize itself to prevent it from overflowing.","fieldName":"autoSize","attribute":"auto-size"},{"name":"sync","type":{"text":"'width' | 'height' | 'both'"},"description":"Syncs the popup's width or height to that of the anchor element.","fieldName":"sync","attribute":"sync"},{"name":"autoSizeBoundary","type":{"text":"Element | Element[]"},"description":"The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","fieldName":"autoSizeBoundary","attribute":"autoSizeBoundary"},{"name":"auto-size-padding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the auto-size behavior will occur.","fieldName":"autoSizePadding","attribute":"auto-size-padding"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Popup is a utility that lets you declaratively anchor \"popup\" containers to another element.","documentation":"https://solid.union-investment.com/[storybook-link]/popup","status":"stable","since":"1.8","tagName":"sd-popup","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdPopup","module":"components/popup/popup.js"}},{"kind":"custom-element-definition","name":"sd-popup","declaration":{"name":"SdPopup","module":"components/popup/popup.js"}},{"kind":"custom-element-definition","name":"sd-popup","declaration":{"name":"SdPopup","module":"components/popup/popup.js"}}]},{"kind":"javascript-module","path":"components/spinner/spinner.js","declarations":[{"kind":"class","description":"","name":"SdSpinner","members":[{"kind":"field","name":"color","type":{"text":"'primary' | 'white' | 'currentColor'"},"default":"'currentColor'","description":"The color color of the spinner.","attribute":"color","reflects":true},{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"}],"attributes":[{"name":"color","type":{"text":"'primary' | 'white' | 'currentColor'"},"default":"'currentColor'","description":"The color color of the spinner.","fieldName":"color","attribute":"color"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Spinners are used to show the progress of an indeterminate operation.","documentation":"https://solid.union-investment.com/[storybook-link]/spinner","status":"stable","since":"1.0","tagName":"sd-spinner","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdSpinner","module":"components/spinner/spinner.js"}},{"kind":"custom-element-definition","name":"sd-spinner","declaration":{"name":"SdSpinner","module":"components/spinner/spinner.js"}},{"kind":"custom-element-definition","name":"sd-spinner","declaration":{"name":"SdSpinner","module":"components/spinner/spinner.js"}}]},{"kind":"javascript-module","path":"components/tag/tag.js","declarations":[{"kind":"class","description":"","name":"SdTag","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The tag's content.","name":"content"},{"description":"The tag's removability indicator.","name":"removable-indicator"}],"slots":[{"description":"The tag's content.","name":""},{"description":"The tag's removability indicator.","name":"removable-indicator"}],"members":[{"kind":"field","name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The tag's size.","attribute":"size","reflects":true},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"Displays the tag in a selected state.","attribute":"selected","reflects":true},{"kind":"field","name":"removable","type":{"text":"boolean"},"default":"false","description":"Displays the tag with a removability indicator.","attribute":"removable","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Displays the tag in a disabled state.","attribute":"disabled","reflects":true},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","attribute":"target"},{"kind":"field","name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","attribute":"download"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"isLink","privacy":"private"},{"kind":"method","name":"click","description":"Simulates a click on the tag."},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the tag."},{"kind":"method","name":"blur","description":"Removes focus from the tag."}],"events":[{"description":"Emitted when the tag loses focus.","name":"sd-blur"},{"description":"Emitted when the tag gains focus.","name":"sd-focus"}],"attributes":[{"name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The tag's size.","fieldName":"size","attribute":"size"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"Displays the tag in a selected state.","fieldName":"selected","attribute":"selected"},{"name":"removable","type":{"text":"boolean"},"default":"false","description":"Displays the tag with a removability indicator.","fieldName":"removable","attribute":"removable"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Displays the tag in a disabled state.","fieldName":"disabled","attribute":"disabled"},{"name":"href","type":{"text":"string"},"default":"''","description":"When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.","fieldName":"href","attribute":"href"},{"name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","fieldName":"target","attribute":"target"},{"name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","fieldName":"download","attribute":"download"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Tags are used as labels to organize things or to indicate a selection.","documentation":"https://solid.union-investment.com/[storybook-link]/tag","status":"stable","since":"1.10","tagName":"sd-tag","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTag","module":"components/tag/tag.js"}},{"kind":"custom-element-definition","name":"sd-tag","declaration":{"name":"SdTag","module":"components/tag/tag.js"}},{"kind":"custom-element-definition","name":"sd-tag","declaration":{"name":"SdTag","module":"components/tag/tag.js"}}]},{"kind":"javascript-module","path":"components/teaser/teaser.js","declarations":[{"kind":"class","description":"","name":"SdTeaser","cssProperties":[{"description":"The distribution ratio of the media.","name":"--distribution-media"},{"description":"The distribution ratio of the content.","name":"--distribution-content"}],"cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the media.","name":"media"},{"description":"The container that wraps the content.","name":"content"},{"description":" The container that wraps the meta.","name":"meta"},{"description":"The container that wraps the headline.","name":"headline"},{"description":"The container that wraps the main content.","name":"main"}],"slots":[{"description":"An optional main content slot.","name":""},{"description":"An optional media slot.","name":"media"},{"description":"An optional meta slot.","name":"meta"},{"description":"headline slot.","name":"headline"}],"members":[{"kind":"field","name":"variant","type":{"text":"'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"},"default":"'white'","attribute":"variant","reflects":true},{"kind":"field","name":"breakpoint","type":{"text":"number"},"default":"448","description":"Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.","attribute":"breakpoint","reflects":true},{"kind":"field","name":"inset","type":{"text":"boolean"},"default":"false","description":"The teaser's inner padding. This is always set in `white border-neutral-300`.","attribute":"inset","reflects":true},{"kind":"field","name":"_orientation","type":{"text":"'vertical' | 'horizontal'"},"privacy":"private"},{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, '[default]', 'media', 'meta', 'headline')"},{"kind":"field","name":"resizeObserver","type":{"text":"ResizeObserver"},"privacy":"private"},{"kind":"method","name":"updateOrientation"}],"attributes":[{"name":"variant","type":{"text":"'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"},"default":"'white'","fieldName":"variant","attribute":"variant"},{"name":"breakpoint","type":{"text":"number"},"default":"448","description":"Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.","fieldName":"breakpoint","attribute":"breakpoint"},{"name":"inset","type":{"text":"boolean"},"default":"false","description":"The teaser's inner padding. This is always set in `white border-neutral-300`.","fieldName":"inset","attribute":"inset"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Teasers group information into flexible containers so users can browse a collection of related items and actions.","documentation":"https://solid.union-investment.com/[storybook-link]/teaser","status":"stable","since":"1.3","tagName":"sd-teaser","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTeaser","module":"components/teaser/teaser.js"}},{"kind":"custom-element-definition","name":"sd-teaser","declaration":{"name":"SdTeaser","module":"components/teaser/teaser.js"}},{"kind":"custom-element-definition","name":"sd-teaser","declaration":{"name":"SdTeaser","module":"components/teaser/teaser.js"}}]}],"package":{"name":"@solid-design-system/components","description":"Solid Design System: Components","version":"1.14.0","author":{"name":"Union Investment"},"homepage":"https://solid-design-system.fe.union-investment.de/x.x.x/storybook/","license":"MIT"}}