govuk_publishing_components 21.41.3 → 21.41.4

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: 3881a8ec01d25b6d69386c04b1fe186cbefe5e0ec411810f338d6849deec0941
4
- data.tar.gz: 9c4887788399aecf0c5fc1322594f1175c6e3605d95a2e7fdf28c2a1e74238c7
3
+ metadata.gz: 9d4263852283a50336d43fdd7b56a06ab968227afcaa08b25181499c7e270855
4
+ data.tar.gz: af61816f2ef492f8a3ca62bb0eae3ed97e62779ff0fefdc43a782535139146bc
5
5
  SHA512:
6
- metadata.gz: 86e76781b26409df8586549c252a08c09ecf20b682654c44f5362bcb42fbc924ff2ba2dc1ce84fda0207e004d1f4b85d02a4157f8e43d0d9ceb7dc9db81f55ac
7
- data.tar.gz: 8d9ef9abbc9fda881f36f988e7713ce7d71682b09f13472c8b5851d2f621282467c189e66dfdcf93c96173bb7dbb78e7ae7701e5382ca2bfa85f48e28a75ccfe
6
+ metadata.gz: ecf6d158f9724bec8f9188c90f5b9800ccd3177f1ce46d46bb2a9e04875b9e180fb153bfa7922fd10029f0151b4da44f6734c264088ec8452c5a66bd9b8cd852
7
+ data.tar.gz: df909a799add5deaf886c14be12bd0265013149144d2790489809257bcefc8b39d59ea2c0da01a6004ad898c73e44433450f984c3312c7f0766d19c3e90e45bf
@@ -19,7 +19,7 @@
19
19
  %>
20
20
  <%= content_tag(:div, class: classes) do %>
21
21
  <% if context %>
22
- <span class="govuk-caption-xl" <%= "lang=#{context_locale}" if context_locale.present? %>>
22
+ <span class="govuk-caption-xl gem-c-title__context" <%= "lang=#{context_locale}" if context_locale.present? %>>
23
23
  <%= context_href ? link_to(context_text, context_href, class: 'gem-c-title__context-link govuk-link', data: context_data) : context_text %>
24
24
  </span>
25
25
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = "21.41.3".freeze
2
+ VERSION = "21.41.4".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: 21.41.3
4
+ version: 21.41.4
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: 2020-04-22 00:00:00.000000000 Z
11
+ date: 2020-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gds-api-adapters