govuk_publishing_components 61.0.1 → 61.0.2

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: a3debff87d704a1f1714654c1c760afac536d24bce1a6c39f766aadf81a03f46
4
- data.tar.gz: 9d6f03250416fe1614ffdc353aec47fbe22ba63ada8445febbe51dff717f26f4
3
+ metadata.gz: 2550a5fdfa1c9f33469eea830d88ca6702cc10ab9e1cc75ca721d8c4d073f3e6
4
+ data.tar.gz: bbb8d75190a747fdd19fe5ed2857e7d11c896a4189dedde87ad65016ca4b4795
5
5
  SHA512:
6
- metadata.gz: a9a7cee32c1ad61c3dcf0d235697611821a5d7cbd564d5e0b07bd8e1fd5fb74eeb51e251b99c25b2507d114399009e7e404de65837387bb54dc5ddeb85fdaf32
7
- data.tar.gz: 003c979bdb12a103e2701dc8459026f475bc4bc77294e58b7d148125d535cfedfffd751c3ab52245eeb84ecd3dac64ef9b8b217375fa9430d1636d5a65a58ba2
6
+ metadata.gz: 3105c73f3b41f4a506cca864ade2f970cb6ae4b3d03728f8194e38f98a808cd4dd369fe61447b3d6c8cc668b229c96c7240be72109cbaf509bf2fa4bc8a29378
7
+ data.tar.gz: 9365ffb6749b04927713fb96c1804797e9cd27d4a4c1508fa553a1a4e55269e1e38ad55642f43fcd46d657c95e8b044e4c55561a7d2e933a49dbf21658ad5fc1
@@ -151,7 +151,7 @@ $search-icon-height: 20px;
151
151
  .gem-c-layout-super-navigation-header__search-item {
152
152
  margin-right: -15px;
153
153
 
154
- @include govuk-media-query($from: "desktop") {
154
+ @include govuk-media-query($from: "tablet") {
155
155
  margin-right: 0;
156
156
  }
157
157
  }
@@ -7,6 +7,7 @@
7
7
  color: $govuk-link-colour;
8
8
  cursor: pointer;
9
9
  background: none;
10
+ @include govuk-font(16);
10
11
 
11
12
  &:focus {
12
13
  border-color: transparent;
@@ -19,7 +19,7 @@
19
19
  }
20
20
 
21
21
  .gem-c-summary-banner__title {
22
- margin-bottom: govuk-spacing(6);
22
+ margin: 0 0 govuk-spacing(6) 0;
23
23
  color: govuk-colour("white");
24
24
  @include govuk-font(27, $weight: bold);
25
25
  }
@@ -31,7 +31,7 @@
31
31
  <input type="hidden" name="link" value="<%= spnb_helper.base_path %>">
32
32
  <% end %>
33
33
  <%= content_tag(:button, button_text, {
34
- class: "govuk-body-s gem-c-single-page-notification-button__submit",
34
+ class: "gem-c-single-page-notification-button__submit",
35
35
  type: "submit",
36
36
  data: {
37
37
  ga4_link: ga4_link_data_attributes,
@@ -17,7 +17,7 @@
17
17
  %>
18
18
  <% if title.present? && text.present? %>
19
19
  <%= tag.section(**component_helper.all_attributes) do %>
20
- <h2 class="gem-c-summary-banner__title govuk-heading-m" id="<%= title_id %>"><%= title %></h2>
20
+ <h2 class="gem-c-summary-banner__title" id="<%= title_id %>"><%= title %></h2>
21
21
  <p class="gem-c-summary-banner__text">
22
22
  <%= text %>
23
23
  </p>
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = "61.0.1".freeze
2
+ VERSION = "61.0.2".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_publishing_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 61.0.1
4
+ version: 61.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev