{ "version": 3, "sources": ["hide_without_javascript_controller-19019e79.js"], "sourcesContent": ["import { Controller } from \"@hotwired/stimulus\"\n\nexport default class extends Controller {\n static classes = [ \"hidden\" ]\n\n connect() {\n this.element.classList.remove(this.hiddenClass)\n }\n\n // This code seems unnecessary since the point of the controller is to hide things\n // when JavaScript is disabled\n // disconnect() {\n // this.element.classList.add(this.hiddenClass)\n // }\n}"], "mappings": "wKAAA,gDAEA,qBAAO,SAAsB,EAAW,CAGtC,SAAU,CACR,KAAK,QAAQ,UAAU,OAAO,KAAK,WAAW,CAChD,CAOF,CAXS,EADT,EACS,UAAU,CAAE,QAAS", "names": [] }