{"version":3,"file":"script.min.js","sources":["../../../../block-editor/blocks/stream/script.js"],"sourcesContent":["import prevSvg from '../../../assets/svg/arrow-left-dgreen.svg';\nimport nextSvg from '../../../assets/svg/arrow-left-green.svg';\n\nexport default Array.from( document.querySelectorAll( '.feeds.feeds--slider' ) ).map( ( feeds ) => {\n\tconst wrap = feeds.querySelector('.feeds__wrap');\n\tconst items = feeds.querySelector('.feeds__items');\n\tconst slides = Array.from( feeds.querySelectorAll('.feeds__item') );\n\twrap.classList.add('swiper-container');\n\titems.classList.add('swiper-wrapper');\n\tslides.forEach(feed => feed.classList.add('swiper-slide'));\n if (slides.length) {\n feeds.insertAdjacentHTML(\n 'beforeend',\n \n ` \n\t\t\t\t
\n \n\t\t\t\t\n\t\t\t\t`\n \n );\n }\n\t\n\treturn new window.Swiper( wrap, {\n\t\tdirection: 'horizontal',\n\t\t// effect: 'fade',\n\t\tautoHeight: false,\n\t\tspeed: 600,\n\t\tspaceBetween: 30,\n slidesPerView: 3,\n\t\tnavigation: {\n\t\t\tprevEl: '.swiper-button-prev',\n\t\t\tnextEl: '.swiper-button-next',\n\t\t},\n\t\t// pagination: {\n\t\t// \tel: \".feeds__pagination\",\n\t\t// \tclickable: true,\n\t\t// },\n keyboard: true,\n\t\tbreakpoints: {\n 768: {\n slidesPerView: 1,\n spaceBetween: 10\n },\n 992: {\n slidesPerView: 2,\n spaceBetween: 20\n }\n },\n\t} );\n} );"],"names":["Array","from","document","querySelectorAll","map","feeds","wrap","querySelector","items","slides","classList","add","forEach","feed","length","insertAdjacentHTML","prevSvg","window","Swiper","direction","autoHeight","speed","spaceBetween","slidesPerView","navigation","prevEl","nextEl","keyboard","breakpoints"],"mappings":"gHAGeA,MAAMC,KAAMC,SAASC,iBAAkB,yBAA2BC,KAAK,SAAEC,GACvF,IAAMC,EAASD,EAAME,cAAc,gBAC7BC,EAASH,EAAME,cAAc,iBAC7BE,EAAST,MAAMC,KAAMI,EAAMF,iBAAiB,iBAiBlD,OAhBAG,EAAKI,UAAUC,IAAI,oBACnBH,EAAME,UAAUC,IAAI,kBACpBF,EAAOG,SAAQ,SAAAC,GAAI,OAAIA,EAAKH,UAAUC,IAAI,mBACnCF,EAAOK,QACPT,EAAMU,mBACF,YAG0BC,8CAAAA,0vBAJ9B,oEAYA,IAAIC,OAAOC,OAAQZ,EAAM,CAC/Ba,UAAW,aAEXC,YAAY,EACZC,MAAO,IACPC,aAAc,GACRC,cAAe,EACrBC,WAAY,CACXC,OAAQ,sBACRC,OAAQ,uBAMHC,UAAU,EAChBC,YAAa,CACE,IAAA,CACDL,cAAe,EACfD,aAAc,IAEb,IAAA,CACDC,cAAe,EACfD,aAAc"}