govuk_frontend_toolkit 4.14.0 → 4.14.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/CHANGELOG.md +4 -0
- data/app/assets/VERSION.txt +1 -1
- data/app/assets/stylesheets/_typography.scss +7 -8
- 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: 7e930f48d96df464b6a83f79a134a2a832dbbf85
|
4
|
+
data.tar.gz: 6912fbfef5c5057925daef6c3f6365ae21aafc5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34cc0e0e7b403de73f533017cac23caa7204fbf1fc327ce085b41da790c2a973ac7321a67251dc95a5895031f2a619800febb93f962fcb9545dc17146c59106d
|
7
|
+
data.tar.gz: 995e4a9864de22fceecad8ba353c205ba85a4c8e853f1f0b934a5b63892295f44dd4fb4cb22107192548adadc0cab27fe774e95d00b0cdd699f3c9f56d83c3a7
|
data/app/assets/CHANGELOG.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
# 4.14.1
|
2
|
+
|
3
|
+
- Fix tabular number sizing in Firefox ([PR #301](https://github.com/alphagov/govuk_frontend_toolkit/pull/301))
|
4
|
+
|
1
5
|
# 4.14.0
|
2
6
|
|
3
7
|
- Allow use of multiple GA customDimensionIndex. See [this section](https://github.com/alphagov/govuk_frontend_toolkit/blob/master/docs/javascript.md#using-google-custom-dimensions-with-your-own-statistical-model) of the documentation for more information.
|
data/app/assets/VERSION.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
4.14.
|
1
|
+
4.14.1
|
@@ -27,20 +27,19 @@ $is-print: false !default;
|
|
27
27
|
font-family: $Print-reset;
|
28
28
|
} @else {
|
29
29
|
font-family: $toolkit-font-stack;
|
30
|
+
@if $toolkit-font-stack == "$NTA-Light" {
|
31
|
+
@if $font-weight > 400 {
|
32
|
+
font-size-adjust: 0.525;
|
33
|
+
} @else {
|
34
|
+
font-size-adjust: 0.5;
|
35
|
+
}
|
36
|
+
}
|
30
37
|
}
|
31
38
|
font-size: $font-size-640;
|
32
39
|
line-height: $line-height-640;
|
33
40
|
font-weight: $font-weight;
|
34
41
|
text-transform: none;
|
35
42
|
|
36
|
-
@if $toolkit-font-stack == $NTA-Light {
|
37
|
-
@if $font-weight > 400 {
|
38
|
-
font-size-adjust: 0.525;
|
39
|
-
} @else {
|
40
|
-
font-size-adjust: 0.5;
|
41
|
-
}
|
42
|
-
}
|
43
|
-
|
44
43
|
@include media(tablet) {
|
45
44
|
font-size: $font-size;
|
46
45
|
line-height: $line-height;
|
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.14.
|
4
|
+
version: 4.14.1
|
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-
|
11
|
+
date: 2016-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|