{"version":3,"file":"assets/js/frontend.js","mappings":"AAAAA,SAASC,iBAAiB,oBAAoB,WAE1C,MAAMC,EAAeF,SAASG,cAAc,oCAE5C,GAAID,EAAc,CAEd,MAAME,EAAYJ,SAASK,cAAc,UACzCD,EAAUE,KAAO,SACjBF,EAAUG,UAAY,UACtBH,EAAUI,MAAMC,WAAa,iCAC7BL,EAAUI,MAAME,OAAS,OACzBN,EAAUI,MAAMG,MAAQ,kCACxBP,EAAUI,MAAMI,SAAW,OAC3BR,EAAUI,MAAMK,OAAS,UACzBT,EAAUI,MAAMM,MAAQ,OACxBV,EAAUI,MAAMO,OAAS,OACzBX,EAAUI,MAAMQ,QAAU,OAC1BZ,EAAUI,MAAMS,WAAa,SAC7Bb,EAAUI,MAAMU,eAAiB,SACjCd,EAAUI,MAAMW,SAAW,WAC3Bf,EAAUI,MAAMY,MAAQ,MACxBhB,EAAUI,MAAMa,IAAM,MACtBjB,EAAUI,MAAMc,aAAe,OAG/BpB,EAAaqB,WAAWC,aAAapB,EAAWF,EACpD,CACJ","sources":["webpack://frontis/./src/frontend/frontend.js"],"sourcesContent":["document.addEventListener(\"DOMContentLoaded\", function () {\r\n // Select the submit button\r\n const submitButton = document.querySelector('.mc4wp-form input[type=\"submit\"]');\r\n \r\n if (submitButton) {\r\n // Create a new button element\r\n const newButton = document.createElement('button');\r\n newButton.type = 'submit';\r\n newButton.innerHTML = '→';\r\n newButton.style.background = \"var(--wp--preset--color--base)\";\r\n newButton.style.border = 'none';\r\n newButton.style.color = \"var(--wp--preset--color--white)\";\r\n newButton.style.fontSize = '18px';\r\n newButton.style.cursor = 'pointer';\r\n newButton.style.width = '36px';\r\n newButton.style.height = '36px';\r\n newButton.style.display = 'flex';\r\n newButton.style.alignItems = 'center';\r\n newButton.style.justifyContent = 'center';\r\n newButton.style.position = 'absolute';\r\n newButton.style.right = '6px';\r\n newButton.style.top = '3px';\r\n newButton.style.borderRadius = '50px';\r\n\r\n // Replace the input[type=\"submit\"] with the new button\r\n submitButton.parentNode.replaceChild(newButton, submitButton);\r\n }\r\n});\r\n"],"names":["document","addEventListener","submitButton","querySelector","newButton","createElement","type","innerHTML","style","background","border","color","fontSize","cursor","width","height","display","alignItems","justifyContent","position","right","top","borderRadius","parentNode","replaceChild"],"sourceRoot":""}