govuk_frontend_toolkit 4.15.0 → 4.16.0
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 +4 -4
- data/app/assets/CHANGELOG.md +4 -0
- data/app/assets/VERSION.txt +1 -1
- data/app/assets/images/crests/dit_crest_13px.png +0 -0
- data/app/assets/images/crests/dit_crest_13px_x2.png +0 -0
- data/app/assets/images/crests/dit_crest_18px.png +0 -0
- data/app/assets/images/crests/dit_crest_18px_x2.png +0 -0
- data/app/assets/images/crests/dit_crest_27px.png +0 -0
- data/app/assets/images/crests/dit_crest_27px_x2.png +0 -0
- data/app/assets/stylesheets/colours/_organisation.scss +3 -0
- metadata +8 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8d78b034387f7e07ff6601b7423888d4f01139b
|
|
4
|
+
data.tar.gz: 54e289f1be8fed978d64397235c06ce621d08c2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92669e848e59e466579feba8c5dce2c1dd2bd2bdfd6783e12031d6932726dcd4ab750aacc752ddb589025ab646992c6b0c1d45f5696d31cb448cb03f934ebd25
|
|
7
|
+
data.tar.gz: 6f01eac90b691452454e72f62bfcb157e3df5260991471f2f79ce2350f571b720c8b868b2ca006f26ba58d8fec30902e25f1188e3d240516e331cad753bae182
|
data/app/assets/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# 4.16.0
|
|
2
|
+
|
|
3
|
+
- Add Department for International Trade organisation ([PR #308](https://github.com/alphagov/govuk_frontend_toolkit/pull/308))
|
|
4
|
+
|
|
1
5
|
# 4.15.0
|
|
2
6
|
|
|
3
7
|
- Add support for Google Analytics fieldsObject ([PR #298](https://github.com/alphagov/govuk_frontend_toolkit/pull/298))
|
data/app/assets/VERSION.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.
|
|
1
|
+
4.16.0
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -18,6 +18,8 @@ $department-for-education-websafe: #347ca9;
|
|
|
18
18
|
$department-for-environment-food-rural-affairs: #00a33b;
|
|
19
19
|
$department-for-international-development: #002878;
|
|
20
20
|
$department-for-international-development-websafe: #405e9a;
|
|
21
|
+
$department-for-international-trade: #CF102D;
|
|
22
|
+
$department-for-international-trade-websafe: $link-colour;
|
|
21
23
|
$department-for-transport: #006c56;
|
|
22
24
|
$department-for-transport-websafe: #398373;
|
|
23
25
|
$department-for-work-pensions: #00beb7;
|
|
@@ -79,6 +81,7 @@ $all-organisation-brand-colours:
|
|
|
79
81
|
'department-for-education' $department-for-education $department-for-education-websafe,
|
|
80
82
|
'department-for-environment-food-rural-affairs' $department-for-environment-food-rural-affairs $department-for-environment-food-rural-affairs,
|
|
81
83
|
'department-for-international-development' $department-for-international-development $department-for-international-development-websafe,
|
|
84
|
+
'department-for-international-trade' $department-for-international-trade $department-for-international-trade-websafe,
|
|
82
85
|
'department-for-transport' $department-for-transport $department-for-transport-websafe,
|
|
83
86
|
'department-for-work-pensions' $department-for-work-pensions $department-for-work-pensions-websafe,
|
|
84
87
|
'department-of-energy-climate-change' $department-of-energy-climate-change $department-of-energy-climate-change-websafe,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_frontend_toolkit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.16.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Government Digital Service
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-08-
|
|
11
|
+
date: 2016-08-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -111,6 +111,12 @@ files:
|
|
|
111
111
|
- app/assets/images/crests/coastguard_18px_x2.png
|
|
112
112
|
- app/assets/images/crests/coastguard_27px.png
|
|
113
113
|
- app/assets/images/crests/coastguard_27px_x2.png
|
|
114
|
+
- app/assets/images/crests/dit_crest_13px.png
|
|
115
|
+
- app/assets/images/crests/dit_crest_13px_x2.png
|
|
116
|
+
- app/assets/images/crests/dit_crest_18px.png
|
|
117
|
+
- app/assets/images/crests/dit_crest_18px_x2.png
|
|
118
|
+
- app/assets/images/crests/dit_crest_27px.png
|
|
119
|
+
- app/assets/images/crests/dit_crest_27px_x2.png
|
|
114
120
|
- app/assets/images/crests/hmrc_crest_13px.png
|
|
115
121
|
- app/assets/images/crests/hmrc_crest_13px_x2.png
|
|
116
122
|
- app/assets/images/crests/hmrc_crest_18px.png
|