{"version":3,"sources":["webpack:///./src/components/pmicom/widgets/small-image-above-title/controller.js"],"names":["trackGtm","require","module","exports","init","child","root","querySelector","addEventListener","eventCategory","eventAction","eventLabel","href"],"mappings":";;;;;;;;;AAAA,MAAM;EAAEA;AAAF,IAAeC,mBAAO,CAAC,uDAAD,CAA5B;;AAEAC,MAAM,CAACC,OAAP,GAAiB;EAChBC,IAAI,GAAG;IACN,MAAMC,KAAK,GAAG,KAAKC,IAAL,CAAUC,aAAV,CAAwB,GAAxB,CAAd;IAEAF,KAAK,CAACG,gBAAN,CAAuB,OAAvB,EAAgC,MAAM;MACrCR,QAAQ,CAAC;QACRS,aAAa,EAAE,KADP;QAERC,WAAW,EAAE,OAFL;QAGRC,UAAU,EAAEN,KAAK,CAACO;MAHV,CAAD,CAAR;IAKA,CAND;EAOA;;AAXe,CAAjB,C","file":"components--small-image-above-titlede0a4cc370050ccff021.js","sourcesContent":["const { trackGtm } = require('../../../../js/functions');\n\nmodule.exports = {\n\tinit() {\n\t\tconst child = this.root.querySelector('a');\n\n\t\tchild.addEventListener('click', () => {\n\t\t\ttrackGtm({\n\t\t\t\teventCategory: 'cta',\n\t\t\t\teventAction: 'image',\n\t\t\t\teventLabel: child.href,\n\t\t\t});\n\t\t});\n\t},\n};\n"],"sourceRoot":""}