govuk_publishing_components 21.38.2 → 21.38.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: e5154ff71f01476673ee4a91b9ce7bdcc980c1bb8ee7d7eb9767b8de3cd34bfa
4
- data.tar.gz: bb066f36dd9cf2d7923542d16c75073f6abade9c2b06c2898603f19e2404a468
3
+ metadata.gz: b58f173f9f7293159caa22be915eadd3e8d88bd1405ba2128cced392106a7073
4
+ data.tar.gz: 2b8f5ad7bc2014f80d873d51e285b17d775835ce60c696da2209476ab6497b49
5
5
  SHA512:
6
- metadata.gz: 27ec5dca6c1db11bb9fb01c22ce8bad05b78a6bc9e5a160db931e755fc6ea6ad19c58d6bada456a5f4d804ba19f7bfa68bf8ea4890f482c9696571f8bf76db40
7
- data.tar.gz: 3d05165b47f72e1f275615a8432b072a5c5fc1bb0821ad5a8f681d6747bf1013f7a41f50b3c35ea8594fd59fd26034f7daa8f6c71451c92369599349c99351bf
6
+ metadata.gz: 5f73383f94ce274af84456cb4156acc976900ef1f78721428450afd8c01de2862c8df80f3362b69e4add9a4faa510728aa0eeeb01455c20b95b12a186636e6dc
7
+ data.tar.gz: 83e2144af805cb09ad8f96f3a88b9c4fc14b04da4524bc7c5e6270e66953244b0513f890d6a18d22f7949bb65e7063b126e046ac483d8d32653ad983489dae5f
@@ -95,7 +95,7 @@
95
95
  // used on the coronavirus page
96
96
  // note that PHE already has a different brand colour, the brand
97
97
  // department-for-health is used on the PHE org page
98
- $gem-c-covid-yellow: #ffe817;
98
+ $gem-c-covid-yellow: #ffe114;
99
99
 
100
100
  .brand--public-health-england {
101
101
  &.brand__border-color,
@@ -69,7 +69,7 @@
69
69
  <% end %>
70
70
 
71
71
  <% if attachment.is_official_document %>
72
- <%= tag.p link_to("Order a copy", "https://www.gov.uk/guidance/how-to-buy-printed-copies-of-official-documents", class: "govuk-link", target: "_blank"),
72
+ <%= tag.p link_to("Order a copy", "https://www.gov.uk/guidance/how-to-buy-printed-copies-of-official-documents", class: "govuk-link govuk-link--no-visited-state", target: "_blank"),
73
73
  class: "gem-c-attachment__metadata" %>
74
74
  <% end %>
75
75
 
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = "21.38.2".freeze
2
+ VERSION = "21.38.3".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: 21.38.2
4
+ version: 21.38.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev