{"version":3,"file":"static/chunks/1763.c6e80c46bd586ffc.js","mappings":"iPAQMA,EAAY,SAAAC,CAAA,CAOZ,KANJC,EAAAA,EAAAA,YAAAA,CACAC,EAAAA,EAAAA,QAAAA,CACAC,EAAAA,EAAAA,aAAAA,CAAAA,EAAAA,EACAC,SAAAA,CAAAA,EAAAA,KAAAA,IAAAA,EAAY,EAAE,CAAAC,CAAA,CAAAC,EAAAN,EACdO,WAAAA,CAAeC,EAAAR,EACfS,UAAAA,CAEkCC,EAAAA,CAAAA,EAAAA,EAAAA,CAAAA,EAAAA,EAAAA,QAAc,CAAC,IAAI,KAA9CC,EAA2BD,CAAAA,CAAAA,EAAAA,CAAhBE,EAAgBF,CAAAA,CAAAA,EAAAA,CAEnBG,CAAAA,EAAAA,EAAAA,EAAAA,IAEf,IAAMC,EAAcC,IAClBC,IAAAA,IAAM,CACN,OACAZ,EAAUa,GAAG,CAAC,SAACC,CAAAA,CAAAA,QAAMF,GAAC,CAACE,EAAE,IAM3B,OAJ+BH,IAC7BC,IAAAA,cAAgB,CAChBZ,EAAUa,GAAG,CAAC,SAACC,CAAAA,CAAAA,QAAMF,GAAC,CAACE,EAAE,IAGzB,GAAAC,EAAAC,GAAA,EAACC,MAAAA,CAAIC,IAAKrB,EAAcsB,UAAWT,WACjC,GAAAK,EAAAC,GAAA,EAACC,MAAAA,CAAIE,UAAWP,IAAAA,cAAgB,UAC9B,GAAAG,EAAAC,GAAA,EAACI,EAAAA,EAAMA,CAAAA,CACLf,WAnBRA,KAAAA,IAAAA,GAAkBD,EAoBViB,SAAU,SAACC,CAAAA,CAAW,CACpBd,EAAac,EACf,EACAvB,cAAeA,EACfwB,WAAY,UAAM,CAEZhB,GACFA,CAAAA,EAAUiB,QAAQ,CAAI,GAAAC,EAAAC,CAAA,EAAGnB,EAAUoB,UAAU,EAEjD,EACAC,cAAe,GACfC,cAAe,EACfC,UAAW,aACX3B,YAlCRA,KAAAA,IAAAA,EAAc,CAAC,EAAAD,CAAA,UAmCNJ,OAKX,CAEAH,CAAAA,EAAUoC,SAAS,CAAG,CAAC,EAEvBpC,EAAUqC,YAAY,CAAG,CAAC,ECvD1B,IAAAC,EDyDetC,qBE1DfuC,EAAAC,OAAA,EAAkB","sources":["webpack://_N_E/./components/SlideShow/SlideShow.js","webpack://_N_E/./components/SlideShow/index.js","webpack://_N_E/./components/SlideShow/SlideShow.module.scss","webpack://_N_E/"],"sourcesContent":["import React from 'react';\n\nimport classNames from 'classnames';\n\nimport s from './SlideShow.module.scss';\n\nimport { Swiper, useSwiper } from 'swiper/react';\n\nconst SlideShow = ({\n slideShowRef,\n children,\n onSlideChange,\n modifiers = [],\n breakpoints = {},\n autoHeight = false,\n}) => {\n const [swiperRef, setSwiperRef] = React.useState(null);\n\n const swiper = useSwiper();\n\n const rootClasses = classNames(\n s.Root,\n 'grid',\n modifiers.map((m) => s[m])\n );\n const innerSlideShoweClasses = classNames(\n s.InnerSlideShow,\n modifiers.map((m) => s[m])\n );\n return (\n
\n
\n {\n setSwiperRef(swiper);\n }}\n onSlideChange={onSlideChange}\n onReachEnd={() => {\n // https://github.com/nolimits4web/swiper/issues/3108#issue-458539769\n if (swiperRef) {\n swiperRef.snapGrid = [...swiperRef.slidesGrid];\n }\n }}\n watchOverflow={true}\n slidesPerView={1}\n direction={'horizontal'}\n breakpoints={breakpoints}>\n {children}\n \n
\n
\n );\n};\n\nSlideShow.propTypes = {};\n\nSlideShow.defaultProps = {};\n\nexport default SlideShow;\n","import SlideShow from './SlideShow';\n\nexport default SlideShow;\n","// extracted by mini-css-extract-plugin\nmodule.exports = {\"Root\":\"SlideShow_Root__XmahD\",\"InnerSlideShow\":\"SlideShow_InnerSlideShow__ip_L0\",\"MediaBank\":\"SlideShow_MediaBank__nEB0l\",\"Testimonial\":\"SlideShow_Testimonial__PQ5CW\"};"],"names":["SlideShow","param","slideShowRef","children","onSlideChange","modifiers","_param_modifiers","_param_breakpoints","breakpoints","_param_autoHeight","autoHeight","React","swiperRef","setSwiperRef","useSwiper","rootClasses","classNames","s","map","m","jsx_runtime","jsx","div","ref","className","Swiper","onSwiper","swiper","onReachEnd","snapGrid","_to_consumable_array","Z","slidesGrid","watchOverflow","slidesPerView","direction","propTypes","defaultProps","components_SlideShow","module","exports"],"sourceRoot":""}