Tom Humphris
Tom Humphris
See https://github.com/Royal-Navy/design-system/issues/2496 and https://github.com/Royal-Navy/design-system/issues/1928 UI that requires user interaction to render is currently not being covered by AXE a11y tests. Investigate a way of improving coverage and in turn fix...
The underlying library used to implement the Toast component functionality is no longer maintained. Remove reliance upon this library while maintaining existing public interfaces (if possible). See comment [here](https://github.com/defencedigital/mod-uk-design-system/issues/3213#issuecomment-1098925499). >...
This idea was born out of discussion around `NumberInput` validation. We decided it was correct for validation to be devolved to the application layer with the components themselves remaining 'dumb'....
Form layouts and responsive form layouts should be made possible by using some kind of grid system. Investigate existing options and experiment. End result should be: - Well maintained and...
It's not obvious to a consumer (see Storybook) that these props are private and as such will be overwritten internally.
Add ability to extract version information of packages in production build of downstream application
Add ability to extract version information of packages in downstream application production build. There is currently no way of identifying which version of the packages is being used in a...
Explain how to override timeline styles using styled-components and document.
When deployed to a subpath via GitHub Pages the favicon.ico asset used by the generated index.html file 404s. ``` https://org-name.github.io/repo-name/index.html requests: https://org-name.github.io/favicon.ico (404) ``` Is there a way to configure...