-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimisations and improvements (#142)
* Removed and rename some components * Update fixtures * Remove old components from package test * Remove old components from prototype kit test * Reduce number of colour mixins to decrease package size * Update CHANGELOG.md * Fix prototype kit test * Allow manual build on PR * Allow manual build on PR * Allow manual build on PR * Change nullish coalescing to || * Allow manual build on PR * Split form-error CSS variable * Fix error message colour * Split out form colour stories * Split out component SCSS for presentation and forms * Move grid to utilities * Fix conflicting container/ul styles * Update package test * Update gallery fixtures * Remove some reset rules * Add reset for lists * Force rebuild on manual PR run * Fix button colours on accented backgrounds * Fix PR workflow logic
- Loading branch information
Showing
94 changed files
with
764 additions
and
1,695 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@use "checkboxes"; | ||
@use "date-input"; | ||
@use "date-search"; | ||
@use "error-summary"; | ||
@use "radios"; | ||
@use "search-field"; | ||
@use "select"; | ||
@use "text-input"; | ||
@use "textarea"; |
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,35 +1,2 @@ | ||
@use "accordion"; | ||
@use "breadcrumbs"; | ||
@use "button"; | ||
@use "card"; | ||
@use "checkboxes"; | ||
@use "compound-filters"; | ||
@use "cookie-banner"; | ||
@use "date-input"; | ||
@use "date-search"; | ||
@use "details"; | ||
@use "error-summary"; | ||
@use "featured-records"; | ||
@use "files"; | ||
@use "footer"; | ||
@use "gallery"; | ||
@use "global-header"; | ||
@use "grid"; | ||
@use "header"; | ||
@use "hero"; | ||
@use "index-grid"; | ||
@use "pagination"; | ||
@use "phase-banner"; | ||
@use "picture"; | ||
@use "quick-filters"; | ||
@use "radios"; | ||
@use "sensitive-image"; | ||
@use "search-field"; | ||
@use "search-filters"; | ||
@use "select"; | ||
@use "sidebar"; | ||
@use "skip-link"; | ||
@use "tabs"; | ||
@use "text-input"; | ||
@use "textarea"; | ||
@use "warning"; | ||
@use "presentation"; | ||
@use "forms"; |
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,23 @@ | ||
@use "accordion"; | ||
@use "breadcrumbs"; | ||
@use "button"; | ||
@use "card"; | ||
@use "compound-filters"; | ||
@use "cookie-banner"; | ||
@use "details"; | ||
@use "files-list"; | ||
@use "footer"; | ||
@use "gallery"; | ||
@use "global-header"; | ||
@use "header"; | ||
@use "hero"; | ||
@use "index-grid"; | ||
@use "pagination"; | ||
@use "phase-banner"; | ||
@use "picture"; | ||
@use "quick-filters"; | ||
@use "records-list"; | ||
@use "sidebar"; | ||
@use "skip-link"; | ||
@use "tabs"; | ||
@use "warning"; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ | |
top: 0; | ||
left: 0; | ||
|
||
@include colour.light; | ||
@include colour.always-light; | ||
} | ||
|
||
&::before { | ||
|
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.