{"version":3,"sources":["webpack:///./ClientApp/components/Pages/PetLossBeginningToHeal/PetLossBeginningToHeal.tsx","webpack:///./ClientApp/components/Pages/PetLossBeginningToHeal/PetLossBeginningToHealContent.tsx","webpack:///./ClientApp/content/petLossHealHeader.jpg"],"names":["PetLossBeginningToHeal","React","setNavCollapse","setIsMobile","breadcrumbs","setBreadcrumbs","mql","window","matchMedia","listenerFunc","matches","listenerForBrowser","path","name","className","title","imageSrc","require","backPath","imageAlt","text","healText","resourcesTitle","list","resourcesList","movingTitle","movingText","communityTitle","communityList","withSeo","state","beginningToHealPage","url","description","module","exports"],"mappings":"01CAeMA,EAAyB,WAAM,QACEC,YAAe,GADjB,GAChBC,GADgB,eAEJD,YAAe,GAFX,GAEnBE,GAFmB,eAGEF,aAHF,GAG7BG,EAH6B,KAGhBC,EAHgB,KAkDpC,OA7CAJ,aAAgB,WACf,IAAMK,EAAMC,OAAOC,WAAW,iCAExBC,EAAe,WAChBH,EAAII,QACPR,GAAe,GAEfA,GAAe,IAIjBO,IACAE,YAAmBL,EAAKG,KACtB,IAEHR,aAAgB,WACf,IAAMK,EAAMC,OAAOC,WAAW,iCAExBC,EAAe,WAChBH,EAAII,QACPP,GAAY,GAEZA,GAAY,IAGdM,IACAE,YAAmBL,EAAKG,KACtB,IAEHR,aAAgB,WAYfI,EAX6B,CAC5B,CACCO,KAAM,8BACNC,KAAM,8BAEP,CACCD,KAAM,GACNC,KAAM,uBAMN,IAGF,uBAAKC,UAAU,iBACd,gBAAC,IAAD,CACCC,MAAM,oBACNC,SAAUC,EAAQ,KAClBb,YAAaA,EACbc,SAAU,CACTN,KAAM,8BACNC,KAAM,sCAEPM,SAAS,sBAGV,gBAAC,IAAD,CACCC,KAAMC,MAGP,gBAAC,IAAD,CACCD,KAAME,MAGP,gBAAC,IAAD,CAAWC,KAAMC,MAEjB,gBAAC,IAAD,CACCT,MAAOU,IACPL,KAAMM,MAGP,gBAAC,IAAD,CACCN,KAAMO,MAGP,gBAAC,IAAD,CAAWJ,KAAMK,Q,EAlFd5B,E,sLAwFS6B,YAAQ7B,GAAwB,SAAA8B,GAAK,OAAIA,EAAMC,sBAAqB,sBAClF,8CADc,a,6FAxFT/B,E,w3BCbOqB,EAAW,gCACvB,0VAMA,qbASYI,EAAc,iBACdC,EAAa,2pBAEbJ,EAAiB,gCAC7B,sBAAIR,UAAU,oBAAd,cAKYU,EAAgB,CAC5B,CACCQ,IAAK,wBACLjB,MAAO,gDAER,CACCiB,IAAK,6DACLjB,MAAO,uCAER,CACCiB,IAAK,6EACLjB,MAAO,4CAGIY,EAAiB,gCAC7B,sBAAIb,UAAU,oBAAd,oFAKYc,EAAgB,CAC5B,CACCI,IAAK,kCACLjB,MAAO,iBACPkB,YAAa,2GAEd,CACCD,IAAK,GACLjB,MAAO,yBACPkB,YAAa,uSAEd,CACCD,IAAK,sCACLjB,MAAO,2BACPkB,YAAa,gM,6FA3DFZ,E,0JAgBAI,E,6JACAC,E,4JAEAJ,E,gKAMAE,E,+JAcAG,E,gKAMAC,E,0RC/CbM,EAAOC,QAAU,IAA0B","file":"chunks/PetLossBeginningToHeal.chunk.4c373bd0a5119174f021.js","sourcesContent":["import * as React from 'react';\r\n\r\nimport Musthead from '@app/components/UI/MustHead/Musthead';\r\n\r\nimport RichText from '@app/components/UI/RichText/RichText';\r\n\r\nimport {CustomMenuItem} from '@app/objects/CustomMenuItem';\r\nimport CardLinks from '@app/components/UI/CardLinks/CardLinks';\r\nimport withSeo from '@app/components/LocalCommon/HigherOrderComponents/WithSeo';\r\nimport listenerForBrowser from '@app/components/Pages/listenerForBrowser';\r\n\r\nimport {communityList, communityTitle, healText, movingText, movingTitle,\r\n\tresourcesList,\r\n\tresourcesTitle } from './PetLossBeginningToHealContent';\r\n\r\nconst PetLossBeginningToHeal = () => {\r\n\tconst [navCollapse, setNavCollapse] = React.useState(false);\r\n\tconst [isMobile, setIsMobile] = React.useState(false);\r\n\tconst [breadcrumbs, setBreadcrumbs] = React.useState();\r\n\r\n\tReact.useEffect(() => {\r\n\t\tconst mql = window.matchMedia('screen and (max-width: 768px)');\r\n\r\n\t\tconst listenerFunc = () => {\r\n\t\t\tif (mql.matches) {\r\n\t\t\t\tsetNavCollapse(true);\r\n\t\t\t} else {\r\n\t\t\t\tsetNavCollapse(false);\r\n\t\t\t}\r\n\r\n\t\t};\r\n\t\tlistenerFunc();\r\n\t\tlistenerForBrowser(mql, listenerFunc);\r\n\t}, []);\r\n\r\n\tReact.useEffect(() => {\r\n\t\tconst mql = window.matchMedia('screen and (max-width: 600px)');\r\n\r\n\t\tconst listenerFunc = () => {\r\n\t\t\tif (mql.matches) {\r\n\t\t\t\tsetIsMobile(true);\r\n\t\t\t} else {\r\n\t\t\t\tsetIsMobile(false);\r\n\t\t\t}\r\n\t\t};\r\n\t\tlistenerFunc();\r\n\t\tlistenerForBrowser(mql, listenerFunc);\r\n\t}, []);\r\n\r\n\tReact.useEffect(() => {\r\n\t\tconst bc: CustomMenuItem[] = [\r\n\t\t\t{\r\n\t\t\t\tpath: '/pet-loss-support-resources',\r\n\t\t\t\tname: 'Pet Loss Support Resources',\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\tpath: '',\r\n\t\t\t\tname: 'Healing Process',\r\n\t\t\t},\r\n\t\t];\r\n\r\n\t\tsetBreadcrumbs(bc);\r\n\r\n\t}, []);\r\n\r\n\treturn (\r\n\t\t
\r\n\t\t\t\r\n\r\n\t\t\t\r\n\r\n\t\t\t\r\n\r\n\t\t\t\r\n\r\n\t\t\t\r\n\r\n\t\t\t\r\n\r\n\t\t\t\r\n\r\n\t\t
\r\n\t);\r\n};\r\n\r\nexport default withSeo(PetLossBeginningToHeal, state => state.beginningToHealPage, 'beginningToHealPage',\r\n\t'pet-loss-support-resources/healing-process');","import * as React from 'react';\r\n\r\nexport const healText = <>\r\n\t

