{"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`
    \n \n
`;\n }\n}\n"],"names":["PdsFootnote","PdsElement","html","__decorateClass","customElement","styles"],"mappings":";;;;;;;;;;AAmBa,IAAAA,IAAN,cAA0BC,EAAW;AAAA;AAAA;AAAA;AAAA,EAI1C,IAAI,aAAa;AACf,WAAO;EACT;AAAA,EAEA,SAAS;AACA,WAAAC,4BAA+B,KAAK,SAAA,CAAU;AAAA;AAAA;AAAA,EAGvD;AACF;AAbaF,IAANG,EAAA;AAAA,EANNC,EAAc,gBAAgB;AAAA,IAC7B,UAAU;AAAA,IACV,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAAC;AAAA,EAAA,CACD;AAAA,GACYL,CAAA;"}