-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update govuk-frontend to v5.4.1 (#80)
- Loading branch information
Showing
177 changed files
with
4,287 additions
and
1,363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ node_modules | |
dist | ||
tests | ||
.mypy_cache | ||
govuk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "tbxforms", | ||
"version": "2.1.0", | ||
"version": "3.0.0", | ||
"main": "./dist/tbxforms.umd.js", | ||
"module": "./dist/tbxforms.es.js", | ||
"files": [ | ||
|
@@ -9,7 +9,7 @@ | |
"dist/**/*.scss" | ||
], | ||
"description": "A Torchbox-flavoured template pack for django-crispy-forms, adapted from crispy-forms-gds", | ||
"author": "Kyle Bayliss", | ||
"author": "Kyle Bayliss <[email protected]>", | ||
"private": false, | ||
"license": "BSD-2-Clause", | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "tbxforms" | ||
version = "2.1.0" | ||
version = "3.0.0" | ||
description = "A Torchbox-flavoured template pack for django-crispy-forms, adapted from crispy-forms-gds" | ||
authors = [ | ||
"Kyle Bayliss <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* | ||
Additional styles for our conditionally-required fields. | ||
*/ | ||
|
||
.tbxforms-conditional { | ||
border-left: $tbxforms-border-width solid $tbxforms-border-colour; | ||
padding-left: $tbxforms-gutter-half; | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.