govuk_publishing_components 5.2.2 → 5.2.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 783e6b85b53649ff2075bf833cfe3713ce018789f6ca8569a6d0fd5383628646
|
|
4
|
+
data.tar.gz: efe68ac7148834ab878113d659110abc33ef5c8a0f71667830f25cd585bb4d44
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c6d4212608687f381b8084441552f1ea632e23fdc872862e809fcbf452b7b03f8fa4bc55344cd37bbdb5f07e5d127072d07b37fa1b94bdb785f35031b8fad31
|
|
7
|
+
data.tar.gz: 40afc265848b6c40680f0a3429ed683987caaad74c6f564a42689c21fa4423a09d7a072fbe1f84564809dc7e79398963d0435c35bc527ab0cd5c489f2b41a415
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
'track-action' => 'ffNoClick'
|
|
25
25
|
},
|
|
26
26
|
'aria-controls': 'page-is-not-useful',
|
|
27
|
-
'aria-expanded': false
|
|
27
|
+
'aria-expanded': false,
|
|
28
|
+
'role': 'button'
|
|
28
29
|
} do %>
|
|
29
30
|
No <span class="visually-hidden">this page is not useful</span>
|
|
30
31
|
<% end %>
|
|
@@ -36,7 +37,8 @@
|
|
|
36
37
|
'track-action' => 'GOV.UK Open Form'
|
|
37
38
|
},
|
|
38
39
|
'aria-controls': 'something-is-wrong',
|
|
39
|
-
'aria-expanded': false
|
|
40
|
+
'aria-expanded': false,
|
|
41
|
+
'role': 'button'
|
|
40
42
|
} do %>
|
|
41
43
|
Is there anything wrong with this page?
|
|
42
44
|
<% 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: 5.2.
|
|
4
|
+
version: 5.2.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: 2018-02-
|
|
11
|
+
date: 2018-02-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|