{"file":"snf-footer.js","mappings":";;;;AAAA,MAAM,YAAY,GAAG,sBAAsB,CAAC;AAC5C,wBAAe,YAAY;;MCcdA,WAAS;IALtB;;;;;;;QASU,aAAQ,GAAG,EAAE,CAAC;KAcvB;IAPC,MAAM;QACJ,QACE,yEAAkB,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,cAAc,EAAE,IAAI,CAAC,cAAc,IAC5E,yEAAkB,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,cAAc,EAAE,IAAI,CAAC,cAAc,GAAI,CACjE,EACnB;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":["SnfFooter"],"sources":["../../../apps/portal-layout/src/components/snf-footer/snf-footer.scss?tag=snf-footer&encapsulation=shadow","../../../apps/portal-layout/src/components/snf-footer/snf-footer.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, h, Prop } from '@stencil/core';\n\n/**\n * Full SNF-Portal Footer.\n * Includes: footer and sub-footer (snf-footer-legal)\n * Use this header for pages which need the full functionality.\n *\n * @prop basePath - base path of the current stage (e.g. 'https://portal-test.snf.ch/')\n * @prop activeLanguage - the currently active language\n */\n@Component({\n tag: 'snf-footer',\n styleUrl: 'snf-footer.scss',\n shadow: true,\n})\nexport class SnfFooter {\n /**\n * Base path of the current stage (e.g. 'https://portal-test.snf.ch/')\n */\n @Prop() basePath = '';\n\n /**\n * The currently active language\n */\n @Prop() activeLanguage!: string;\n\n render() {\n return (\n \n \n \n );\n }\n}\n"],"version":3}