{"version":3,"sources":["webpack:///./app/javascript/src/carousel.js"],"names":["carouselClients","Glide","type","perView","perSwipe","autoplay","hoverpause","breakpoints","960","768","414","carousel","on","window","dispatchEvent","Event","document","getElementById","mount","$"],"mappings":"yFAAA,uBAEMA,EAAkB,IAFxB,MAE4BC,GAAM,SAAU,CAC1CC,KAAM,WACNC,QAAS,EACTC,SAAU,EACVC,SAAU,IACVC,YAAY,EACZC,YAAa,CACXC,IAAK,CACHL,QAAS,GAEXM,IAAK,CACHN,QAAS,GAEXO,IAAK,CACHP,QAAS,MAKTQ,EAAW,WACfX,EAAgBY,GAAG,cAAc,WAC/BC,OAAOC,cAAc,IAAIC,MAAM,cAE7BC,SAASC,eAAe,qBAC1BjB,EAAgBkB,SAIpBP,IAEAQ,EAAEH,UAAUJ,GAAG,mBAAmB,WAChCD,Q","file":"js/5-48ee6b6b9d7e1e64649a.chunk.js","sourcesContent":["import Glide from \"@glidejs/glide\";\n\nconst carouselClients = new Glide(\".glide\", {\n type: \"carousel\",\n perView: 5,\n perSwipe: 5,\n autoplay: 2000,\n hoverpause: true,\n breakpoints: {\n 960: {\n perView: 4,\n },\n 768: {\n perView: 2,\n },\n 414: {\n perView: 1,\n },\n },\n});\n\nconst carousel = () => {\n carouselClients.on(\"move.after\", function () {\n window.dispatchEvent(new Event(\"scroll\"));\n });\n if (document.getElementById(\"carousel-clients\")) {\n carouselClients.mount();\n }\n};\n\ncarousel();\n\n$(document).on(\"turbolinks:load\", function () {\n carousel();\n});\n"],"sourceRoot":""}