{"mappings":"AACA,iCAAiC;AACjC,OAAO,SAAS,GAAG,SAAS,cAAc,CAAC;AAC3C,OAAO,YAAY,GAAG,SAAS,cAAc,CAAC;AAC9C,OAAO,kBAAkB,GAAG,SAAS,cAAc,CAAC;AAElD,uDAAuD;AACvD,qCAAqC;AACrC,6CAA6C;AAC7C,wEAAwE;AACxE,IAAI;AAEN,MAAM,cAAc,CAAC,UAAU,OAAO;IACpC,OAAO,SAAS,CAAC,GAAG,GAAG;IACvB,OAAO,YAAY,CAAC,WAAW,GAAG;IAClC,OAAO,kBAAkB,CAAC,SAAS,GAAG,QAAQ,cAAc;AAC9D;AAEA,SAAS,aAAa,CAAC,WAAW,iBAAiB,SAAS;IAC1D,SAAS,aAAa,CAAC,cAAc,KAAK,CAAC,OAAO,GAAG;AACvD,IACA,uCAAuC;CACvC,wCAAwC","sources":["src/equipment.js"],"sourcesContent":["\r\n// equipment description function\r\nwindow.mainImage = document.getElementById('mainImage')\r\nwindow.productTitle = document.getElementById('productTitle')\r\nwindow.productDescription = document.getElementById('productDescription')\r\n\r\n // function changeImage(imageSrc, title, description) {\r\n // window.mainImage.src = imageSrc;\r\n // window.productTitle.textContent = title;\r\n // window.productDescription.innerHTML = '

' + description + '

';\r\n // }\r\n\r\nconst changeImage = (imageSrc, title, description) => {\r\n window.mainImage.src = imageSrc;\r\n window.productTitle.textContent = title;\r\n window.productDescription.innerHTML = '

' + description + '

';\r\n}\r\n\r\ndocument.querySelector('button')?.addEventListener('click', function() {\r\n document.querySelector('.max-w-5xl').style.display = 'none';\r\n});\r\n//end of equipment description function\r\n// console.log('end thumbnail function')"],"names":[],"version":3,"file":"keyboard.8a4a9d4b.js.map","sourceRoot":"/__parcel_source_root/"}