\r\n\t);\r\n};\r\n\r\nexport default SliderAreaVetCarousel;","import * as React from 'react';\r\n\r\nimport {List} from '@common/typescript/objects/List';\r\n\r\nimport AreaHeader from '@app/components/UI/Area-blocks/AreaHeader/AreaHeader';\r\nimport CardResource from '@app/components/UI/CardResource/CardResource';\r\nimport MiddleText from '@app/components/UI/MiddleText/MiddleText';\r\nimport {Area} from '@app/objects/Area';\r\nimport {rest} from '@app/components/Api';\r\nimport {LocalResource} from '@app/objects/LocalResource';\r\n\r\nconst AreaResources: React.FC = (area) => {\r\n\tconst [localResources, setLocalResources] = React.useState();\r\n\r\n\tReact.useEffect(() => {\r\n\t\trest.get>(`v1/areas/${area.id}/localResources`)\r\n\t\t\t.then((res) => {\r\n\t\t\t\tsetLocalResources(res.list);\r\n\t\t\t});\r\n\t}, []);\r\n\r\n\treturn (\r\n\t\t<>\r\n\t\t\t
\r\n\t);\r\n};\r\n\r\nexport default CardResource;\r\n","import React from 'react';\r\nimport ReCAPTCHA from 'react-google-recaptcha';\r\nimport { Link } from 'react-router-dom';\r\n\r\nimport { Field, Form, Formik } from 'formik';\r\nimport * as Yup from 'yup';\r\n\r\nimport CustomFile from '@common/react/components/Forms/Files/File';\r\nimport { phoneRegexp } from '@common/react/utils/validationHelpers';\r\nimport { FileInterface, FileType } from '@common/typescript/objects/FileInterface';\r\nimport { List } from '@common/typescript/objects/List';\r\n\r\nimport { rest } from '@app/components/Api';\r\nimport FormikField from '@app/components/Forms/CustomFormikField/CustomFormikField';\r\nimport { CustomPhoneControl } from '@app/components/Forms/CustomPhoneControl/CustomPhoneControl';\r\nimport CustomSelect from '@app/components/Forms/CustomSelect/CustomSelect';\r\nimport SearchFieldAuto from '@app/components/Forms/SearchField/SearchFieldAuto';\r\nimport { GAeventSubmit } from '@app/components/LocalCommon/Utils/GAevents';\r\nimport { stateFilter } from '@app/components/LocalCommon/Utils/StateFilter';\r\nimport { numberBeautifyValidator, stringBeautifyValidator, zipCodeValidator } from '@app/components/LocalCommon/Utils/Validators';\r\nimport { onFileUpload } from '@app/components/LocalCommon/Utils/onFileUpload';\r\nimport { transformStateList } from '@app/components/LocalCommon/Utils/transformList';\r\nimport {\r\n\tAilments,\r\n\tFormResponse,\r\n\tFormValues,\r\n\tPetSpecies,\r\n\tSources,\r\n} from '@app/components/Pages/Area/AreaObjects';\r\nimport AttachmentPreview from '@app/components/UI/Attachment/AttachmentPreview';\r\nimport CustomInput from '@app/components/UI/CustomInput/CustomInput';\r\nimport MiddleText from '@app/components/UI/MiddleText/MiddleText';\r\nimport { Area } from '@app/objects/Area';\r\nimport { ListOption } from '@app/objects/SidebarProps';\r\nimport { StatesListItem } from '@app/objects/StatesListItem';\r\nimport '@app/scss/localCommon/components/attachment.scss';\r\n\r\nconst validationSchema = Yup.object({\r\n\tfirstName: stringBeautifyValidator('First Name is a required field'),\r\n\tlastName: stringBeautifyValidator('Last Name is a required field'),\r\n\temail: Yup.string().email('Email must be a valid Email').required('Email is a required field'),\r\n\tphone: Yup.string().required('Phone Number is a required field').matches(phoneRegexp, 'Invalid Phone Number'),\r\n\tstreetLine1: stringBeautifyValidator('Street Address is a required field'),\r\n\tcity: stringBeautifyValidator('City is a required field'),\r\n\tstate: stringBeautifyValidator('State is a required field'),\r\n\tzip: zipCodeValidator(),\r\n\tgender: Yup.number().required('Pet\\'s Gender is a required field').nullable(),\r\n\tpetName: stringBeautifyValidator('Pet\\'s Name is a required field'),\r\n\tpetAge: numberBeautifyValidator('Pet\\'s Age must be a number', 'Pet\\'s Age must be greater than zero', 'Pet\\'s Age is a required field', 'Pet\\'s Age must be a whole number'),\r\n\tpetWeight: numberBeautifyValidator('Pet\\'s Weight must be a number', 'Pet\\'s Weight must be greater than zero', 'Pet\\'s Weight is a required field', 'Pet\\'s Weight must be a whole number (1lb or more, with no decimals)'),\r\n\tpetSpecies: Yup.string().nullable().required('Pet\\'s Species is a required field'),\r\n\tcaptcha: Yup.string().required('Please check the box to submit this form'),\r\n});\r\n\r\nconst FormSuccess = () => {\r\n\tReact.useEffect(() => {\r\n\t\twindow.scrollTo(0, 0);\r\n\t\tdocument.querySelector('#react-app')?.scrollTo(0, 0);\r\n\t}, []);\r\n\r\n\treturn (\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t\t\r\n\t\t\t
\r\n\r\n\t\t\t
We're honored to help
\r\n\t\t\t
\r\n\t\t\t\tA Veterinary Care Coordinator will reach out to you from our support number \r\n\t\t\t\t(855) 933-5683.\r\n\t\t\t
\r\n\t\t\t
If you need more immediate assistance, you can call us 7 days a week.
\r\n\r\n\t\t\t
Visit the Lap of Love Resource Center
\r\n\t\t\t
All information you could ever need about geriatric pets and how to care for them.
\r\n\t\t\t\r\n\t\t\t\tGo to Resource Center\r\n\t\t\t\r\n\t\t
: \r\n\t);\r\n};\r\n\r\nexport default AreaRequestForm;\r\n","module.exports = \"data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIGZvY3VzYWJsZT0iZmFsc2UiIGFyaWEtaGlkZGVuPSJ0cnVlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBhdGggZmlsbD0iIzZmYjc5ZiIgZD0iTTEuMDAwMDAwMDEgNy43MTEzNDAyNWwzLjgzNTA1MTU0IDMuODA0MTIzNyA4LjE2NDk0ODQ0LTguMTY0OTQ4NDQtLjg2NTk3OTM4LS44NjU5NzkzOEw0LjgzNTA1MTU1IDkuNzgzNTA1MiAxLjg2NTk3OTM5IDYuODE0NDMzMDN6Ii8+PC9zdmc+\"","import * as React from 'react';\r\n\r\nimport Tabs from 'antd/lib/tabs';\r\nimport {useHistory} from 'react-router';\r\n\r\nconst AreaPageMobileNav = (props) => {\r\n\tconst history = useHistory();\r\n\tconst {currentAreaUrl, activeTab, additionalClass} = props;\r\n\tconst { TabPane } = Tabs;\r\n\treturn (\r\n\t\t {\r\n\t\t\t\thistory.push(`${currentAreaUrl}/${key}`);\r\n\t\t\t}}\r\n\t\t\tactiveKey={activeTab}\r\n\t\t>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t);\r\n};\r\n\r\nexport default AreaPageMobileNav;","import * as React from 'react';\r\n\r\nimport AreaHeader from '@app/components/UI/Area-blocks/AreaHeader/AreaHeader';\r\n\r\nconst AreaMemorialKeepsakes = (props) => {\r\n\tconst {area} = props;\r\n\r\n\treturn (\r\n\t\t<>\r\n\t\t\t
\r\n\t\t\t\t\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t
Memorialize your pet
\r\n\t\t\t\t\t
\r\n\t\t\t\t\t\t
\r\n\t\t\t\t\t\t\tWhen your pet is no longer physically present, keeping their memory alive through a memento\r\n\t\t\t\t\t\t\tor keepsake can both honor them and help ease the grieving process. Whether it’s a painting\r\n\t\t\t\t\t\t\tof your pet or a necklace made from their pawprint, an object that you can hold in your hand\r\n\t\t\t\t\t\t\tcreates a sense of everlasting connection.\r\n\t\t\t\t\t\t
\r\n\t\t\t\t\t\t
\r\n\t\t\t\t\t\t\tOur Pet Memorial Keepsakes site was created for those who seek comfort in mementos after\r\n\t\t\t\t\t\t\tsaying goodbye to a pet. The site offers a range of unique memorial items from carefully\r\n\t\t\t\t\t\t\tselected companies. We hope you find an item that perfectly symbolizes the forever bond\r\n\t\t\t\t\t\t\tbetween you and your beloved friend.\r\n\t\t\t\t\t\t