\r\n\t\tHealing from a pet’s loss, including how long you grieve, is an individual process. \r\n\t\tSome people fear that moving past their grief means they are being disloyal to their pet. \r\n\t\tBut moving forward is natural, and does not mean you love or miss your pet any less. \r\n\t\tYou will carry your pet in your heart as you move forward.\r\n\t

\r\n\t

You will know when you are beginning to heal. As the adage says, time mends a broken heart, \r\n\t\tand your love for your pet will begin to outweigh the sadness of their loss. \r\n\t\tYou will be able to fondly remember good times with your pet, their unique personality quirks, \r\n\t\tand their smile. We are sharing these resources to help you during your healing journey, \r\n\t\twith ways to memorialize your pet when you feel ready.\r\n\t

\r\n\r\n;\r\n\r\nexport const movingTitle = 'Moving Forward';\r\nexport const movingText = 'As you begin to heal, it can be helpful to engage with other people in a variety of ways. Support groups, social activities, and community service can all help with the healing process. We find that getting out in your community and donating time can be therapeutic, and helps many of our clients heal. If you feel ready for this step, consider volunteering at a local hospital, museum, zoo, aquarium, animal shelter, rescue group, or nursing home. You might also consider certifying your surviving pet as a therapy pet, and volunteering together at hospitals or nursing homes. Your service can be animal-focused, as a tribute to your pet, or completely unrelated.';\r\n\r\nexport const resourcesTitle = <>\r\n\t

\r\n\t\tResources\r\n\t

\r\n;\r\n\r\nexport const resourcesList = [\r\n\t{\r\n\t\turl: 'https://www.aplb.org/',\r\n\t\ttitle: 'The Association for Pet Loss and Bereavement',\r\n\t},\r\n\t{\r\n\t\turl: 'https://www.centerforloss.com/grief/grief-mourning-basics/',\r\n\t\ttitle: 'Center for Loss and Life Transition',\r\n\t},\r\n\t{\r\n\t\turl: 'https://www.rainbowsbridge.com/grief_support_center/grief_support_home.htm',\r\n\t\ttitle: 'Grief Support Center at Rainbows Bridge',\r\n\t},\r\n];\r\nexport const communityTitle = <>\r\n\t

\r\n\t\tYou can identify opportunities to engage with others in your community through:\r\n\t

\r\n;\r\n\r\nexport const communityList = [\r\n\t{\r\n\t\turl: 'https://www.volunteermatch.org/',\r\n\t\ttitle: 'VolunteerMatch',\r\n\t\tdescription: 'This national database will help you find a variety of volunteer opportunities in your local community.'\r\n\t},\r\n\t{\r\n\t\turl: '',\r\n\t\ttitle: 'Helping others in need',\r\n\t\tdescription: 'Sometimes the best way to heal is by helping others who are going through a similar experience. Helping someone else who is struggling reminds you that you are not alone, which can help provide relief. Helping others who are struggling with pet loss also can help you—and them—move forward. '\r\n\t},\r\n\t{\r\n\t\turl: 'https://www.facebook.com/lapoflove/',\r\n\t\ttitle: 'Joining a Facebook group',\r\n\t\tdescription: 'Endless Facebook groups can help you bond with like-minded people. Whether you join a local or national group, discussing topics you are passionate about can bring you closer to others. '\r\n\t},\r\n];","module.exports = __webpack_public_path__ + \"ClientApp/content/petLossHealHeader.jpg\";"],"sourceRoot":""}