{"version":3,"file":"js/pageChunk8-4310e7920c5513271016.chunk.js","mappings":"wFACeA,SAASC,iBAAiB,cAElCC,SAAQ,SAACC,GACdA,EAAQC,QAAU,SAAwBC,GACxCA,EAAEC,iBACF,IAAMC,EAAOC,KAAKC,aAAa,QAGzBC,EAFSV,SAASW,cAAcJ,GACPK,UACU,IAEzCC,OAAOC,SAAS,CACdC,IAAKL,EACLM,SAAU,UAEd,CACF,G","sources":["webpack://Emeritus/./app/javascript/chunks/marketing/b2b_enterprise_offering/info_bar_scroll.js"],"sourcesContent":["\nconst anchor = document.querySelectorAll('.js-scroll');\n\nanchor.forEach((trigger) => {\n trigger.onclick = function anchorHandler (e) {\n e.preventDefault();\n const hash = this.getAttribute('href');\n const target = document.querySelector(hash);\n const elementPosition = target.offsetTop;\n const offsetPosition = elementPosition - 185; // 185 is the height of the info bar\n\n window.scrollTo({\n top: offsetPosition,\n behavior: 'smooth',\n });\n };\n});\n"],"names":["document","querySelectorAll","forEach","trigger","onclick","e","preventDefault","hash","this","getAttribute","offsetPosition","querySelector","offsetTop","window","scrollTo","top","behavior"],"sourceRoot":""}