{"version":3,"file":"591.bundle.js","mappings":"iKAcO,SAASA,IACC,IAAI,KAAO,eAAgB,CACpCC,cAAe,EACfC,aAAc,EACdC,MAAM,EACNC,OAAQ,OACRC,WAAY,CACVC,WAAW,GAEbC,WAAY,CACVC,GAAI,0BACJC,WAAW,EACXC,aAAc,SAAUC,EAAOC,GAC7B,MAAO,eAAiBA,EAAY,UACtC,IAGV,CAnBA,SAAe,CAAE,KAAY,M","sources":["webpack://narconon-us-site/./node_modules/@able-sbcadmin/narconon-npm/dist/news-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\nimport SwiperCore, { Pagination, EffectFade } from 'swiper/core';\n\nSwiperCore.use([ Pagination, EffectFade ]);\n\nexport function newsSlider() {\n var swiper = new Swiper(\".news-slider\", {\n slidesPerView: 1,\n initialSlide: 0,\n loop: true,\n effect: 'fade',\n fadeEffect: {\n crossFade: true\n },\n pagination: {\n el: \".news-swiper-pagination\",\n clickable: true,\n renderBullet: function (index, className) {\n return '
';\n },\n },\n });\n};"],"names":["newsSlider","slidesPerView","initialSlide","loop","effect","fadeEffect","crossFade","pagination","el","clickable","renderBullet","index","className"],"sourceRoot":""}