source
source copied to clipboard
Source: a component library for the Guardian's Design System
## What is the purpose of this change? We'd like to simplify the internals of our Typography infrastructure as it has been noted over time that it's becoming quite difficult...
## What is the purpose of this change? This fixes an issue with importing the `BackToTop` component in the dev kitchen `FooterWithContents` component. ## What does this change? - Make...
## What is the purpose of this change? There are compelling reasons to dogfood our own ESLint plugins: - ensure Source is conforming to the standards and rules we place...
## What is the purpose of this change? Proposes a line in the sand that requires Source components to not display if they are not usable.
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.5.0 to 13.0.3. Release notes Sourced from lint-staged's releases. v13.0.3 13.0.3 (2022-06-24) Bug Fixes correctly handle git stash when using MSYS2 (#1178) (0d627a5) v13.0.2 13.0.2 (2022-06-16) Bug...
Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.1. Release notes Sourced from husky's releases. v8.0.1 fix: use POSIX equality operator v8.0.0 What's Changed Feats feat: add husky - prefix to logged global...
**Is your feature request related to a problem? Please describe.** Browsers implement default styling in different ways for `abbr[title]` elements. This doesn't seem to currently be covered by Source's `reset`...
When users view the checkbox in an inverted colour scheme, they cannot see their selection within the checkbox. This is because a pseudo checkbox has been created within a span,...
When users view the accordion in an inverted colour scheme, the toggle icon is not displayed. As a result of this users might not be aware that these are expandable...
**Is your feature request related to a problem? Please describe.** When implementing certain accessiblity features, we sometimes need to refer to a specific DOM element (example an input in a...