{"version":3,"sources":["webpack:///./Avensia.Common/Features/Error/Pages/PageNotFound.tsx"],"names":["Center","textAlign","props","errorPageHeading","errorPageMessage","heading","message","appearance","Narrow"],"mappings":"2FAAA,iDAWMA,EAAS,YAAO,IAAS,CAC7BC,UAAW,WAGE,mBAACC,GACN,IAAAC,EAAA,EAAAA,iBAAkBC,EAAA,EAAAA,iBACpBC,EAAUF,GAAsC,aAAU,8BAC1DG,EAAUF,GAAsC,aAAU,4BAEhE,OACE,kBAAC,IAAI,CAACG,WAAY,IAAeC,QAC/B,kBAACR,EAAM,KACL,4BAAKK,GACL,2BAAIC","file":"assets/45.chunk.4e2922df53ebde1cd726.js","sourcesContent":["/**\r\n * @ComponentFor PageNotFoundViewModel\r\n */\r\nimport React from 'react';\r\nimport { styled } from '@glitz/react';\r\nimport { Main, Section, Appearance as PageAppearance } from 'Shared/PageLayout';\r\nimport { translate } from '@avensia/scope';\r\nimport PageNotFoundViewModel from './PageNotFoundViewModel.type';\r\n\r\ntype PropType = PageNotFoundViewModel;\r\n\r\nconst Center = styled(Section, {\r\n textAlign: 'center',\r\n});\r\n\r\nexport default (props: PropType) => {\r\n const { errorPageHeading, errorPageMessage } = props;\r\n const heading = errorPageHeading ? errorPageHeading : translate('/Errors/PageNotFoundHeader');\r\n const message = errorPageMessage ? errorPageMessage : translate('/Errors/PageNotFoundText');\r\n\r\n return (\r\n
\r\n
\r\n

{heading}

\r\n

{message}

\r\n
\r\n
\r\n );\r\n};\r\n"],"sourceRoot":""}