@hmcts/frontend
Advanced tools
Comparing version 0.0.19-alpha to 0.0.20-alpha
@@ -137,3 +137,3 @@ var HMCTSFrontend = {}; | ||
this.menuButton.attr('aria-expanded', 'false'); | ||
this.options.filter.container.hide(); | ||
this.options.filter.container.addClass('hmcts-hidden'); | ||
this.menuButton.text(this.options.toggleButton.showText); | ||
@@ -144,3 +144,3 @@ }; | ||
this.menuButton.attr('aria-expanded', 'true'); | ||
this.options.filter.container.show(); | ||
this.options.filter.container.removeClass('hmcts-hidden'); | ||
this.menuButton.text(this.options.toggleButton.hideText); | ||
@@ -147,0 +147,0 @@ }; |
@@ -64,3 +64,3 @@ HMCTSFrontend.FilterToggleButton = function(options) { | ||
this.menuButton.attr('aria-expanded', 'false'); | ||
this.options.filter.container.hide(); | ||
this.options.filter.container.addClass('hmcts-hidden'); | ||
this.menuButton.text(this.options.toggleButton.showText); | ||
@@ -71,3 +71,3 @@ }; | ||
this.menuButton.attr('aria-expanded', 'true'); | ||
this.options.filter.container.show(); | ||
this.options.filter.container.removeClass('hmcts-hidden'); | ||
this.menuButton.text(this.options.toggleButton.hideText); | ||
@@ -74,0 +74,0 @@ }; |
{ | ||
"name": "@hmcts/frontend", | ||
"description": "HMCTS Frontend contains the code you need to start building a user interface for HMCTS.", | ||
"version": "0.0.19-alpha", | ||
"version": "0.0.20-alpha", | ||
"main": "all.js", | ||
@@ -6,0 +6,0 @@ "sass": "all.scss", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
403364
90