{"version":3,"file":"footnote.DSqwoZbr.js","sources":["../../../../../packages/web-components/src/lib/components/footnote/footnote.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 './footnote.scss?inline';\nimport '../hr/hr';\nimport '../footnote-item/footnote-item';\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-footnote', {\n category: 'component',\n type: 'component',\n state: 'stable',\n styles,\n})\nexport class PdsFootnote extends PdsElement {\n /**\n * @internal\n */\n get classNames() {\n return {};\n }\n\n render() {\n return html`