Skip to content

Commit 50e5fda

Browse files
author
Vanita Barrett
authored
Merge pull request #2050 from alphagov/release-3.10.1
Release v3.10.1
2 parents 1b29a4a + ebd9613 commit 50e5fda

8 files changed

+48
-11
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 3.10.1 (Patch release)
6+
57
### Fixes
68

79
We’ve made fixes to GOV.UK Frontend in the following pull requests:

dist/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.0
1+
3.10.1

dist/govuk-frontend-3.10.0.min.css dist/govuk-frontend-3.10.1.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

dist/govuk-frontend-ie8-3.10.0.min.css dist/govuk-frontend-ie8-3.10.1.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package/govuk/components/notification-banner/_index.scss

+28-7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
border: $govuk-border-width solid $govuk-brand-colour;
77

8+
background-color: $govuk-brand-colour;
9+
810
&:focus {
911
outline: $govuk-focus-width solid $govuk-focus-colour;
1012
}
@@ -16,8 +18,6 @@
1618
// Ensures the notification header appears separate to the notification body text in high contrast mode
1719
border-bottom: 1px solid transparent;
1820

19-
background-color: $govuk-brand-colour;
20-
2121
@include govuk-media-query($from: tablet) {
2222
padding: 2px govuk-spacing(4) govuk-spacing(1);
2323
}
@@ -34,10 +34,33 @@
3434
}
3535

3636
.govuk-notification-banner__content {
37-
margin: govuk-spacing(3);
37+
$padding-tablet: govuk-spacing(4);
38+
@include govuk-text-colour;
39+
padding: govuk-spacing(3);
40+
41+
background-color: $govuk-body-background-colour;
3842

3943
@include govuk-media-query($from: tablet) {
40-
margin: govuk-spacing(4);
44+
padding: $padding-tablet;
45+
}
46+
47+
// Wrap content at the same place that a 2/3 grid column ends, to maintain
48+
// shorter line-lengths when the notification banner is full width
49+
> * {
50+
// When elements have their own padding (like lists), include the padding
51+
// in the max-width calculation
52+
box-sizing: border-box;
53+
54+
// Calculate the internal width of a two-thirds column...
55+
$two-col-width: ($govuk-page-width * 2 / 3) - ($govuk-gutter * 1 / 3);
56+
57+
// ...and then factor in the left border and padding
58+
$banner-exterior: ($padding-tablet + $govuk-border-width);
59+
max-width: $two-col-width - $banner-exterior;
60+
}
61+
62+
> :last-child {
63+
margin-bottom: 0;
4164
}
4265
}
4366

@@ -57,9 +80,7 @@
5780
.govuk-notification-banner--success {
5881
border-color: $govuk-success-colour;
5982

60-
.govuk-notification-banner__header {
61-
background-color: $govuk-success-colour;
62-
}
83+
background-color: $govuk-success-colour;
6384

6485
.govuk-notification-banner__link {
6586
@include govuk-link-style-success;

package/govuk/components/notification-banner/fixtures.json

+14
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,20 @@
4545
},
4646
"html": "<div class=\"govuk-notification-banner\" role=\"region\"\n aria-labelledby=\"govuk-notification-banner-title\"\n data-module=\"govuk-notification-banner\">\n <div class=\"govuk-notification-banner__header\">\n <h2 class=\"govuk-notification-banner__title\" id=\"govuk-notification-banner-title\" >\n Important\n </h2>\n </div>\n <div class=\"govuk-notification-banner__content\"><h3 class=\"govuk-notification-banner__heading\">4 files uploaded</h3>\n<ul class=\"govuk-list govuk-list--bullet govuk-!-margin-bottom-0\">\n <li><a href=\"#\" class=\"govuk-notification-banner__link\">government-strategy.pdf</a></li>\n <li><a href=\"#\" class=\"govuk-notification-banner__link\">government-strategy-v2.pdf</a></li>\n <li><a href=\"#\" class=\"govuk-notification-banner__link\">government-strategy-v3-FINAL.pdf</a></li>\n <li><a href=\"#\" class=\"govuk-notification-banner__link\">government-strategy-v4-FINAL-v2.pdf</a></li>\n</ul>\n</div>\n</div>"
4747
},
48+
{
49+
"name": "with long heading",
50+
"options": {
51+
"text": "This publication was withdrawn on 7 March 2014, before being sent in, sent back, queried, lost, found, subjected to public inquiry, lost again, and finally buried in soft peat for three months and recycled as firelighters."
52+
},
53+
"html": "<div class=\"govuk-notification-banner\" role=\"region\"\n aria-labelledby=\"govuk-notification-banner-title\"\n data-module=\"govuk-notification-banner\">\n <div class=\"govuk-notification-banner__header\">\n <h2 class=\"govuk-notification-banner__title\" id=\"govuk-notification-banner-title\" >\n Important\n </h2>\n </div>\n <div class=\"govuk-notification-banner__content\">\n <p class=\"govuk-notification-banner__heading\">This publication was withdrawn on 7 March 2014, before being sent in, sent back, queried, lost, found, subjected to public inquiry, lost again, and finally buried in soft peat for three months and recycled as firelighters.</p></div>\n</div>"
54+
},
55+
{
56+
"name": "with lots of content",
57+
"options": {
58+
"html": "<h3 class=\"govuk-notification-banner__heading\">\n Check if you need to apply the reverse charge to this application\n</h3> <p class=\"govuk-body\">You will have to apply the <a href=\"#\" class=\"govuk-notification-banner__link\">reverse charge</a> if the applicant supplies any of these services:</p> <ul class=\"govuk-list govuk-list--bullet govuk-list--spaced\">\n <li>\n constructing, altering, repairing, extending, demolishing or dismantling buildings or structures (whether permanent or not), including offshore installation services\n </li>\n <li>\n constructing, altering, repairing, extending, demolishing of any works forming, or planned to form, part of the land, including (in particular) walls, roadworks, power lines, electronic communications equipment, aircraft runways, railways, inland waterways, docks and harbours\n </li>\n</ul>\n"
59+
},
60+
"html": "<div class=\"govuk-notification-banner\" role=\"region\"\n aria-labelledby=\"govuk-notification-banner-title\"\n data-module=\"govuk-notification-banner\">\n <div class=\"govuk-notification-banner__header\">\n <h2 class=\"govuk-notification-banner__title\" id=\"govuk-notification-banner-title\" >\n Important\n </h2>\n </div>\n <div class=\"govuk-notification-banner__content\"><h3 class=\"govuk-notification-banner__heading\">\n Check if you need to apply the reverse charge to this application\n</h3> <p class=\"govuk-body\">You will have to apply the <a href=\"#\" class=\"govuk-notification-banner__link\">reverse charge</a> if the applicant supplies any of these services:</p> <ul class=\"govuk-list govuk-list--bullet govuk-list--spaced\">\n <li>\n constructing, altering, repairing, extending, demolishing or dismantling buildings or structures (whether permanent or not), including offshore installation services\n </li>\n <li>\n constructing, altering, repairing, extending, demolishing of any works forming, or planned to form, part of the land, including (in particular) walls, roadworks, power lines, electronic communications equipment, aircraft runways, railways, inland waterways, docks and harbours\n </li>\n</ul>\n</div>\n</div>"
61+
},
4862
{
4963
"name": "auto-focus disabled, with type as success",
5064
"options": {

package/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "govuk-frontend",
33
"description": "GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.",
4-
"version": "3.10.0",
4+
"version": "3.10.1",
55
"main": "govuk/all.js",
66
"sass": "govuk/all.scss",
77
"engines": {

0 commit comments

Comments
 (0)