govuk_publishing_components 34.1.3 → 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: e0b1fccd709eb5b877b928a8e95314a52a49c1dd71109c0d8d5cff20f7ae21a9
4
- data.tar.gz: dfb9c6d8622042746eeef33678aa7003fe221742b340009baf5da77b8161f361
3
+ metadata.gz: 04ff78073c27727492f6e443164f9d15d35abdc2e22ac407693c2de1150fac51
4
+ data.tar.gz: 22829eace73fc47e3d43e5848e4f8c8ddb8588562787e600c408ae6dc5d67a15
5
5
  SHA512:
6
- metadata.gz: 10efd713dee78ba7f4269b875f9f0bada2d9c14e0e6ec365ff033c93a0177b640f346bd772398495a8f3a3b310960ea22134835b954315a3f6e75b055295828d
7
- data.tar.gz: 65ad5274be8e2b81425deb4e2bec19eb7fe00515abd33a6ef35f8df9db757ca7b2e040ddaacca280eb330300aeeb9f434540106ec04a2c965cbab8e9faa4b739
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>
@@ -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
@@ -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.3".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.3
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-29 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.4.1
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