Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 38 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@defra/forms-model": "^3.0.668",
"@defra/forms-model": "^3.0.673",
"@defra/hapi-tracing": "^1.29.0",
"@defra/interactive-map": "^0.0.22-alpha",
"@elastic/ecs-pino-format": "^1.5.0",
Expand Down
4 changes: 4 additions & 0 deletions src/client/stylesheets/_prose.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
@extend %govuk-body-m;
}

> :last-child {
margin-bottom: 0;
}

strong,
b {
@include govuk-typography-weight-bold;
Expand Down
19 changes: 19 additions & 0 deletions src/server/forms/simple-form.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,25 @@ pages:
id: '00738799-3489-4ab2-a57b-542eecb31bfa'
next: []
id: da0fbdb4-a2de-4650-be16-9ba552af135f
- title: ''
path: '/notification-demo'
components:
- type: NotificationBanner
title: Important
name: notificationImportant
content: 'Contact us if you need [help with your application](https://www.defra.gov.uk).'
options:
heading: There may be a delay in processing your application.
id: ca6b6590-1608-49f4-82f9-9d92e38e66ea
- type: NotificationBanner
title: Success
name: notificationSuccess
content: 'Your application has been submitted.'
options:
type: success
id: b6960f4b-d771-4956-9c9b-17da5c603062
next: []
id: be4b4b86-514c-43bb-8cdc-f9aed6155924
- id: 449a45f6-4541-4a46-91bd-8b8931b07b50
title: ''
path: '/summary'
Expand Down
Loading
Loading