{"version":3,"file":"static/js/aCTArticlesListing.2a89b195.js","mappings":"wQASA,MAyBA,EAzBgEA,IASzD,IAT0D,WAC/DC,EAAU,aACVC,EAAY,OACZC,EAAM,mBACNC,EAAkB,kBAClBC,EAAiB,SACjBC,EAAQ,OACRC,KACGC,GACJR,EACC,MAAMS,EAAoB,CACxBN,SACAC,qBACAC,oBACAC,WACAC,UAGF,OACEG,EAAAA,EAAAA,KAACC,EAAAA,EAAe,CAACT,aAAcA,EAAcD,WAAYA,EAAYQ,kBAAmBA,EAAkBG,UACxGF,EAAAA,EAAAA,KAACG,EAAAA,EAA2B,IAAKL,KAAmBC,KACpC,ECxBtBK,EAAAA,EAAOC,MAAQA,EACfD,EAAAA,EAAOE,SAAWA,EAClBF,EAAAA,EAAOG,eAAiBA,EAExBH,EAAAA,EAAOI,uBAAyBA,C","sources":["pages/ACTArticlesListingPage/ACTArticlesListingPage.tsx","../temp/ACTArticlesListingPage.js"],"sourcesContent":["import React, { FC } from 'react';\nimport ProtectedLayout, { ProtectedProps } from '@/common/layouts/ProtectedLayout/ProtectedLayout';\nimport IndustryInsightsListingPage, {\n IndustryInsightsListingPageProps,\n} from '@/pages/IndustryInsightsListingPage/IndustryInsightsListingPage';\n\ninterface ACTArticlesListingPageProps extends IndustryInsightsListingPageProps, ProtectedProps {\n}\n\nconst ACTArticlesListingPage: FC = ({\n loginModal,\n isAuthorized,\n header,\n communicationTerms,\n cookiesConsentBar,\n gdprData,\n footer,\n ...articlesProps\n}) => {\n const masterLayoutProps = {\n header,\n communicationTerms,\n cookiesConsentBar,\n gdprData,\n footer,\n };\n\n return (\n \n \n \n );\n};\n\nexport default ACTArticlesListingPage;\n","import 'react-app-polyfill/stable';\nimport * as React from 'react';\nimport * as ReactDOM from 'react-dom';\nimport * as ReactDOMServer from 'react-dom/server';\nimport ACTArticlesListingPage from '@/pages/ACTArticlesListingPage/ACTArticlesListingPage';\n\nglobal.React = React;\nglobal.ReactDOM = ReactDOM;\nglobal.ReactDOMServer = ReactDOMServer;\n\nglobal.ACTArticlesListingPage = ACTArticlesListingPage;\n"],"names":["_ref","loginModal","isAuthorized","header","communicationTerms","cookiesConsentBar","gdprData","footer","articlesProps","masterLayoutProps","_jsx","ProtectedLayout","children","IndustryInsightsListingPage","global","React","ReactDOM","ReactDOMServer","ACTArticlesListingPage"],"sourceRoot":""}