{"version":3,"file":"hero-carousel.js","mappings":"CAAA,SAAWA,EAAGC,GACZA,EAAOC,UAAUC,cAAgB,CAC/BC,OAAQ,SAAUC,EAASC,GACzB,GAAIC,WAAaF,EACf,OAGF,IAAKE,SAASC,cAAc,0CAC1B,OAGF,IAAIC,EAAS,IAAIC,OAAQ,sBAAuB,CAC9CC,KAAM,OACNC,UAAU,EACVC,QAAQ,EACRC,YAAa,IACbC,MAAO,MAGTN,EAAOO,GAAG,sBAAsB,SAAUC,GACxC,MAAMC,EAAmBX,SAASY,cAAc,MAChDD,EAAiBE,YAAYX,EAAOY,KAAKb,cAAc,8CACvDU,EAAiBI,gBAAgB,QACjCb,EAAOY,KAAKb,cAAc,uBAAuBY,YAAYF,GAE7DD,EAAKM,KAAKD,gBAAgB,QAC1BL,EAAKO,MAAMC,SAAQ,SAAWC,GAC5BA,EAAKC,GAAGL,gBAAgB,QACxBI,EAAKE,OAAON,gBAAgB,OAC9B,GACF,IAEAb,EAAOoB,OACT,EAEH,CAnCD,CAmCGC,OAAQ7B","sources":["webpack://customtheme/./scripts/src/components/hero-carousel/hero-carousel.js"],"sourcesContent":["(function ($, Drupal) {\n Drupal.behaviors.hero_carousel = {\n attach: function (context, settings) {\n if (document !== context) {\n return;\n }\n\n if (!document.querySelector('.paragraph--type--hero-landing .splide')) {\n return;\n }\n\n let splide = new Splide( '.splide.splide-hero', {\n type: 'fade',\n autoplay: true,\n rewind: true,\n rewindSpeed: 300,\n speed: 1000,\n });\n\n splide.on('pagination:mounted', function( data ) {\n const pagerListElement = document.createElement('li');\n pagerListElement.appendChild(splide.root.querySelector('.splide__pagination li:first-child button'));\n pagerListElement.removeAttribute('role');\n splide.root.querySelector('.splide__pagination').appendChild(pagerListElement);\n\n data.list.removeAttribute('role');\n data.items.forEach(function ( item ) {\n item.li.removeAttribute('role');\n item.button.removeAttribute('role');\n });\n });\n\n splide.mount();\n }\n }\n})(jQuery, Drupal);"],"names":["$","Drupal","behaviors","hero_carousel","attach","context","settings","document","querySelector","splide","Splide","type","autoplay","rewind","rewindSpeed","speed","on","data","pagerListElement","createElement","appendChild","root","removeAttribute","list","items","forEach","item","li","button","mount","jQuery"],"sourceRoot":""}