Skip to content

Commit

Permalink
Merge pull request #1367 from alphagov/remove-search-component
Browse files Browse the repository at this point in the history
Remove search component
  • Loading branch information
andysellick authored May 1, 2018
2 parents c63aa47 + a427460 commit e7e911e
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 385 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'sass-rails', "5.0.7"
gem 'asset_bom_removal-rails', '~> 1.0.0'
gem 'nokogiri', "~> 1.7"
gem 'redis', "~> 4.0.1"
gem 'govuk_publishing_components', '~> 7.0.0'
gem 'govuk_publishing_components', '~> 7.1.0'
gem 'govuk_app_config', '~> 1.4.1'

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ GEM
govuk_frontend_toolkit (7.5.0)
railties (>= 3.1.0)
sass (>= 3.2.0)
govuk_publishing_components (7.0.0)
govuk_publishing_components (7.1.0)
govspeak (>= 5.0.3)
govuk_app_config
govuk_frontend_toolkit
Expand Down Expand Up @@ -348,7 +348,7 @@ DEPENDENCIES
govuk-lint (~> 3.8.0)
govuk_app_config (~> 1.4.1)
govuk_frontend_toolkit (~> 7.5.0)
govuk_publishing_components (~> 7.0.0)
govuk_publishing_components (~> 7.1.0)
govuk_template (= 0.24.0)
image_optim (= 0.26.1)
jasmine-rails (~> 0.14.1)
Expand Down
Binary file removed app/assets/images/search-button.png
Binary file not shown.
33 changes: 0 additions & 33 deletions app/assets/javascripts/modules/toggle-input-class-on-focus.js

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/javascripts/start-modules.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// = require govuk/modules
// = require modules/sticky-element-container
// = require modules/toggle
// = require modules/toggle-input-class-on-focus
// = require modules/track-click
// = require modules/cross-domain-tracking

Expand Down
1 change: 0 additions & 1 deletion app/assets/stylesheets/govuk-component/_component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
@import "breadcrumbs";
@import "related-items";
@import "organisation-logo";
@import "search";
@import "button";
@import "lead-paragraph";
181 changes: 0 additions & 181 deletions app/assets/stylesheets/govuk-component/_search.scss

This file was deleted.

40 changes: 0 additions & 40 deletions app/views/govuk_component/docs/search.yml

This file was deleted.

24 changes: 0 additions & 24 deletions app/views/govuk_component/search.raw.html.erb

This file was deleted.

57 changes: 0 additions & 57 deletions spec/javascripts/modules/toggle-class-on-focus.spec.js

This file was deleted.

Loading

0 comments on commit e7e911e

Please sign in to comment.