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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cdf41c9c036ffe0122a00d9cda5483c76b1a98d717abfe645eb40e2c6daea9e1
|
4
|
+
data.tar.gz: bf83fabdd5e6a86b9fb74489e3dfdffc03afd231109f3a8f4451a9c32900174d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cdf4614dd7fdb99ff54416adbcb34624f377c3520ac529c5d705e5057f95fda145d4177d327fb91f7e55b9230e062ef1dc42339c09bb3510825d9b1cb2eb08e9
|
7
|
+
data.tar.gz: f47eca08480dc0d75a1be133d23eebf8d29edf0c68e31d9609b098b94e18731f38165bff89e697fa4d405c25b940e9b8d1f696e8b9cb7bed9fedfc17c93fb918
|
data/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss
CHANGED
@@ -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 =
|
5
|
+
gtm_attributes = []
|
6
6
|
gtm_attributes << "gtm_auth=" + gtm_auth if gtm_auth
|
7
|
-
gtm_attributes << "gtm_preview="
|
7
|
+
gtm_attributes << "gtm_preview=#{gtm_preview}>m_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],
|
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.
|
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-
|
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.
|
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
|