{"version":3,"sources":["webpack:///./src/config/index.js","webpack:///./src/pages/index.jsx"],"names":["module","exports","header","homePage","websiteName","speedBump","borderWithRadious","about","contact","footer","IndexPage","commonProps","headerLoginButtonStyles","variant","loginVariantTypes","FORM","floatHeader","pageTitleProps","TitleColor","SubtitleColor","headerMobileNoFilterLogo","headerMobileNoFilterMenuIcon","config","templateVariantSettings","backgroundScreenHeader","navigationMenuOptions","dropdownSeparationFromBottom","fixed","dropdownHoverBackground","colorsVariantsTypes","TRANSPARENT","backgroundScreenActive","footerOptions","footerFirstLogoOnClick","window","document","footerFirstLogo","querySelector","footerSecondLogo","icons","querySelectorAll","setAttribute","forEach","icon","newA","createElement","style","cssText","classList","add","parentElement","appendChild","setTimeout","useLayoutEffect","path","homeTemplatesVersionVariantTypes","HOME_TEMPLATE_V9","heroProps","titleSize","WHITE","titleFontFamily","fontsFamiliesTypes","SECONDARY","subTitleSize","subTitleFontFamily","gradient","buttonStylesProps","grayscale","withoutBorderRadius","grayscaleAndOFilledTextColor","colorsTypes","PRIMARY_DARK","margin","height","maxWidth","productsProps","featureProps","featureFullProps","calloutProps","calloutMobileProps","calloutCompressedProps","aboutUsTemplatesVersionVariantsTypes","ABOUT_US_TEMPLATE_V2","pageHeaderProps","bodyTextProps","calloutTextProps","calloutButtonProps","contactUsTemplatesVersionVariantsTypes","CONTACT_US_TEMPLATE_V10","submitButton","contactProps","branchProps","calloutMobileWithGradientPros","dynamicTemplatesVersionVariantsTypes","DYNAMIC_TEMPLATE_V9","customPageProps"],"mappings":"8EAYAA,EAAOC,QAZyB,CAC9BC,OAAQ,UACRC,SAAU,iBACVC,YAAa,iBACbC,UAAW,CACTC,mBAAmB,GAErBC,MAAO,KACPC,QAAS,KACTC,OAAQ,O,kCCTV,6EAsMeC,UAjLf,WAEE,IAGMC,EAAc,CAClBC,wBAJ8B,CAC9BC,QAASC,oBAAkBC,MAI3BC,aAAa,EAEbC,eAAgB,CACdC,WAAY,UACZC,cAAe,WAEjBC,0BAA0B,EAC1BC,8BAA8B,EAC9BC,OAAQC,IAERC,wBAAwB,EAExBC,sBAAuB,CAErBC,6BAA8B,GAC9BC,OAAO,EACPC,wBAAyBC,sBAAoBC,YAC7CC,wBAAwB,GAG1BC,cAAe,IAEXC,EAAyB,SAAzBA,IACJ,GAAKC,QAAWA,OAAOC,UAAaA,SAApC,CAMA,IAAMC,EACJD,SAASE,cAAc,uCACvBF,SAASE,cACP,gGAGEC,EACJH,SAASE,cAAc,wCACvBF,SAASE,cACP,gGAEEE,EAAQJ,SAASK,iBAAiB,4BAExC,GAAKJ,EAAL,CAMAA,EAAgBK,aAAa,MAAO,aACpCH,EAAiBG,aAAa,MAAO,sBAErCF,EAAMG,SAAQ,SAAAC,GAAI,OAAIA,EAAKF,aAAa,MAAO,OAC/C,IAAMG,EAAOT,SAASU,cAAc,KACpCD,EAAKH,aAAa,OAAQ,wBAC1BG,EAAKE,MAAMC,QAAU,iDACrBH,EAAKI,UAAUC,IAAI,8BACnBb,EAAgBc,cAAcC,YAAYP,QAbxCQ,WAAWnB,EAAwB,UAnBnCmB,WAAWnB,EAAwB,MAsCvC,OAHAoB,2BAAgB,WACdD,WAAWnB,EAAwB,OAClC,IAED,kBAAC,SAAD,KACE,kBAAC,WAAD,eACEqB,KAAK,IACLzC,QAAS0C,mCAAiCC,kBACtC7C,EAHN,CAQE8C,UAAW,CAETC,UAAW7B,sBAAoB8B,MAE/BC,gBAAiBC,qBAAmBC,UAEpCC,aAAclC,sBAAoB8B,MAElCK,mBAAoBH,qBAAmBC,UAEvCG,SAAS,4GAETC,kBAAmB,CACjBC,WAAW,EACXC,qBAAqB,EACrBC,6BAA8BC,cAAYC,aAC1CC,OAAQ,SACRC,OAAQ,OACRC,SAAU,MAIdC,cAAe,GAEfC,aACE,GAKFC,iBAAkB,GAElBC,aAAc,GAEdC,mBAAoB,GAEpBC,uBAAwB,MAG1B,kBAAC,cAAD,eACE1B,KAAK,YACLzC,QAASoE,uCAAqCC,sBAC1CvE,EAHN,CAKEwE,gBAAiB,GAEjBC,cAAe,GAEfC,iBAAkB,GAElBC,mBAAoB,MAGtB,kBAAC,gBAAD,eACEhC,KAAK,cACLzC,QAAS0E,yCAAuCC,yBAC5C7E,EAHN,CAKE8E,aAAc,GAEdN,gBAAiB,GAEjBlE,eAAgB,GAEhByE,aAAc,GAEdC,YAAa,GAEbb,aAAc,GAEdc,8BAA+B,MAGjC,kBAAC,cAAD,eACEtC,KAAK,OACLzC,QAASgF,uCAAqCC,qBAC1CnF,EAHN,CAKEoF,gBAAiB,GAEjBtC,UAAW,GAEXkB,cAAe,GAEfE,iBAAkB,GAElBD,aAAc,GAEdE,aAAc,GAEdC,mBAAoB,GAEpBC,uBAAwB","file":"component---src-pages-index-jsx-d5e4a93d18d29f64551b.js","sourcesContent":["const templateVariantSettings = {\n header: \"DESKTOP\",\n homePage: \"HomeTemplateV9\",\n websiteName: \"Painesville CU\",\n speedBump: {\n borderWithRadious: true,\n },\n about: null,\n contact: null,\n footer: null,\n};\n\nmodule.exports = templateVariantSettings;\n","import React, { useLayoutEffect } from \"react\";\nimport { Router } from \"@reach/router\";\nimport {\n HomePage,\n ContactUsPage,\n DynamicPage,\n AboutUsPage,\n homeTemplatesVersionVariantTypes,\n aboutUsTemplatesVersionVariantsTypes,\n contactUsTemplatesVersionVariantsTypes,\n dynamicTemplatesVersionVariantsTypes,\n colorsVariantsTypes,\n fontsFamiliesTypes,\n colorsTypes,\n loginVariantTypes,\n} from \"@homecu/blossom-websites-core-package\";\n\nimport templateVariantSettings from \"config\";\n\n// import { HOMEPAGE_DATA_MODEL } from \"data/cms-models\";\n\nfunction IndexPage() {\n // Propiedades comunes entre los Pages/Paginas\n const headerLoginButtonStyles = {\n variant: loginVariantTypes.FORM,\n };\n const commonProps = {\n headerLoginButtonStyles,\n floatHeader: true,\n // Configuracion inicial de la plantilla\n pageTitleProps: {\n TitleColor: \"#0C1C4C\",\n SubtitleColor: \"#0C1C4C\",\n },\n headerMobileNoFilterLogo: true,\n headerMobileNoFilterMenuIcon: true,\n config: templateVariantSettings,\n // Habilitar o Desabilitar background de tipo sombra al abrir el menu de navegacion\n backgroundScreenHeader: true,\n // Configuracion personalizada del Navigation Bar (Menu de Navegacion)\n navigationMenuOptions: {\n // Cambiar la altura del sub-menu de navegacion\n dropdownSeparationFromBottom: 53,\n fixed: true,\n dropdownHoverBackground: colorsVariantsTypes.TRANSPARENT,\n backgroundScreenActive: false,\n },\n // Personalizar Footer\n footerOptions: {},\n };\n const footerFirstLogoOnClick = () => {\n if (!window || !window.document || !document) {\n setTimeout(footerFirstLogoOnClick, 350);\n\n return;\n }\n\n const footerFirstLogo =\n document.querySelector(\".FOOTER__BUSINESS_LOGO:first-child\") ||\n document.querySelector(\n \"footer > div:first-child > *:nth-child(2) > *:nth-child(3) > *:nth-child(1) > *:nth-child(1)\",\n );\n\n const footerSecondLogo =\n document.querySelector(\".FOOTER__BUSINESS_LOGO:nth-child(2)\") ||\n document.querySelector(\n \"footer > div:first-child > *:nth-child(2) > *:nth-child(3) > *:nth-child(1) > *:nth-child(2)\",\n );\n const icons = document.querySelectorAll(\".tw-inline-block.tw-mr-3\");\n\n if (!footerFirstLogo) {\n setTimeout(footerFirstLogoOnClick, 350);\n\n return;\n }\n\n footerFirstLogo.setAttribute(\"alt\", \"NCUA logo\");\n footerSecondLogo.setAttribute(\"alt\", \"Equal Housing logo\");\n\n icons.forEach(icon => icon.setAttribute(\"alt\", \"\"));\n const newA = document.createElement(\"a\");\n newA.setAttribute(\"href\", \"https://www.ncua.gov\");\n newA.style.cssText = \"position: absolute; width: 200px; height: 70px\";\n newA.classList.add(\"FOOTER__BUSINESS_LOGO_LINK\");\n footerFirstLogo.parentElement.appendChild(newA);\n };\n\n useLayoutEffect(() => {\n setTimeout(footerFirstLogoOnClick, 3000);\n }, []);\n return (\n \n \n\n \n\n \n\n \n \n );\n}\n\nexport default IndexPage;\n"],"sourceRoot":""}