{"version":3,"sources":["webpack:///./wp-content/themes/is5communications/src/scripts/components/slider.js"],"names":["$","each","this","slick","rows","dots","arrows","slidesToShow","slidesToScroll","autoplay","swipeToSlide","autoplaySpeed","responsive","breakpoint","settings"],"mappings":"2FAAA,0BASAA,GAAG,WACFA,EAAG,mCAAoCC,MAAM,WAC9BD,EAAGE,MAETC,MACP,CACCC,KAAM,EACNC,MAAM,EACNC,QAAQ,EACRC,aAAc,EACdC,eAAgB,EAChBC,UAAU,EACVC,cAAc,EACdC,cAAe,IACfC,WAAY,CACX,CACCC,WAAY,IACZC,SAAU,CACTP,aAAc,EACdC,eAAgB,IAGlB,CACCK,WAAY,IACZC,SAAU,CACTP,aAAc,EACdC,eAAgB,c","file":"scripts/10.chunk.js","sourcesContent":["/**\n * Testimonials Carousel\n *\n * This component requires jQuery and Slick to function.\n * You can require it on the page using
\n */\n\nimport 'slick-carousel';\n\n$( function () {\n\t$( '[data-component=\"testimonials\"]' ).each( function () {\n\t\tlet $holder = $( this );\n\n\t\t$holder.slick(\n\t\t\t{\n\t\t\t\trows: 0,\n\t\t\t\tdots: true,\n\t\t\t\tarrows: false,\n\t\t\t\tslidesToShow: 3,\n\t\t\t\tslidesToScroll: 1,\n\t\t\t\tautoplay: true,\n\t\t\t\tswipeToSlide: true,\n\t\t\t\tautoplaySpeed: 8000,\n\t\t\t\tresponsive: [\n\t\t\t\t\t{\n\t\t\t\t\t\tbreakpoint: 992,\n\t\t\t\t\t\tsettings: {\n\t\t\t\t\t\t\tslidesToShow: 2,\n\t\t\t\t\t\t\tslidesToScroll: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tbreakpoint: 768,\n\t\t\t\t\t\tsettings: {\n\t\t\t\t\t\t\tslidesToShow: 1,\n\t\t\t\t\t\t\tslidesToScroll: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t}\n\t\t);\n\t} );\n} );\n"],"sourceRoot":""}