{"version":3,"sources":["common/HtmlContent.tsx","pages/PrivacyPolicy/index.tsx"],"names":["useStyles","makeStyles","_ref2","spacing","root","textAlign","color","textDecoration","margin","concat","maxWidth","marginBottom","HtmlContent","_ref","className","component","content","variant","propsInfo","classes","_jsx","Typography","classNames","children","XhtmlString","propInfo","breakpoints","paddingTop","down","padding","PrivacyPolicyPage","Grid","container","justifyContent","item","xs","sm","md","text"],"mappings":"mHAAA,0DAmBA,MAuBMA,EAAYC,aAAWC,IAAA,IAAC,QAAEC,GAASD,EAAA,MAAM,CAC7CE,KAAM,CACJC,UAAW,OACX,MAAO,CACLC,MAAO,UACPC,eAAgB,aAElB,MAAO,CACLC,OAAO,OAADC,OAASN,EAAQ,GAAE,OAE3B,WAAY,CACVO,SAAU,QAEZ,OAAQ,CACNF,OAAO,OAADC,OAASN,EAAQ,GAAE,SAE3BQ,aAAcR,EAAQ,IAEzB,IAEcS,IA3CqCC,IAM7C,IAN8C,UACnDC,EAAS,UACTC,EAAS,QACTC,EAAO,QACPC,EAAO,UACPC,GACDL,EACC,MAAMM,EAAUnB,IAChB,OACEoB,cAACC,IAAU,CACTJ,QAASA,EACTH,UAAWQ,IAAWH,EAAQf,KAAMU,GACpCC,UAAU,MAAKQ,SAEfH,cAACI,IAAW,CACVC,SAAUP,EACVF,QAASA,EACTD,UAAWA,KAEF,C,mCCtCjB,mDAaA,MAkBMf,EAAYC,aAAWC,IAAA,IAAC,QAAEC,EAAO,YAAEuB,GAAaxB,EAAA,MAAM,CAC1DE,KAAM,CACJuB,WAAYxB,EAAQ,GACpB,CAACuB,EAAYE,KAAK,OAAQ,CACxBC,QAAQ,GAADpB,OAAKN,EAAQ,GAAE,OAAAM,OAAMN,EAAQ,GAAE,QAG3C,IAEc2B,UA3B2CjB,IAGnD,IAHoD,QACzDG,EAAO,UACPE,GACDL,EACC,MAAMM,EAAUnB,IAChB,OACEoB,cAACW,IAAI,CAACC,WAAS,EAACC,eAAe,SAAQV,SACrCH,cAACW,IAAI,CAACG,MAAI,EAACC,GAAI,GAAIC,GAAI,EAAGC,GAAI,EAAEd,SAC9BH,cAACR,IAAW,CACVE,UAAWK,EAAQf,KACnBc,UAAWA,EAAUoB,KACrBtB,QAASA,EAAQsB,MAAQ,QAGxB,C","file":"static/js/privacyPolicyPage.fa2e835b.chunk.js","sourcesContent":["import { makeStyles } from \"@material-ui/core/styles\"\nimport XhtmlString, {\n XhtmlStringProperty\n} from \"@starrepublic/epi/cms/components/XhtmlString\"\nimport { PropertyInfo } from \"@starrepublic/epi/types/cms/content\"\nimport classNames from \"classnames\"\nimport React from \"react\"\nimport { CustomVariant } from \"theme/typography\"\n\nimport Typography from \"./Typography\"\n\ntype Props = {\n className?: string\n content: XhtmlStringProperty\n component?: React.ComponentType\n variant?: CustomVariant\n propsInfo?: PropertyInfo\n}\n\nconst HtmlContent: React.FunctionComponent = ({\n className,\n component,\n content,\n variant,\n propsInfo\n}) => {\n const classes = useStyles()\n return (\n \n \n \n )\n}\n\nconst useStyles = makeStyles(({ spacing }) => ({\n root: {\n textAlign: \"left\",\n \"& a\": {\n color: \"inherit\",\n textDecoration: \"underline\"\n },\n \"& p\": {\n margin: `0 0 ${spacing(3)}px`\n },\n \"& iframe\": {\n maxWidth: \"100%\"\n },\n \"& ul\": {\n margin: `0 0 ${spacing(3)}px 0`\n },\n marginBottom: spacing(2)\n }\n}))\n\nexport default HtmlContent\n","import { Grid } from \"@material-ui/core\"\nimport { makeStyles } from \"@material-ui/core/styles\"\nimport { XhtmlStringProperty } from \"@starrepublic/epi/cms/components/XhtmlString\"\nimport { ContentProps } from \"@starrepublic/epi/types/cms/props\"\nimport HtmlContent from \"common/HtmlContent\"\nimport React from \"react\"\n\ntype PrivacyPolicyPageContent = {\n text: XhtmlStringProperty\n}\n\ntype Props = ContentProps\n\nconst PrivacyPolicyPage: React.FunctionComponent = ({\n content,\n propsInfo\n}) => {\n const classes = useStyles()\n return (\n \n \n \n \n \n )\n}\n\nconst useStyles = makeStyles(({ spacing, breakpoints }) => ({\n root: {\n paddingTop: spacing(1),\n [breakpoints.down(\"sm\")]: {\n padding: `${spacing(1)}px ${spacing(1)}px`\n }\n }\n}))\n\nexport default PrivacyPolicyPage\n"],"sourceRoot":""}