{"version":3,"file":"main.js","mappings":";;;;;;;;;;;;;;;;;UAAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;ACN0B;AAE1B,MAAMA,MAAM,GAAGC,QAAQ,CAACC,aAAa,CAAC,SAAS,CAAC;AAChD,IAAIF,MAAM,EAAE;EACVC,QAAQ,CAACE,gBAAgB,CAAC,QAAQ,EAAE,MAAM;IACxC,IAAIC,MAAM,CAACC,OAAO,GAAG,GAAG,EAAE;MACxBL,MAAM,CAACM,SAAS,CAACC,GAAG,CAAC,QAAQ,CAAC;IAChC,CAAC,MAAM;MACLP,MAAM,CAACM,SAAS,CAACE,MAAM,CAAC,QAAQ,CAAC;IACnC;EACF,CAAC,CAAC;AACJ,C","sources":["webpack://gulp-builder/webpack/bootstrap","webpack://gulp-builder/webpack/runtime/make namespace object","webpack://gulp-builder/./src/js/main.js"],"sourcesContent":["// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import \"./_components.js\";\n\nconst header = document.querySelector(\".header\");\nif (header) {\n document.addEventListener(\"scroll\", () => {\n if (window.scrollY > 100) {\n header.classList.add(\"scroll\");\n } else {\n header.classList.remove(\"scroll\");\n }\n });\n}\n"],"names":["header","document","querySelector","addEventListener","window","scrollY","classList","add","remove"],"sourceRoot":""}