{"version":3,"sources":["webpack:///./app/components/m/give-me-five/index.js"],"names":["swiper","Swiper","document","querySelector","slidesPerView","watchOverflow","loop","modules","Autoplay","autoplay","delay","breakpoints","spaceBetween"],"mappings":";;;;;;;;;;;AAAA;AAAA;AAA0C;AAE1C,MAAMA,MAAM,GAAG,IAAIC,6CAAM,CAACC,QAAQ,CAACC,aAAa,CAAC,0BAA0B,CAAC,EAAE;EAC5EC,aAAa,EAAE,CAAC;EAChBC,aAAa,EAAE,IAAI;EACnBC,IAAI,EAAE,IAAI;EACVC,OAAO,EAAE,CAACC,+CAAQ,CAAC;EACnBC,QAAQ,EAAE;IACRC,KAAK,EAAE;EACT,CAAC;EACDC,WAAW,EAAE;IACX,GAAG,EAAE;MACHP,aAAa,EAAE,CAAC;MAChBQ,YAAY,EAAE,CAAC;MACfN,IAAI,EAAE;IACR;EACF;AACF,CAAC,CAAC,C","file":"give-me-five.chunk.js","sourcesContent":["import { Swiper, Autoplay } from 'swiper';\r\n\r\nconst swiper = new Swiper(document.querySelector('.give-me-five__container'), {\r\n  slidesPerView: 2,\r\n  watchOverflow: true,\r\n  loop: true,\r\n  modules: [Autoplay],\r\n  autoplay: {\r\n    delay: 3000,\r\n  },\r\n  breakpoints: {\r\n    576: {\r\n      slidesPerView: 5,\r\n      spaceBetween: 0,\r\n      loop: false,\r\n    },\r\n  },\r\n});\r\n"],"sourceRoot":""}