{"version":3,"sources":["webpack://@verndale/toolkit/./src/js/modules/media-masthead.js"],"names":[],"mappings":"6KAEA,MAAM,SAAe,KAAU,CAC7B,eAAgB,CACd,KAAK,IAAM,CACT,aAAc,KAAK,GAAG,GAAG,6BAA6B,CACxD,CACF,CAEA,cAAe,CACb,KAAK,IAAI,aAAa,IAAI,QAAS,KAAK,aAAa,KAAK,IAAI,CAAC,CACjE,CAEA,cAAe,CACb,KAAM,GAAe,KAAK,GAAG,GAAG,iCAAiC,EAC3D,EAAgB,KAAK,GAAG,mBAE9B,GAAI,EAAc,CAChB,EAAa,eAAe,CAAE,SAAU,SAAU,MAAO,QAAS,OAAQ,SAAU,CAAC,EACrF,MACF,CAEA,GACE,EAAc,eAAe,CAAE,SAAU,SAAU,MAAO,QAAS,OAAQ,SAAU,CAAC,CAE1F,CACF,CAEA,QAAe,C","file":"scripts/267.d3ceae149499aeebbec3.js","sourcesContent":["import { Component } from '@verndale/core';\n\nclass Module extends Component {\n setupDefaults() {\n this.dom = {\n $arrowButton: this.el._$('.media-masthead__arrow-wrap'),\n };\n }\n\n addListeners() {\n this.dom.$arrowButton._on('click', this.handleScroll.bind(this));\n }\n\n handleScroll() {\n const $firstOption = this.el._$('.media-masthead__bottom-content');\n const $secondOption = this.el.nextElementSibling;\n\n if ($firstOption) {\n $firstOption.scrollIntoView({ behavior: \"smooth\", block: \"start\", inline: \"nearest\" });\n return;\n }\n\n if ($secondOption) {\n $secondOption.scrollIntoView({ behavior: \"smooth\", block: \"start\", inline: \"nearest\" });\n }\n }\n}\n\nexport default Module;\n"],"sourceRoot":""}