{"version":3,"file":"TEKsystems.SitecoreXP.CollapsiblePanel.js","names":["define","$","Init","on","this","closest","classList","remove","setAttribute"],"sources":["site/TEKsystems.SitecoreXP.CollapsiblePanel.js"],"mappings":"AAAAA,OAAO,CAAC,WAAW,SAAUC,GAS5B,MAAO,CACNC,KATD,WACqBD,EAAE,kEACXE,GAAG,SAAS,WACnBC,KAAKC,QAAQ,6BAA6BC,UAAUC,OAAO,MAC3DH,KAAKC,QAAQ,6BAA6BG,aAAa,gBAAiB,QAC5E,GACD,EAKD","sourcesContent":["define([\"jquery\"], function ($) {\r\n\tfunction Init() {\r\n\t var panelClose = $('.panel-collapse.collapse.container .btn.btn--close.close-panel');\r\n\t\tpanelClose.on(\"click\", function () {\r\n\t\t this.closest('.panel-collapse.container').classList.remove('in');\r\n\t\t this.closest('.panel-collapse.container').setAttribute('aria-expanded', 'false');\r\n\t\t});\r\n\t}\r\n\r\n\treturn {\r\n\t\tInit: Init\r\n\t};\r\n});"]}