{"version":3,"file":"cta-CZrbkgiq.js","sources":["../../src/scripts/modules/cta.ts"],"sourcesContent":["import { Component } from '@verndale/core';\nimport { ConditionalDisplay } from '../helpers/global';\n\nclass CTA extends Component {\n setupDefaults() {\n if (ConditionalDisplay(this.el.id)) {\n this.el.style.display = 'none';\n return;\n }\n }\n}\n\nexport default CTA;\n"],"names":["CTA","Component","ConditionalDisplay"],"mappings":"8EAGA,MAAMA,UAAYC,CAAU,CAC1B,eAAgB,CACd,GAAIC,EAAmB,KAAK,GAAG,EAAE,EAAG,CAC7B,KAAA,GAAG,MAAM,QAAU,OACxB,MACF,CACF,CACF"}