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: 879f4ba4c3c7c007cc1717a1fea395a4301903e726797e7b3f1b2bffab91e0e6
4
- data.tar.gz: 67e9e5d9cfd66ada6af7ff07fcc25d5cc1c54da073c37068b2d02ba315114a92
3
+ metadata.gz: 783e6b85b53649ff2075bf833cfe3713ce018789f6ca8569a6d0fd5383628646
4
+ data.tar.gz: efe68ac7148834ab878113d659110abc33ef5c8a0f71667830f25cd585bb4d44
5
5
  SHA512:
6
- metadata.gz: 4758b11850fa4a982a022daaf82b3648fb2b43aca0051870a57673ad9c614521b9ee9d63abbb1e2ebc493edba67c9ab90e3e5dba6b10da32ad5943da89e5c35a
7
- data.tar.gz: 9c1170ca45ccc4a4321011661ebf0816091d0e9dff86a401e27ae41b8b67e17be5a1a0d630e1e42dd765aaf76979758732ae4b48b5021427b65c08c5b653c16f
6
+ metadata.gz: 1c6d4212608687f381b8084441552f1ea632e23fdc872862e809fcbf452b7b03f8fa4bc55344cd37bbdb5f07e5d127072d07b37fa1b94bdb785f35031b8fad31
7
+ data.tar.gz: 40afc265848b6c40680f0a3429ed683987caaad74c6f564a42689c21fa4423a09d7a072fbe1f84564809dc7e79398963d0435c35bc527ab0cd5c489f2b41a415
@@ -47,6 +47,9 @@
47
47
  @include bold-19;
48
48
  display: inline-block;
49
49
 
50
+ // There's a global h3 rule in some layouts that interferes with this component
51
+ margin-top: 0;
52
+
50
53
  &:focus {
51
54
  outline: 0;
52
55
  }
@@ -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 %>
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = '5.2.2'.freeze
2
+ VERSION = '5.2.3'.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: 5.2.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-26 00:00:00.000000000 Z
11
+ date: 2018-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails