{"version":3,"sources":["webpack:///./node_modules/@reactiveonline/frontend_shared_components/components/pages/Show.js"],"names":["Page","_ref","appProps","pageTitle","hasBuilderContent","showTitle","description","visible","URLSearchParams","window","location","search","has","translations","account","email_confirmed","flashMessage","show","createElement","Fragment","adminLoggedIn","className","style","width","fontSize","textAlign","background","padding","marginLeft","Store","not_published","dangerouslySetInnerHTML","__html"],"mappings":"2FAAA,4EAEe,SAASA,EAAKC,GAC3B,IAAIC,EAAWD,EAAKC,SAClBC,EAAYF,EAAKE,UACjBC,EAAoBH,EAAKG,kBACzBC,EAAYJ,EAAKI,UACjBC,EAAcL,EAAKK,YACnBC,EAAUN,EAAKM,QAOjB,OANA,qBAAU,WACJ,IAAIC,gBAAgBC,OAAOC,SAASC,QAAQC,IAAI,SAAWV,EAASW,aAAaC,QAAQC,iBAE3Fb,EAASc,aAAaC,KAAKf,EAASW,aAAaC,QAAQC,gBAE7D,GAAG,IACiB,IAAMG,cAAc,IAAMC,SAAU,KAAMjB,EAASkB,gBAAkBb,GAAwB,IAAMW,cAAc,MAAO,CAC1IG,UAAW,uCACXC,MAAO,CACLC,MAAO,OACPC,SAAU,GACVC,UAAW,SACXC,WAAY,UACZC,QAAS,cAEG,IAAMT,cAAc,IAAK,CACvCG,UAAW,gDACI,IAAMH,cAAc,MAAO,CAC1CI,MAAO,CACLM,WAAY,KAEbC,MAAMhB,aAAaiB,gBAAiBzB,GAA0B,IAAMa,cAAc,MAAO,CAC1FG,UAAW,mBACG,IAAMH,cAAc,MAAO,CACzCG,UAAW,kBACG,IAAMH,cAAc,KAAM,KAAMf,KAAcC,EAAiC,IAAMc,cAAc,UAAS,CAC1HhB,SAAUA,IACM,IAAMgB,cAAc,MAAO,CAC3CG,UAAW,kCACG,IAAMH,cAAc,MAAO,CACzCa,wBAAyB,CACvBC,OAAQ1B,MAGd,C","file":"js/83-eb04cf74cc716baffbcd.chunk.js","sourcesContent":["import React, { useEffect } from 'react';\nimport Builder from '../builder/Builder';\nexport default function Page(_ref) {\n var appProps = _ref.appProps,\n pageTitle = _ref.pageTitle,\n hasBuilderContent = _ref.hasBuilderContent,\n showTitle = _ref.showTitle,\n description = _ref.description,\n visible = _ref.visible;\n useEffect(function () {\n if (new URLSearchParams(window.location.search).has('cnfe') && appProps.translations.account.email_confirmed) {\n // if email got confirmed\n appProps.flashMessage.show(appProps.translations.account.email_confirmed);\n }\n }, []);\n return /*#__PURE__*/React.createElement(React.Fragment, null, appProps.adminLoggedIn && !visible && /*#__PURE__*/React.createElement(\"div\", {\n className: \"flex-box items-center content-center\",\n style: {\n width: '100%',\n fontSize: 15,\n textAlign: 'center',\n background: '#eeeeee',\n padding: '10px 20px'\n }\n }, /*#__PURE__*/React.createElement(\"i\", {\n className: \"fa-light fa-circle-exclamation color-scheme\"\n }), /*#__PURE__*/React.createElement(\"div\", {\n style: {\n marginLeft: 10\n }\n }, Store.translations.not_published)), showTitle && /*#__PURE__*/React.createElement(\"div\", {\n className: \"heading-wrapper\"\n }, /*#__PURE__*/React.createElement(\"div\", {\n className: \"main-container\"\n }, /*#__PURE__*/React.createElement(\"h1\", null, pageTitle))), hasBuilderContent ? /*#__PURE__*/React.createElement(Builder, {\n appProps: appProps\n }) : /*#__PURE__*/React.createElement(\"div\", {\n className: \"main-container content-wrapper\"\n }, /*#__PURE__*/React.createElement(\"div\", {\n dangerouslySetInnerHTML: {\n __html: description\n }\n })));\n}"],"sourceRoot":""}