{"version":3,"file":"wbd_component_carousel_spotlight.min.js","sources":["wbd_component_carousel_spotlight.js"],"sourcesContent":["/**\n * @file\n * Attaches the behaviors for WBD Carousel Spotlight.\n */\n(function (Drupal, once) {\n\n 'use strict';\n\n Drupal.behaviors.carouselSpotlight = {\n attach: function (context) {\n const elements = once('carouselSpotlight', '.spotlight-items', context);\n if (elements.length) {\n const isMobile = window.matchMedia(\"(max-width: 810px)\").matches;\n const itemsContainer = document.querySelector('.spotlight-items');\n if (isMobile) {\n itemsContainer.style.display = 'grid';\n itemsContainer.style.gridTemplateColumns = 'repeat(2, 1fr)';\n itemsContainer.style.gap = '20px';\n itemsContainer.style.overflowX = 'auto';\n } else {\n var spotlight_slider = tns({\n container: \".spotlight-items\",\n items: 5,\n loop: false,\n gutter: 20,\n nav: false,\n responsive: {\n 810: {\n items: 3,\n },\n 1120: {\n items: 5,\n },\n },\n });\n }\n }\n }\n };\n})(Drupal, once);\n"],"names":["Drupal","once","behaviors","carouselSpotlight","attach","context","itemsContainer","length","isMobile","window","matchMedia","matches","document","querySelector","style","display","gridTemplateColumns","gap","overflowX","tns","container","items","loop","gutter","nav","responsive","810","1120"],"mappings":"CAIA,CAAWA,EAAQC,KAIjBD,EAAOE,UAAUC,kBAAoB,CACnCC,OAAQ,SAAUC,GAChB,IAGQC,EAHSL,EAAK,oBAAqB,mBAAoBI,CAAO,EACzDE,SACLC,EAAWC,OAAOC,WAAW,oBAAoB,EAAEC,QACnDL,EAAiBM,SAASC,cAAc,kBAAkB,EAC5DL,GACFF,EAAeQ,MAAMC,QAAU,OAC/BT,EAAeQ,MAAME,oBAAsB,iBAC3CV,EAAeQ,MAAMG,IAAM,OAC3BX,EAAeQ,MAAMI,UAAY,QAEVC,IAAI,CACzBC,UAAW,mBACXC,MAAO,EACPC,KAAM,CAAA,EACNC,OAAQ,GACRC,IAAK,CAAA,EACLC,WAAY,CACVC,IAAK,CACHL,MAAO,CACT,EACAM,KAAM,CACJN,MAAO,CACT,CACF,CACF,CAAC,EAGP,CACF,CACD,GAAErB,OAAQC,IAAI"}