{"version":3,"sources":["webpack:///./node_modules/@wpackio/entrypoint/lib/index.js","webpack:///./src/js/components/header.js","webpack:///./src/js/index.js"],"names":["path","replace","window","concat","document","querySelector","_step","_iterator","_createForOfIteratorHelper","querySelectorAll","s","n","done","value","addEventListener","classList","toggle","err","e","f","header"],"mappings":";;;;;;;;;;;;;;;;;gJASgB,IAAIA,EAAK,mBAA6CC,QAAQ,kBAAkB,IAChG,IAAwBC,OAAO,YAAYC,OAAOH,K,yjCCVnC,WAUAI,SAASC,cAAc,iBACnBD,SAASC,cAAc,4BADtC,IAkBiCC,EADiCC,EAAAC,EAA7CJ,SAASK,iBAAiB,oBACd,IAAjC,IAAAF,EAAAG,MAAAJ,EAAAC,EAAAI,KAAAC,MAAmC,CAAlBN,EAAAO,MACNC,iBAAiB,SAAS,WAC7BV,SAASC,cAAc,iBAAiBU,UAAUC,OAAO,YAEhE,MAAAC,GAAAV,EAAAW,EAAAD,GAAA,QAAAV,EAAAY,MC3BLC,K","file":"theme/main-31212c2f.js","sourcesContent":["/* eslint-disable camelcase */ /* eslint-disable babel/camelcase */ /* eslint-disable no-underscore-dangle */ // eslint-disable-next-line no-unused-vars\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\n/* global __webpack_public_path__ */ // eslint-disable-next-line spaced-comment\n///\n// We expect __webpack_public_path__ to be present, thanks to webpack\n// We are not using DOM in the typescript library, so let's just hack our way\n// through window\n// tslint:disable-next-line:no-any\n// We would override __webpack_public_path__ only if __WPACKIO__ webpack plugin is set\nif(__WPACKIO__){var path=(__WPACKIO__.appName+__WPACKIO__.outputPath).replace(/[^a-zA-Z0-9_-]/g,'');// eslint-disable-next-line no-global-assign\n__webpack_public_path__=window[\"__wpackIo\".concat(path)];}","const header = () => {\n /**\n * https://css-tricks.com/forums/topic/responsive-navigation-hide-move-itemss-to-dropdown-when-space-runs-out/\n * \n * https://codepen.io/lukejacksonn/pen/BowbWE\n *\n * https://github.com/jayfreestone/priority-plus\n *\n */\n\n var menu = document.querySelector(\"#primary-menu\");\n var menuItem = document.querySelector(\"#primary-menu>.menu-item\");\n var dots = `\n
\n \n \n \n \n \n
\n \n `;\n //menu.innerHTML += '' + dots + '';\n\n\n const toggleAction = document.querySelectorAll('.toggle-overlay');\n for (const button of toggleAction) {\n button.addEventListener('click', () => {\n document.querySelector('.menu-overlay').classList.toggle('open');\n });\n }\n\n\n\n\n}\n\nexport default header;","import '../sass/index.scss';\n\nimport header from \"./components/header\";\n\n\nheader();\n\n\n"],"sourceRoot":""}