govuk_publishing_components 34.1.1 → 34.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/_image-card.scss +1 -1
- data/app/views/govuk_publishing_components/components/feedback/_yes_no_banner.html.erb +1 -2
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/govuk-frontend/govuk/helpers/_focused.scss +5 -0
- data/node_modules/govuk-frontend/package.json +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0b1fccd709eb5b877b928a8e95314a52a49c1dd71109c0d8d5cff20f7ae21a9
|
|
4
|
+
data.tar.gz: dfb9c6d8622042746eeef33678aa7003fe221742b340009baf5da77b8161f361
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10efd713dee78ba7f4269b875f9f0bada2d9c14e0e6ec365ff033c93a0177b640f346bd772398495a8f3a3b310960ea22134835b954315a3f6e75b055295828d
|
|
7
|
+
data.tar.gz: 65ad5274be8e2b81425deb4e2bec19eb7fe00515abd33a6ef35f8df9db757ca7b2e040ddaacca280eb330300aeeb9f434540106ec04a2c965cbab8e9faa4b739
|
|
@@ -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 %>
|
|
@@ -25,4 +25,9 @@
|
|
|
25
25
|
// When link is focussed, hide the default underline since the
|
|
26
26
|
// box shadow adds the "underline"
|
|
27
27
|
text-decoration: none;
|
|
28
|
+
|
|
29
|
+
// When a focused box is broken by e.g. a line break, ensure that the
|
|
30
|
+
// box-shadow is applied to each fragment independently.
|
|
31
|
+
-webkit-box-decoration-break: clone;
|
|
32
|
+
box-decoration-break: clone;
|
|
28
33
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "govuk-frontend",
|
|
3
3
|
"description": "GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.",
|
|
4
|
-
"version": "4.4.
|
|
4
|
+
"version": "4.4.1",
|
|
5
5
|
"main": "govuk/all.js",
|
|
6
6
|
"module": "govuk-esm/all.mjs",
|
|
7
7
|
"exports": {
|
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.
|
|
4
|
+
version: 34.1.3
|
|
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-
|
|
11
|
+
date: 2022-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: govuk_app_config
|
|
@@ -1368,7 +1368,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1368
1368
|
- !ruby/object:Gem::Version
|
|
1369
1369
|
version: '0'
|
|
1370
1370
|
requirements: []
|
|
1371
|
-
rubygems_version: 3.
|
|
1371
|
+
rubygems_version: 3.4.1
|
|
1372
1372
|
signing_key:
|
|
1373
1373
|
specification_version: 4
|
|
1374
1374
|
summary: A gem to document components in GOV.UK frontend applications
|