nhsuk-frontend
nhsuk-frontend copied to clipboard
NHS.UK frontend contains the code you need to start building user interfaces for NHS websites and services.
## Description Bumps the version number to v10.0.0-internal.0 ready to install either: ```console npm install [email protected] npm install nhsuk-frontend@next ``` The version bump was generated using: ```console npm version premajor...
## Description Investigation into using the TypeScript compiler `tsc` to check code ## Checklist - [ ] Tested against our [testing policy](https://github.com/nhsuk/nhsuk-frontend/blob/master/docs/contributing/testing.md) (Resolution, Browser & Accessibility) - [ ] Follows...
## Description This PR aligns with GOV.UK Frontend by including: 1. Switch to full width buttons on mobile 2. Add new "button group" styling The styles for `.nhsuk-button-group` were initially...
## Description We're having problems with GitHub Actions `cache/restore` not working today, immediately after saving This PR adds `fail-on-cache-miss: true` to make sure we correctly stop the build when this...
## Description This PR closes https://github.com/nhsuk/nhsuk-frontend/issues/1354 ## Checklist - [ ] Tested against our [testing policy](https://github.com/nhsuk/nhsuk-frontend/blob/master/docs/contributing/testing.md) (Resolution, Browser & Accessibility) - [x] Follows our [coding standards and style guide](https://github.com/nhsuk/nhsuk-frontend/blob/master/docs/contributing/coding-standards.md) -...
## Description This patch is an implementation of the markup-swapping fix for #1092 . It introduces a few new elements: since the `table` uses a `caption` and we need to...
## Description Draft PR to turn off various GPU and rendering flags Attempts to resolve small differences we're seeing between Macs ## Checklist - [ ] Tested against our [testing...
## Description Removes the `--dry-run` flag temporarily added in: * https://github.com/nhsuk/nhsuk-frontend/pull/1427 ## Checklist - [ ] Tested against our [testing policy](https://github.com/nhsuk/nhsuk-frontend/blob/master/docs/contributing/testing.md) (Resolution, Browser & Accessibility) - [ ] Follows our...
## Description This PR supersedes #1396, and doesn’t depend on (future) changes to global link styling. *** ## Background The header is a tricky beast as we know, and one...