{"version":3,"sources":["webpack:////__w/1/s/libs/intl-ui/src/Provider/LegalHtmlProvider/LegalHtmlProvider.tsx","webpack:////__w/1/s/themes/gatsby-theme-multi-site/src/templates/Legal/Legal.tsx"],"names":["LegalHtmlProvider","_ref","children","React","Box","sx","fontFamily","color","fontSize","fontWeight","textTransform","textDecoration","overflow","LegalTemplate","pageContext","title","body","props","_objectWithoutProperties","_excluded","Layout","Object","assign","data-testid","Container","p","Heading","as","textAlign","dangerouslySetInnerHTML","__html"],"mappings":"yKA0DeA,MAtDqBC,IAAA,IAAC,SAAEC,GAAUD,EAAA,OAC/CE,gBAACC,IAAG,CAACC,GAAI,CACP,GAAM,CACJC,WAAY,UACZC,MAAO,UACPC,SAAU,GACVC,WAAY,OACZC,cAAe,aAEjB,GAAM,CACJJ,WAAY,UACZC,MAAO,UACPC,SAAU,GACVC,WAAY,OACZC,cAAe,aAEjB,GAAM,CACJJ,WAAY,UACZC,MAAO,UACPC,SAAU,GACVC,WAAY,OACZC,cAAe,aAEjB,GAAM,CACJJ,WAAY,UACZC,MAAO,UACPC,SAAU,GACVC,WAAY,OACZC,cAAe,aAEjB,GAAM,CACJJ,WAAY,UACZC,MAAO,UACPC,SAAU,EACVC,WAAY,QAEd,GAAM,CACJH,WAAY,UACZC,MAAO,UACPC,SAAU,EACVC,WAAY,QAEd,EAAK,CACHF,MAAO,UACPI,eAAgB,aAElB,YAAa,CACXC,SAAU,UAGXV,I,gDCrBUW,UAjB8BZ,IAAA,IAAGa,aAAa,MAAEC,EAAK,KAAEC,IAAkBf,EAAPgB,EAAKC,YAAAjB,EAAAkB,GAAA,OACpFhB,gBAACiB,IAAMC,OAAAC,OAAA,CAACC,cAAY,iBAAoBN,GACtCd,gBAACqB,IAAS,CAACnB,GAAI,CAAEC,WAAY,WAAYmB,EAAG,iBAC1CtB,gBAAA,eACGY,GAASZ,gBAACuB,IAAO,CAACC,GAAG,KAAKJ,cAAY,qBAAqBlB,GAAI,CAC9DG,SAAU,CAAC,OAAQ,WACnBD,MAAO,UACPqB,UAAW,WACTb,GACJZ,gBAACH,EAAiB,KACfgB,GAAQb,gBAAA,OAAK0B,wBAAyB,CAAEC,OAAQd","file":"component---themes-gatsby-theme-multi-site-src-templates-legal-legal-tsx-3edab5c4be7965c058f9.js","sourcesContent":["import * as React from 'react';\nimport Box from '@lce/slice_v2/Layout/Box';\n\n// eslint-disable-next-line max-lines-per-function\nconst LegalHtmlProvider: React.FC = ({ children }) => (\n \n {children}\n \n);\n\nexport default LegalHtmlProvider;\n","import * as React from 'react';\nimport Heading from '@lce/slice_v2/Elements/Heading';\nimport { IDefaultPageProps } from '@lce/intl-types/src/IDefaultPageProps';\nimport LegalHtmlProvider from '@lce/intl-ui/src/Provider/LegalHtmlProvider';\nimport Container from '@lce/intl-ui/src/Layout/Container';\n\nimport Layout from '../../ui/ConnectedLayout';\n\nexport interface ILegalProps extends IDefaultPageProps {\n pageContext: {\n originalPath?: string;\n body: any;\n title?: string;\n };\n}\n\nconst LegalTemplate: React.FC = ({ pageContext: { title, body }, ...props }) => (\n \n \n \n {title && {title}}\n \n {body && }\n \n \n \n \n);\n\nexport default LegalTemplate;\n"],"sourceRoot":""}