{"version":3,"names":["somFooterCss","SomFooterStyle0","SomFooter","render","h","key","class","this","light","role","Date","getFullYear","href","target","rel"],"sources":["src/components/som-footer/som-footer.scss?tag=som-footer&encapsulation=shadow","src/components/som-footer/som-footer.tsx"],"sourcesContent":["@import '../../sass/components/footer';","import { Component, Prop, h } from '@stencil/core';\n\n/**\n * Footers signify the end of page content and provide required information that a user may have missed. Footers should stay thematically the same throughout a digital product, in the effort to create a cohesive user experience.\n */\n@Component({\n  tag: 'som-footer',\n  styleUrl: 'som-footer.scss',\n  shadow: true,\n})\nexport class SomFooter {\n  /**\n   * This boolean 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  @Prop() light: boolean = false;\n\n  render() {\n    return (\n      <footer class={`footer ${this.light ? 'light' : ''}`} role=\"contentinfo\" aria-label=\"footer\">\n        <div class=\"footer__copyright\">\n          Copyright {new Date().getFullYear()}{' '}\n          <a href=\"http://www.michigan.gov\" target=\"_blank\" rel=\"noopener noreferrer\">\n            State of Michigan\n          </a>\n        </div>\n        <div role=\"list\" class=\"footer__nav\">\n          <slot />\n          <som-footer-item show-divider=\"false\">\n            <a target=\"_blank\" href=\"https://www.michigan.gov/policies\" rel=\"noopener noreferrer\">\n              Policies\n            </a>\n          </som-footer-item>\n        </div>\n      </footer>\n    );\n  }\n}\n"],"mappings":"2CAAA,MAAMA,EAAe,2iBACrB,MAAAC,EAAeD,E,MCSFE,EAAS,M,oCAIK,K,CAEzB,MAAAC,GACE,OACEC,EAAA,UAAAC,IAAA,2CAAQC,MAAO,UAAUC,KAAKC,MAAQ,QAAU,KAAMC,KAAK,cAAa,aAAY,UAClFL,EAAA,OAAAC,IAAA,2CAAKC,MAAM,qBAAmB,cACjB,IAAII,MAAOC,cAAe,IACrCP,EAAA,KAAAC,IAAA,2CAAGO,KAAK,0BAA0BC,OAAO,SAASC,IAAI,uBAAqB,sBAI7EV,EAAA,OAAAC,IAAA,2CAAKI,KAAK,OAAOH,MAAM,eACrBF,EAAA,QAAAC,IAAA,6CACAD,EAAA,mBAAAC,IAAA,0DAA8B,SAC5BD,EAAA,KAAAC,IAAA,2CAAGQ,OAAO,SAASD,KAAK,oCAAoCE,IAAI,uBAAqB,c","ignoreList":[]}