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 +4 -4
- data/app/assets/images/govuk_publishing_components/icon-search.svg +3 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_image-card.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_input.scss +1 -1
- data/app/views/govuk_publishing_components/components/feedback/_yes_no_banner.html.erb +1 -2
- data/config/locales/en.yml +2 -2
- data/lib/govuk_publishing_components/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04ff78073c27727492f6e443164f9d15d35abdc2e22ac407693c2de1150fac51
|
4
|
+
data.tar.gz: 22829eace73fc47e3d43e5848e4f8c8ddb8588562787e600c408ae6dc5d67a15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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("
|
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"
|
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 %>
|
data/config/locales/en.yml
CHANGED
@@ -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: '
|
234
|
-
href: "/
|
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)
|
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.
|
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:
|
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.
|
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
|