{"version":3,"sources":["webpack:///./node_modules/digital-guidelines-core/dist/esm/som-footer.entry.js"],"names":["somFooterCss","SomFooter","hostRef","this","light","class","role","Date","getFullYear","href","target","rel","style"],"mappings":"gHAAA,kEAEA,MAAMA,EAAe,2iBAErB,IAAIC,EAAY,MACd,YAAYC,GACV,eAAiBC,KAAMD,GAIvBC,KAAKC,OAAQ,EAEf,SACE,OAAQ,cAAD,CAAG,SAAU,CAAEC,MAAO,WAAUF,KAAKC,MAAQ,QAAU,IAAME,KAAM,cAAe,aAAc,UAAY,eAAE,MAAO,CAAED,MAAO,qBAAuB,cAAc,IAAIE,MAAOC,cAAe,IAAK,eAAE,IAAK,CAAEC,KAAM,0BAA2BC,OAAQ,SAAUC,IAAK,uBAAyB,sBAAuB,eAAE,MAAO,CAAEL,KAAM,OAAQD,MAAO,eAAiB,eAAE,OAAQ,MAAO,eAAE,kBAAmB,CAAE,eAAgB,SAAW,eAAE,IAAK,CAAEK,OAAQ,SAAUD,KAAM,oCAAqCE,IAAK,uBAAyB,iBAGthBV,EAAUW,MAAQZ","file":"js/chunk-2d22939b.4eb93446.js","sourcesContent":["import { r as registerInstance, h } from './index-4ec8feae.js';\n\nconst somFooterCss = \".footer{padding:0.5rem 1rem;margin-left:auto;margin-right:auto;background:#1d2528;display:flex;justify-content:space-between;color:#ffffff;font-size:0.75rem}.footer.light{background-color:#f7f7f7;color:#1d2528}.footer.light a{color:#1d2528}.footer__copyright{padding:0.5rem 1rem}.footer__copyright a{text-decoration:none;color:#ffffff}.footer__copyright a:hover{text-decoration:underline}.footer__nav{display:flex;flex-wrap:wrap}@media (max-width: 991.98px){.footer{flex-direction:column;justify-content:center;align-content:center;align-items:center}}\";\n\nlet SomFooter = class {\n constructor(hostRef) {\n registerInstance(this, hostRef);\n /**\n * Determines whether to use the light or dark theme. Dark is the default but adding the light parameter will switch it to the light theme.\n */\n this.light = false;\n }\n render() {\n return (h(\"footer\", { class: `footer ${this.light ? 'light' : ''}`, role: \"contentinfo\", \"aria-label\": \"footer\" }, h(\"div\", { class: \"footer__copyright\" }, \"Copyright \", new Date().getFullYear(), ' ', h(\"a\", { href: \"http://www.michigan.gov\", target: \"_blank\", rel: \"noopener noreferrer\" }, \"State of Michigan\")), h(\"div\", { role: \"list\", class: \"footer__nav\" }, h(\"slot\", null), h(\"som-footer-item\", { \"show-divider\": \"false\" }, h(\"a\", { target: \"_blank\", href: \"https://www.michigan.gov/policies\", rel: \"noopener noreferrer\" }, \"Policies\")))));\n }\n};\nSomFooter.style = somFooterCss;\n\nexport { SomFooter as som_footer };\n"],"sourceRoot":""}