{"version":3,"file":"../blocks/social_share/social-share.min.js","mappings":"mBAEIA,SAASC,iBAAiB,oBAAoB,WACzBD,SAASE,iBAAiB,iBAElCC,SAAQ,SAAAC,GACjBA,EAAOH,iBAAiB,SAAS,SAASI,GACtCA,EAAEC,iBACF,IAAMC,EAAMC,KAAKC,aAAa,QAG9BC,OAAOC,KAAKJ,EAAK,eACb,0EAER,GACJ,GACJ,G","sources":["webpack://umbrellas/./blocks/social_share/social-share.js"],"sourcesContent":["import \"./social-share.scss\";\n\n document.addEventListener('DOMContentLoaded', function() {\n const shareButtons = document.querySelectorAll('.share-button');\n\n shareButtons.forEach(button => {\n button.addEventListener('click', function(e) {\n e.preventDefault();\n const url = this.getAttribute('href');\n \n // Open share dialog in a popup window\n window.open(url, 'Share Dialog', \n 'width=600,height=400,menubar=no,toolbar=no,resizable=yes,scrollbars=yes'\n );\n });\n });\n});"],"names":["document","addEventListener","querySelectorAll","forEach","button","e","preventDefault","url","this","getAttribute","window","open"],"sourceRoot":""}