govuk_frontend_toolkit 4.6.0 → 4.6.1
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/.travis.yml +1 -0
- data/app/assets/CHANGELOG.md +4 -0
- data/app/assets/README.md +15 -1
- data/app/assets/VERSION.txt +1 -1
- data/app/assets/stylesheets/_colours.scss +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3779c00293b0da0da9ee29c55858b374ad0ef687
|
|
4
|
+
data.tar.gz: 7056419a578825e7a121e77aa3e5d452e17c86f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 725c9056c9c9df4776ba0739ac759a3f8c2b718b95692e5feea94e81f7dbd54db9c6af05f0820ea29d0a8e30a984f5e33cb9fecd5be4890c911242244c901ab1
|
|
7
|
+
data.tar.gz: c304286d59fdeacf68d1c8adb1c8903ea4ef816263cd35e24af9beaff21bd175007d2d3c74e393d9596b1d534c2ef46b949e70a9a3bc895b9be9e1efece88855
|
data/app/assets/.travis.yml
CHANGED
data/app/assets/CHANGELOG.md
CHANGED
data/app/assets/README.md
CHANGED
|
@@ -43,7 +43,21 @@ compatible versions include `node-sass` 1.0.0, `grunt-sass` 0.16.0,
|
|
|
43
43
|
|
|
44
44
|
### Other projects
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
#### Using the tagged versions
|
|
47
|
+
|
|
48
|
+
Each version of the toolkit is tagged with the version number in this format:
|
|
49
|
+
|
|
50
|
+
`v*version number*`, for example `v4.1.1` for version 4.1.1.
|
|
51
|
+
|
|
52
|
+
If your dependency management tool allows the use of Git repositories as dependencies, you can point to a version by using its tag.
|
|
53
|
+
|
|
54
|
+
For example, if you are using [bower](http://bower.io), you can add the toolkit to your `bower.json` like so:
|
|
55
|
+
|
|
56
|
+
`"govuk_frontend_toolkit": "git://github.com/alphagov/govuk_frontend_toolkit#v4.1.1"` (assuming you want version 4.1.1)
|
|
57
|
+
|
|
58
|
+
#### Using git submodules
|
|
59
|
+
|
|
60
|
+
You can include the toolkit as a [git submodule][https://git-scm.com/book/en/v2/Git-Tools-Submodules].
|
|
47
61
|
|
|
48
62
|
[git submodule]: https://www.kernel.org/pub/software/scm/git/docs/git-submodule.html
|
|
49
63
|
|
data/app/assets/VERSION.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.6.
|
|
1
|
+
4.6.1
|
|
@@ -91,8 +91,8 @@ $white: #fff;
|
|
|
91
91
|
|
|
92
92
|
// Semantic colour names
|
|
93
93
|
$link-colour: $govuk-blue;
|
|
94
|
-
$link-active-colour:
|
|
95
|
-
$link-hover-colour:
|
|
94
|
+
$link-active-colour: $light-blue;
|
|
95
|
+
$link-hover-colour: $light-blue;
|
|
96
96
|
$link-visited-colour: #4c2c92;
|
|
97
97
|
$button-colour: #00823b;
|
|
98
98
|
$focus-colour: $yellow;
|
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.6.
|
|
4
|
+
version: 4.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bradley Wright
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-01-
|
|
11
|
+
date: 2016-01-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|