{"version":3,"file":"accordion_v2.min.js","sources":["accordion_v2.min.js"],"sourcesContent":["\"use strict\";\n\n(function ($, Drupal, once) {\n Drupal.behaviors.accordionV2 = {\n attach: function attach(context, settings) {\n $(once('accordion-v2', '.accordionv2', context)).each(function () {\n $(this).on('click', function () {\n $(this).toggleClass('active');\n var panel = $(this).next('.panel');\n if (panel.length) {\n if (panel.css('maxHeight') === '0px' || panel.css('maxHeight') === '') {\n // Expand the panel\n panel.css('maxHeight', panel[0].scrollHeight + 'px');\n } else {\n // Collapse the panel\n panel.css('maxHeight', '0px');\n }\n } else {\n console.warn('Panel not found for:', this);\n }\n });\n });\n }\n };\n})(jQuery, Drupal, once);"],"names":["$","Drupal","once","behaviors","accordionV2","attach","context","settings","each","this","on","toggleClass","panel","next","length","css","scrollHeight","console","warn","jQuery"],"mappings":"CAEA,CAAWA,EAAGC,EAAQC,KACpBD,EAAOE,UAAUC,YAAc,CAC7BC,OAAQ,SAAgBC,EAASC,GAC/BP,EAAEE,EAAK,eAAgB,eAAgBI,CAAO,CAAC,EAAEE,KAAK,WACpDR,EAAES,IAAI,EAAEC,GAAG,QAAS,WAClBV,EAAES,IAAI,EAAEE,YAAY,QAAQ,EAC5B,IAAIC,EAAQZ,EAAES,IAAI,EAAEI,KAAK,QAAQ,EAC7BD,EAAME,OACuB,QAA3BF,EAAMG,IAAI,WAAW,GAA0C,KAA3BH,EAAMG,IAAI,WAAW,EAE3DH,EAAMG,IAAI,YAAaH,EAAM,GAAGI,aAAe,IAAI,EAGnDJ,EAAMG,IAAI,YAAa,KAAK,EAG9BE,QAAQC,KAAK,uBAAwBT,IAAI,CAE7C,CAAC,CACH,CAAC,CACH,CACF,CACD,GAAEU,OAAQlB,OAAQC,IAAI"}