{"mappings":"C,A,WCEA,IAAM,EAAM,ICFG,MAIb,YAAoB,CAAc,CAAE,CAAhB,IAAA,CAAA,MAAA,CAAA,CAAiB,CAErC,YAAa,CACX,IAAM,EAAW,IAAI,CAAC,MAAM,CAAC,QAAQ,AAErC,CAAA,IAAI,CAAC,eAAe,CAAG,EAAS,eAAe,CAC/C,IAAI,CAAC,KAAK,CAAG,EAAS,cAAc,CAAC,uBAErC,EACG,cAAc,CAAC,wBACf,gBAAgB,CAAC,QAAS,KACzB,IAAI,CAAC,SAAS,CAAC,CAAA,EACjB,GAEF,EACG,cAAc,CAAC,sBACf,gBAAgB,CAAC,QAAS,KACzB,IAAI,CAAC,SAAS,CAAC,CAAA,EACjB,GAEF,EACG,cAAc,CAAC,oBACf,gBAAgB,CAAC,QAAS,KACzB,IAAI,CAAC,SAAS,CAAC,CAAA,EACjB,EACJ,CAEA,UAAU,CAAgB,CAAE,CAC1B,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,YAAa,GACzC,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,MAAM,CAAC,aAAc,EACtD,CACF,EDjCoB,QACpB,EAAI,UAAU,E,G,4D","sources":["","js/main.ts","js/app.ts"],"sourcesContent":["(function () {\nclass $7fe6c79de323174a$export$2e2bcd8739ae039 {\n constructor(window){\n this.window = window;\n }\n initialize() {\n const document = this.window.document;\n this.documentElement = document.documentElement;\n this.modal = document.getElementById(\"certification-modal\");\n document.getElementById(\"certification-button\").addEventListener(\"click\", ()=>{\n this.showModal(true);\n });\n document.getElementById(\"close-modal-button\").addEventListener(\"click\", ()=>{\n this.showModal(false);\n });\n document.getElementById(\"modal-background\").addEventListener(\"click\", ()=>{\n this.showModal(false);\n });\n }\n showModal(visible) {\n this.modal.classList.toggle(\"is-active\", visible);\n this.documentElement.classList.toggle(\"is-clipped\", visible);\n }\n}\n\n\nconst $1567641c0f0b12e1$var$app = new (0, $7fe6c79de323174a$export$2e2bcd8739ae039)(window);\n$1567641c0f0b12e1$var$app.initialize();\n\n})();\n//# sourceMappingURL=index.af0a1101.js.map\n","import App from './app';\r\n\r\nconst app = new App(window);\r\napp.initialize();\r\n","export default class App {\r\n documentElement: HTMLElement;\r\n modal: HTMLElement;\r\n\r\n constructor(private window: Window) {}\r\n\r\n initialize() {\r\n const document = this.window.document;\r\n\r\n this.documentElement = document.documentElement;\r\n this.modal = document.getElementById('certification-modal');\r\n\r\n document\r\n .getElementById('certification-button')\r\n .addEventListener('click', () => {\r\n this.showModal(true);\r\n });\r\n\r\n document\r\n .getElementById('close-modal-button')\r\n .addEventListener('click', () => {\r\n this.showModal(false);\r\n });\r\n\r\n document\r\n .getElementById('modal-background')\r\n .addEventListener('click', () => {\r\n this.showModal(false);\r\n });\r\n }\r\n\r\n showModal(visible: boolean) {\r\n this.modal.classList.toggle('is-active', visible);\r\n this.documentElement.classList.toggle('is-clipped', visible);\r\n }\r\n}\r\n"],"names":["$1567641c0f0b12e1$var$app","constructor","window","initialize","document","documentElement","modal","getElementById","addEventListener","showModal","visible","classList","toggle"],"version":3,"file":"index.af0a1101.js.map"}