{"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`
    \n \n
`;\n }\n}\n"],"names":["PdsFootnotes","PdsElement","html","__decorateClass","requiredSlot","customElement","styles"],"mappings":";;;;;;;;;;AAmBa,IAAAA,IAAN,cAA2BC,EAAW;AAAA;AAAA;AAAA;AAAA,EAI3C,IAAI,aAAa;AACf,WAAO,CAAC;AAAA,EAAA;AAAA,EAIV,SAAS;AACA,WAAAC,4BAA+B,KAAK,SAAA,CAAU;AAAA;AAAA;AAAA,EAAA;AAIzD;AALEC,EAAA;AAAA,EADCC,EAAa,CAAC,SAAS,CAAC;AAAA,GARdJ,EASX,WAAA,UAAA,CAAA;AATWA,IAANG,EAAA;AAAA,EANNE,EAAc,iBAAiB;AAAA,IAC9B,UAAU;AAAA,IACV,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAAC;AAAA,EACD,CAAA;AAAA,GACYN,CAAA;"}