{"version":3,"file":"script.min.js","sources":["../../../../block-editor/blocks/tabs-slider/script.js"],"sourcesContent":["\n/* When the user clicks on the button,\ntoggle between hiding and showing the dropdown content */\nvar tabsSliderDropdown = document.getElementById(\"tabsSliderDropdown\")\n\nvar clickHandler1 = function () {\n tabsSliderDropdown.classList.toggle(\"showSection\")\n const link1 = document.getElementById(\"dropdownNav\")\n link1.classList.toggle(\"show\")\n}\n\nif (tabsSliderDropdown)\n tabsSliderDropdown.addEventListener('click', clickHandler1)\n\n"],"names":["tabsSliderDropdown","document","getElementById","addEventListener","classList","toggle"],"mappings":"yBAGA,IAAIA,EAAqBC,SAASC,eAAe,sBAQ7CF,GACFA,EAAmBG,iBAAiB,SAPlB,WAChBH,EAAmBI,UAAUC,OAAO,eACtBJ,SAASC,eAAe,eAChCE,UAAUC,OAAO"}