govuk_publishing_components 34.1.2 → 34.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43385cde14c629a561f9ae80f59dd0f3f6e13cfc7e1c6a52c7f0e41621e46793
4
- data.tar.gz: 9a8da17e543ac01e2acd47b35f99bc4be6bfd7a074e27bfc3b5b6dad4b97752f
3
+ metadata.gz: 04ff78073c27727492f6e443164f9d15d35abdc2e22ac407693c2de1150fac51
4
+ data.tar.gz: 22829eace73fc47e3d43e5848e4f8c8ddb8588562787e600c408ae6dc5d67a15
5
5
  SHA512:
6
- metadata.gz: 2ef1f2316118d185e3a66421b4d35b7dbd777df722a0aac0c6ee11d527cf3803160e1b2fd7356720a6c3b6acf3d141f78b1795c6aaccd578aa43bee95f04b26e
7
- data.tar.gz: 5a0e0db42862047988d6dd1f7a5909fa67512ac1adf733aed0f079aa64f0ff051e42bd6c5bf0ea765ede7f361f4636a49af153083d6bfa509d4a7267e2c26355
6
+ metadata.gz: d47fbb815b2d0538852f85e51d847d2fde2f93d88c043ced2209bcf186618e057423adf39742f204170464b76423321e571be23b94105ffab5eba1bc9824c935
7
+ data.tar.gz: a61767144465f49e6668ec69ed7b0b705685295930e19205ddd0e134f7cbd34e1e29460c8c4528df78206afb6ef3d63ee71a6911d1d55a07d81f24e6dca9e7f6
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36" width="40" height="40">
2
+ <path d="M25.7 24.8L21.9 21c.7-1 1.1-2.2 1.1-3.5 0-3.6-2.9-6.5-6.5-6.5S10 13.9 10 17.5s2.9 6.5 6.5 6.5c1.6 0 3-.6 4.1-1.5l3.7 3.7 1.4-1.4zM12 17.5c0-2.5 2-4.5 4.5-4.5s4.5 2 4.5 4.5-2 4.5-4.5 4.5-4.5-2-4.5-4.5z" fill="currentColor"/>
3
+ </svg>
@@ -131,7 +131,7 @@
131
131
  list-style: none;
132
132
 
133
133
  .gem-c-image-card__list-item {
134
- margin-bottom: govuk-spacing(1);
134
+ margin-bottom: govuk-spacing(2);
135
135
  }
136
136
 
137
137
  .gem-c-image-card__list-item--text {
@@ -10,7 +10,7 @@ $search-icon-size: 40px;
10
10
  width: $search-icon-size;
11
11
  height: $search-icon-size;
12
12
  height: govuk-px-to-rem($search-icon-size);
13
- background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='40' height='40'%3E%3Cpath d='M25.7 24.8L21.9 21c.7-1 1.1-2.2 1.1-3.5 0-3.6-2.9-6.5-6.5-6.5S10 13.9 10 17.5s2.9 6.5 6.5 6.5c1.6 0 3-.6 4.1-1.5l3.7 3.7 1.4-1.4zM12 17.5c0-2.5 2-4.5 4.5-4.5s4.5 2 4.5 4.5-2 4.5-4.5 4.5-4.5-2-4.5-4.5z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E") no-repeat -3px center;
13
+ background: image-url("govuk_publishing_components/icon-search.svg") no-repeat -3px center;
14
14
  }
15
15
 
16
16
  // this overrides styles from static that break the look of the component
@@ -4,7 +4,7 @@
4
4
  <div class="gem-c-feedback__prompt-question-answer">
5
5
  <h2 class="gem-c-feedback__prompt-question"><%= t("components.feedback.is_this_page_useful") %></h2>
6
6
  <ul class="gem-c-feedback__option-list">
7
- <li class="gem-c-feedback__option-list-item govuk-visually-hidden" style="display: none" hidden>
7
+ <li class="gem-c-feedback__option-list-item govuk-visually-hidden" hidden>
8
8
  <% # Maybe button exists only to try and capture clicks by bots %>
9
9
  <%= link_to "/contact/govuk", {
10
10
  class: 'gem-c-feedback__prompt-link',
@@ -13,7 +13,6 @@
13
13
  'track-action' => 'ffMaybeClick'
14
14
  },
15
15
  role: 'button',
16
- style: 'display: none',
17
16
  hidden: 'hidden',
18
17
  'aria-hidden': 'true',
19
18
  } do %>
@@ -230,8 +230,8 @@ en:
230
230
  popular_links:
231
231
  - label: Check benefits and financial support you can get
232
232
  href: "/check-benefits-financial-support"
233
- - label: 'Limits on energy prices: Energy Price Guarantee'
234
- href: "/government/publications/energy-bills-support/energy-bills-support-factsheet-8-september-2022"
233
+ - label: 'Find out about the Energy Bills Support Scheme'
234
+ href: "/guidance/getting-the-energy-bills-support-scheme-discount"
235
235
  - label: Find a job
236
236
  href: "/find-a-job"
237
237
  - label: Coronavirus (COVID-19)
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = "34.1.2".freeze
2
+ VERSION = "34.2.0".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_publishing_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 34.1.2
4
+ version: 34.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-22 00:00:00.000000000 Z
11
+ date: 2023-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: govuk_app_config
@@ -420,6 +420,7 @@ files:
420
420
  - app/assets/images/govuk_publishing_components/icon-important.svg
421
421
  - app/assets/images/govuk_publishing_components/icon-print-2x.png
422
422
  - app/assets/images/govuk_publishing_components/icon-print.png
423
+ - app/assets/images/govuk_publishing_components/icon-search.svg
423
424
  - app/assets/images/govuk_publishing_components/image-card-srcset/cop26-170.jpg
424
425
  - app/assets/images/govuk_publishing_components/image-card-srcset/cop26-240.jpg
425
426
  - app/assets/images/govuk_publishing_components/image-card-srcset/cop26-320.jpg
@@ -1368,7 +1369,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1368
1369
  - !ruby/object:Gem::Version
1369
1370
  version: '0'
1370
1371
  requirements: []
1371
- rubygems_version: 3.3.26
1372
+ rubygems_version: 3.4.2
1372
1373
  signing_key:
1373
1374
  specification_version: 4
1374
1375
  summary: A gem to document components in GOV.UK frontend applications