{"version":3,"sources":["webpack://elevations-credit-union/./src/containers/calculators/personal-finance/cash-flow.js","webpack://elevations-credit-union/./src/containers/calculators/personal-finance/constants.js","webpack://elevations-credit-union/./src/pages/calculators/personal-finance/cash-flow.en-US.js"],"names":["CashFlowPage","pageContext","location","t","useTranslation","usePages","calculatorsPage","personalFinancePage","pageData","sectionTitle","defaultValue","richBody","nodeType","data","content","marks","value","navMenus","pathname","urlPath","menu","subnav","showSubnav","language","langKey","title","pageTitle","sections","calculator","anchorLinkSections","anchorLinks","to","name","CrossSellTout","richHeadline","buttonUrl","buttonCta","buttonAlt"],"mappings":"gRAUMA,EAAe,SAAC,GAA+B,IAA7BC,EAA4B,EAA5BA,YAAaC,EAAe,EAAfA,SAC5BC,GAAKC,SAAZ,GACA,GAAiDC,SAAzCC,EAAR,EAAQA,gBAAiBC,EAAzB,EAAyBA,oBAEnBC,EAAW,CACf,CACEC,aAAcN,EAAE,wBAAyB,CACvCO,aAAc,yBAEhBC,SAAU,CACRC,SAAU,WACVC,KAAM,GACNC,QAAS,CACP,CACEF,SAAU,YACVE,QAAS,CACP,CACEF,SAAU,OACVG,MAAO,GACPC,MAAOb,EAAE,2BAA4B,CACnCO,aACE,uPAEJG,KAAM,KAGVA,KAAM,QAOhB,OACE,SAAC,IAAD,CAAgBZ,YAAaA,EAA7B,SACG,gBAAGgB,EAAH,EAAGA,SAAH,OACC,UAAC,IAAD,CACEf,SAAUA,EACVD,YAAW,iBAAOA,EAAP,CAAoBiB,SAAUX,EAAoBY,UAC7DC,KAAI,iBAAOH,EAAP,CAAiBI,OAAQ,CAACf,KAC9BgB,YAAU,EAJZ,WAME,SAAC,IAAD,CACEC,SAAUtB,EAAYuB,QACtBC,MAAOtB,EAAE,yBAA0B,CACjCO,aAAc,yBAEhBQ,SAAS,6CAEX,SAAC,IAAD,CACEQ,UAAWvB,EAAE,qBAAsB,CACjCO,aAAc,iCAEhBiB,SAAUnB,EACVoB,YAAY,SAAC,KAAD,IACZC,oBAAoBA,aAEtB,SAAC,KAAD,Y,gIChEJA,EAAqB,WACzB,IAAO1B,GAAKC,SAAZ,GA2DA,MA1Da,CACX,CACEqB,MAAOtB,EAAE,sCAAuC,CAC9CO,aAAc,gBAEhBoB,YAAa,CACX,CACEC,GAAI,gCACJC,KAAM7B,EAAE,qCAAsC,CAC5CO,aAAc,gDAGlB,CACEqB,GAAI,mDACJC,KAAM7B,EAAE,qCAAsC,CAC5CO,aAAc,kDAGlB,CACEqB,GAAI,mDACJC,KAAM7B,EAAE,qCAAsC,CAC5CO,aAAc,mDAGlB,CACEqB,GAAI,oDACJC,KAAM7B,EAAE,qCAAsC,CAC5CO,aAAc,2CAGlB,CACEqB,GAAI,mDACJC,KAAM7B,EAAE,qCAAsC,CAC5CO,aAAc,uCAGlB,CACEqB,GAAI,8CACJC,KAAM7B,EAAE,qCAAsC,CAC5CO,aAAc,2CAGlB,CACEqB,GAAI,0CACJC,KAAM7B,EAAE,qCAAsC,CAC5CO,aAAc,0BAGlB,CACEqB,GAAI,0CACJC,KAAM7B,EAAE,qCAAsC,CAC5CO,aAAc,8BAapBuB,EAAgB,WACpB,IAAO9B,GAAKC,SAAZ,GAEM8B,EAAe,CACnBtB,SAAU,WACVC,KAAM,GACNC,QAAS,CACP,CACEF,SAAU,YACVE,QAAS,CACP,CACEF,SAAU,OACVG,MAAO,GACPC,MAAOb,EAAE,oCAAqC,CAC5CO,aACE,4GAEJG,KAAM,KAGVA,KAAM,MAKZ,OACE,SAAC,IAAD,CACEqB,aAAcA,EACdC,UAAU,cACVC,UAAWjC,EAAE,kCAAmC,CAC9CO,aAAc,eAEhB2B,UAAWlC,EAAE,qCAAsC,CACjDO,aAAc,4D,yDCpGtB,UAAeV,EAAf","file":"component---src-pages-calculators-personal-finance-cash-flow-en-us-js-ea80bb8f24b22b569cf3.js","sourcesContent":["import PropTypes from 'prop-types'\nimport { useTranslation } from 'react-i18next'\nimport { StaticTemplate } from '../../../templates/staticTemplate'\nimport { Layout } from '../../../components/layouts/layout'\nimport { PageMeta } from '../../../components/page-meta'\nimport { CalculatorSectionModule } from '../../../components/modules/CalculatorSectionModule'\nimport { PFCashFlowCalculator } from '../../../components/calculators'\nimport { anchorLinkSections, CrossSellTout } from './constants'\nimport { usePages } from '../constants'\n\nconst CashFlowPage = ({ pageContext, location }) => {\n const [t] = useTranslation()\n const { calculatorsPage, personalFinancePage } = usePages()\n\n const pageData = [\n {\n sectionTitle: t('CashFlowPage.subTitle', {\n defaultValue: \"What's my cash flow?\",\n }),\n richBody: {\n nodeType: 'document',\n data: {},\n content: [\n {\n nodeType: 'paragraph',\n content: [\n {\n nodeType: 'text',\n marks: [],\n value: t('CashFlowPage.textContent', {\n defaultValue:\n 'Do you know how much money you have at the end of each month or year for savings or other priorities? Is your budget in the red or black? Use this calculator to analyze your cash flow monthly and annually to set a smart budget moving forward.',\n }),\n data: {},\n },\n ],\n data: {},\n },\n ],\n },\n },\n ]\n\n return (\n \n {({ navMenus }) => (\n \n \n }\n anchorLinkSections={anchorLinkSections()}\n />\n \n \n )}\n \n )\n}\n\nCashFlowPage.propTypes = {\n children: PropTypes.node,\n location: PropTypes.object,\n pageContext: PropTypes.object,\n}\n\nexport { CashFlowPage }\nexport default CashFlowPage\n","import { useTranslation } from 'react-i18next'\nimport { ElevatedTitleCentered } from '../../../components/modules/ElevatedTitleCentered'\n\nconst anchorLinkSections = () => {\n const [t] = useTranslation()\n const data = [\n {\n title: t('CalculatorPageFinance.sidebarHeader', {\n defaultValue: 'Calculators',\n }),\n anchorLinks: [\n {\n to: '/calculators/personal-finance',\n name: t('CalculatorPageFinance.sidebarLink3', {\n defaultValue: 'Should I transfer my credit card balances?',\n }),\n },\n {\n to: '/calculators/personal-finance/credit-card-payoff',\n name: t('CalculatorPageFinance.sidebarLink4', {\n defaultValue: 'When will I pay off my credit card balances?',\n }),\n },\n {\n to: '/calculators/personal-finance/debt-consolidation',\n name: t('CalculatorPageFinance.sidebarLink2', {\n defaultValue: 'Should I consolidate my debt with a new loan?',\n }),\n },\n {\n to: '/calculators/personal-finance/student-loan-payoff',\n name: t('CalculatorPageFinance.sidebarLink8', {\n defaultValue: 'When will I pay off my student loans?',\n }),\n },\n {\n to: '/calculators/personal-finance/invest-or-pay-debt',\n name: t('CalculatorPageFinance.sidebarLink7', {\n defaultValue: 'Should I pay down debt or invest?',\n }),\n },\n {\n to: '/calculators/personal-finance/loan-payments',\n name: t('CalculatorPageFinance.sidebarLink1', {\n defaultValue: 'What would I pay for a personal loan?',\n }),\n },\n {\n to: '/calculators/personal-finance/net-worth',\n name: t('CalculatorPageFinance.sidebarLink5', {\n defaultValue: \"What's my net worth?\",\n }),\n },\n {\n to: '/calculators/personal-finance/cash-flow',\n name: t('CalculatorPageFinance.sidebarLink6', {\n defaultValue: \"What's my cash flow?\",\n }),\n },\n ],\n },\n ]\n\n return data\n}\n\nexport { anchorLinkSections }\nexport default anchorLinkSections\n\nconst CrossSellTout = () => {\n const [t] = useTranslation()\n\n const richHeadline = {\n nodeType: 'document',\n data: {},\n content: [\n {\n nodeType: 'paragraph',\n content: [\n {\n nodeType: 'text',\n marks: [],\n value: t('CalculatorPageFinance.ctaHeadline', {\n defaultValue:\n 'We can help you figure out your finances. Ask for a free consultation with a Financial Solutions Guide.',\n }),\n data: {},\n },\n ],\n data: {},\n },\n ],\n }\n\n return (\n \n )\n}\n\nexport { CrossSellTout }\n","import { CashFlowPage } from '../../../containers/calculators/personal-finance/cash-flow'\n\nexport default CashFlowPage\n\n// This should work but doesn't in prod build\n// https://github.com/gatsbyjs/gatsby/issues/12384\n// import { default } from '../../../containers/calculators/personal-finance/cash-flow'\n"],"sourceRoot":""}