{"version":3,"file":"footnotes.9ZHzq3Xp.js","sources":["../../../../../packages/web-components/src/lib/components/footnotes/footnotes.ts"],"sourcesContent":["import { html } from 'lit';\nimport 'lit/decorators.js';\nimport { pdsCustomElement as customElement } from '../../decorators/pds-custom-element';\nimport { PdsElement } from '../PdsElement';\nimport styles from './footnotes.scss?inline';\nimport '../footnote-item/footnote-item';\nimport { requiredSlot } from '../../decorators/requiredSlot';\n\n/**\n * @summary This component creates a card container for other elements\n *\n * @slot default Required: This slot should contain one or more pds-footnote-item elements to supply the content of the footnotes.\n */\n@customElement('pds-footnotes', {\n category: 'component',\n type: 'component',\n state: 'stable',\n styles,\n})\nexport class PdsFootnotes extends PdsElement {\n /**\n * @internal\n */\n get classNames() {\n return {};\n }\n\n @requiredSlot(['default'])\n render() {\n return html`