{"version":3,"file":"js/awards-carousel-sidebar.bundle.js","mappings":";;;;;;;;;;;AAA8D;AAE9D,iEAAe,MAAM;EACnB;EACA,MAAMI,YAAY,GAAG,IAAIJ,8CAAM,CAAC,kCAAkC,EAAE;IAClEK,OAAO,EAAE,CAACJ,8CAAU,EAAEC,8CAAU,EAAEC,wCAAI,CAAC;IACvCG,UAAU,EAAE;MACVC,MAAM,EAAE,0CAA0C;MAClDC,MAAM,EAAE;IACV,CAAC;IACD;IACA;IACA;IACA;IACAC,IAAI,EAAE,IAAI;IACVC,eAAe,EAAE,IAAI;IACrBC,UAAU,EAAE,IAAI;IAChBC,UAAU,EAAE;EACd,CAAC,CAAC;AACJ,CAAC","sources":["webpack://horizon-mercury/./src/js/modules/awards-carousel-sidebar.js"],"sourcesContent":["import Swiper, { Navigation, Pagination, A11y } from 'swiper';\n\nexport default () => {\n // awards slider\n const awardsSwiper = new Swiper('#awards-wrap-sidebar.awards-wrap', {\n modules: [Navigation, Pagination, A11y],\n navigation: {\n nextEl: '#awards-wrap-sidebar .swiper-button-next',\n prevEl: '#awards-wrap-sidebar .swiper-button-prev',\n },\n // pagination: {\n // el: '.swiper-pagination',\n // clickable: true,\n // },\n a11y: true,\n keyboardControl: true,\n grabCursor: true,\n autoHeight: true,\n });\n};\n"],"names":["Swiper","Navigation","Pagination","A11y","awardsSwiper","modules","navigation","nextEl","prevEl","a11y","keyboardControl","grabCursor","autoHeight"],"sourceRoot":""}