{"version":3,"sources":["webpack://_N_E/./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?bdd2","webpack://_N_E/./src/components/feature-list/feature-list.tsx","webpack://_N_E/./src/pages/users/sign-up.tsx"],"names":["window","__NEXT_P","push","FeatureList","styled","ul","rem","FeatureListItem","li","size","checkMarkIcon","SignUp","showEditControls","useRouter","query","widthEditControls","useEffectOnce","AnalyticsService","trackScreen","ScreenNames","register","mainBackground","backgroundImages","hero","title","description","textAlign","as","mode","LoginFormMode","signUp"],"mappings":"+FACOA,OAAOC,SAAWD,OAAOC,UAAY,IAAIC,KAAK,CAC7C,iBACA,WACE,OAAO,EAAQ,Y,kMCAZC,EAAcC,IAAOC,GAAV,gFAAGD,CAAH,kDACZE,YAAI,IAIEA,YAAI,KAITC,EAAkBH,IAAOI,GAAV,oFAAGJ,CAAH,0NAGbE,YAAI,IAMbG,YAAKH,YAAI,KAKaI,M,0OCgCbC,UA1CU,WACvB,IAEMC,EAAyC,SAFhCC,sBACsBC,MAA7BC,kBAOR,OAJAC,aAAc,WACZC,IAAiBC,YAAYC,IAAYC,aAIzC,eAAC,IAAD,CACEC,eAAgBC,IAAiBC,KACjCX,iBAAkBA,EAFpB,UAIE,cAAC,IAAD,CAAKY,MAlBQ,iBAkBWC,YAhB5B,oIAiBI,eAAC,IAAD,CAAgBC,UAAU,SAA1B,UACE,eAAC,IAAD,WACE,cAAC,IAAD,CAAIC,GAAG,KAAP,kDACA,eAAC,IAAD,WACE,cAAC,IAAD,oEAGA,cAAC,IAAD,oDAGA,cAAC,IAAD,sEAKJ,cAAC,IAAD,CAAUC,KAAMC,IAAcC,kB","file":"static/chunks/pages/users/sign-up-aa583206bb07d1a82f88.js","sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/users/sign-up\",\n function () {\n return require(\"private-next-pages/users/sign-up.tsx\");\n }\n ]);\n ","import checkMarkIcon from 'assets/images/check.svg';\nimport { rem, size } from 'polished';\nimport styled from 'styled-components';\n\nexport const FeatureList = styled.ul`\n margin: ${rem(32)} 0;\n padding: 0;\n\n * + * {\n margin-top: ${rem(20)};\n }\n`;\n\nexport const FeatureListItem = styled.li`\n display: flex;\n align-items: center;\n font-size: ${rem(16)};\n line-height: 1.4;\n text-align: left;\n list-style: none;\n\n &::before {\n ${size(rem(20))}\n\n display: block;\n flex-shrink: 0;\n margin-right: 1em;\n background-image: url(${checkMarkIcon});\n background-size: cover;\n content: '';\n }\n`;\n","import AuthForm, { LoginFormMode } from 'components/auth-form';\nimport { IntroWrapper } from 'components/auth-form/auth-form.styles';\nimport { FeatureList, FeatureListItem } from 'components/feature-list';\nimport { H4 } from 'components/headings';\nimport Layout from 'components/layout';\nimport SEO from 'components/seo';\nimport ContentSection from 'components/ui/content-section';\nimport { GetStaticProps, NextPage } from 'next';\nimport { useRouter } from 'next/router';\nimport { useEffectOnce } from 'react-use';\nimport AnalyticsService, { ScreenNames } from 'services/analytics';\nimport { backgroundImages } from 'utils/config';\n\nconst PAGE_TITLE = 'Create account';\nconst PAGE_DESCRIPTION =\n 'Save and keep your plan up-to-date throughout the year and get reminders to help you prepare your property for bushfire season.';\n\nconst SignUp: NextPage = () => {\n const router = useRouter();\n const { widthEditControls } = router.query;\n const showEditControls = widthEditControls === 'true';\n\n useEffectOnce(() => {\n AnalyticsService.trackScreen(ScreenNames.register);\n });\n\n return (\n \n \n \n \n

Create an account and save your plan

\n \n \n Download and access your plan any time on your device\n \n \n Regularly review and update your plan\n \n \n Share your completed plan with family and friends\n \n \n
\n \n
\n \n );\n};\n\nexport const getStaticProps: GetStaticProps = async () => {\n return {\n props: {},\n };\n};\n\nexport default SignUp;\n"],"sourceRoot":""}