govuk_publishing_components 39.2.2 → 39.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df7fbf03f91c150608c1ff35b2aa7334ece94615df55235111abe06a85cf68f2
4
- data.tar.gz: 1694a3f8918b05ad9b53d0790be258b802ea2d516e0e28539c46410c3529308c
3
+ metadata.gz: cdf41c9c036ffe0122a00d9cda5483c76b1a98d717abfe645eb40e2c6daea9e1
4
+ data.tar.gz: bf83fabdd5e6a86b9fb74489e3dfdffc03afd231109f3a8f4451a9c32900174d
5
5
  SHA512:
6
- metadata.gz: 6039fe4d93d1739878680bb30734d51d0cb87fc2f4daacbac67c45e0c725d2ba8e149a860f89df943668a88464b5a91e054dcd66c754bc8c92a0538d68a5eac1
7
- data.tar.gz: 2d30d358877b81f7d0a91d5fc2ac42d053eb1b77b3f48463f30f672a85133ecc42466bef0caf03814804296328a292c27544439fa158864497dffcd93c59f8aa
6
+ metadata.gz: cdf4614dd7fdb99ff54416adbcb34624f377c3520ac529c5d705e5057f95fda145d4177d327fb91f7e55b9230e062ef1dc42339c09bb3510825d9b1cb2eb08e9
7
+ data.tar.gz: f47eca08480dc0d75a1be133d23eebf8d29edf0c68e31d9609b098b94e18731f38165bff89e697fa4d405c25b940e9b8d1f696e8b9cb7bed9fedfc17c93fb918
@@ -96,3 +96,27 @@
96
96
  border-color: #045f71;
97
97
  }
98
98
  }
99
+
100
+ // This change should be removed after relevant govuk-frontend release
101
+
102
+ .brand--ministry-of-housing-communities-and-local-government {
103
+ .brand__color {
104
+ color: #00625e;
105
+
106
+ &:link,
107
+ &:visited,
108
+ &:active {
109
+ color: #00625e;
110
+ }
111
+
112
+ &:hover,
113
+ &:focus {
114
+ color: $govuk-focus-text-colour;
115
+ }
116
+ }
117
+
118
+ &.brand__border-color,
119
+ .brand__border-color {
120
+ border-color: #00625e;
121
+ }
122
+ }
@@ -2,11 +2,12 @@
2
2
  gtm_auth ||= nil
3
3
  gtm_preview ||= nil
4
4
 
5
- gtm_attributes = %w(gtm_cookies_win=x)
5
+ gtm_attributes = []
6
6
  gtm_attributes << "gtm_auth=" + gtm_auth if gtm_auth
7
- gtm_attributes << "gtm_preview=" + gtm_preview if gtm_preview
7
+ gtm_attributes << "gtm_preview=#{gtm_preview}&gtm_cookies_win=x" if gtm_preview
8
8
  gtm_attributes = gtm_attributes.join('&')
9
9
  %>
10
+
10
11
  <%= javascript_tag nonce: true do -%>
11
12
  (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
12
13
  new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = "39.2.2".freeze
2
+ VERSION = "39.2.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: 39.2.2
4
+ version: 39.2.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: 2024-07-08 00:00:00.000000000 Z
11
+ date: 2024-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: govuk_app_config
@@ -1605,7 +1605,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1605
1605
  - !ruby/object:Gem::Version
1606
1606
  version: '0'
1607
1607
  requirements: []
1608
- rubygems_version: 3.5.14
1608
+ rubygems_version: 3.5.15
1609
1609
  signing_key:
1610
1610
  specification_version: 4
1611
1611
  summary: A gem to document components in GOV.UK frontend applications