{"version":3,"file":"169.bundle.js","mappings":"uKAgBO,SAASA,IAES,IAAI,KAAO,sBAAuB,CACzDC,cAAe,EACfC,OAAQ,OACRC,MAAO,IACPC,gBAAgB,EAChBC,WAAY,CACVC,WAAW,GAEbC,gBAAgB,EAChBC,SAAU,CACRC,MAAO,IACPC,sBAAsB,IAI1B,CAnBA,SAAe,CAAE,KAAU,M","sources":["webpack://narconon-us-site/./node_modules/@able-sbcadmin/narconon-npm/dist/centers-thumbnail-carousel.js"],"sourcesContent":["/*=============================================================================================\n*\n* JS for carousel for the /centers/\n* Carousel is located in partials/carousels/centers-thumbnail-carousel.html\n* CSS and JS are loaded through respective Assets/main files\n* Author: ABLE Dev\n==============================================================================================*/\n\nimport Swiper from 'swiper';\n\n// core version + navigation, pagination modules:\nimport SwiperCore, { Autoplay, EffectFade } from 'swiper/core';\n\n// configure Swiper to use modules\nSwiperCore.use([ Autoplay, EffectFade ]);\n\nexport function worldclassSlider() {\n\nconst worldclassSlider = new Swiper('.world-class-slider', {\n slidesPerView: 1,\n effect: 'fade',\n speed: 900,\n allowTouchMove: true,\n fadeEffect: {\n crossFade: true,\n },\n centeredSlides: true,\n autoplay: {\n delay: 6000,\n disableOnInteraction: true,\n },\n});\n\n};"],"names":["worldclassSlider","slidesPerView","effect","speed","allowTouchMove","fadeEffect","crossFade","centeredSlides","autoplay","delay","disableOnInteraction"],"sourceRoot":""}