{"version":3,"sources":["webpack:///./node_modules/digital-guidelines-core/dist/esm/som-footer-item.entry.js"],"names":["somFooterItemCss","SomFooterItem","hostRef","this","showDivider","role","class","style"],"mappings":"kHAAA,uEAEA,MAAMA,EAAmB,8aAEzB,IAAIC,EAAgB,MAClB,YAAYC,GACV,eAAiBC,KAAMD,GAIvBC,KAAKC,aAAc,EAErB,SACE,OAAQ,cAAD,CAAG,MAAO,CAAEC,KAAM,WAAYC,MAAO,eAAiB,eAAE,OAAQ,MAAOH,KAAKC,YACjF,eAAE,MAAO,CAAEE,MAAO,yBAChB,QAGRL,EAAcM,MAAQP","file":"js/chunk-2d0c5abb.03246351.js","sourcesContent":["import { r as registerInstance, h } from './index-4ec8feae.js';\n\nconst somFooterItemCss = \".footer-item{display:flex;align-items:center}.footer-item__divider{border-right:1px solid #606060;height:1.25rem;display:inline-block}.footer-item a{text-decoration:none;color:#ffffff;padding:0.5rem 2rem}.footer-item a:hover{color:#ffffff;text-decoration:underline}som-footer[light] .footer-item a,footer.light .footer-item a{color:#000000}som-footer[light] .footer-item a:hover,footer.light .footer-item a:hover{color:#000000}\";\n\nlet SomFooterItem = class {\n constructor(hostRef) {\n registerInstance(this, hostRef);\n /**\n * Show visual divider between items\n */\n this.showDivider = true;\n }\n render() {\n return (h(\"div\", { role: \"listitem\", class: \"footer-item\" }, h(\"slot\", null), this.showDivider ?\n h(\"div\", { class: \"footer-item__divider\" })\n : null));\n }\n};\nSomFooterItem.style = somFooterItemCss;\n\nexport { SomFooterItem as som_footer_item };\n"],"sourceRoot":""}