{"version":3,"sources":["webpack:///./Avensia.Common/Features/Shared/Blocks/CTA/CallToActionBlock.tsx"],"names":["props","text","destination","openInNewWindow","createElement","Object","assign","as","Primary","to","target","CallToAction"],"mappings":";4FAAA,kDAae,UANf,SAA2BA,GACvB,MAAMC,EAAO,YAAiBD,EAAMC,MAC9BC,EAAc,YAAiBF,EAAME,aACrCC,EAAkB,YAAiBH,EAAMG,iBAC/C,OAAQ,IAAMC,cAAc,IAAQC,OAAOC,OAAO,CAAEC,GAAI,IAAYC,QAASC,GAAIP,EAAaQ,OAAQP,EAAkB,SAAW,SAAW,IAAYQ,cAAeV","file":"assets/104.chunk.ab23734b204c7afedeff.js","sourcesContent":["/**\r\n * @ComponentFor CallToActionBlock\r\n */\r\nimport React from 'react';\r\nimport Button, { Theme as ButtonTheme } from 'Shared/Button';\r\nimport { epiPropertyValue } from '@avensia/scope-episerver';\r\nimport { testIdProps } from 'test-automation';\r\nfunction CallToActionBlock(props) {\r\n const text = epiPropertyValue(props.text);\r\n const destination = epiPropertyValue(props.destination);\r\n const openInNewWindow = epiPropertyValue(props.openInNewWindow);\r\n return (React.createElement(Button, Object.assign({ as: ButtonTheme.Primary, to: destination, target: openInNewWindow ? '_blank' : '_self' }, testIdProps.CallToAction), text));\r\n}\r\nexport default CallToActionBlock;\r\n"],"sourceRoot":""}