Amy Leadem
Amy Leadem
## Summary **Removed the `aria-checked` attribute from list items in the validation component.** This attribute is no longer needed now that a `` element informs the user if the requirement...
### Describe the bug When our components are built into html files, some components build out with empty `href` values. This causes errors when run through htmlproofer on USWDS-Site. ###...
### Describe the bug Currently, when you search for "USWDS npm" in Google, you are pointed to the old [uswds package]( https://www.npmjs.com/package/uswds). Additionally, when you search for "uswds" on [npmjs.com](https://www.npmjs.com/search?q=uswds),...
## Related issue Closes https://github.com/uswds/uswds/issues/4864 ## Preview link Preview link: [README: "Style theming and tokens" section](https://github.com/uswds/uswds/blob/163ab24a055de5ca6c99350332f1d3e61d59e789/README.md#style-theming-and-tokens) ## Problem statement `$theme-site-max-width` no longer exists in our system settings, but our README...
## Summary This PR makes the mobile header navigation items accessible to users navigating via touch screen readers. ## Related issue Closes #4787 ## Preview link Preview link: [Storybook -...
## Related issue Closes https://github.com/uswds/uswds/issues/4867 ## Preview Link Preview link: [usa-icon in Storybook](https://federalist-3b6ba08e-0df4-44c9-ac73-6fc193b0e19c.app.cloud.gov/preview/uswds/uswds/al-usa-icon-create-module/?path=/story/design-tokens-icons--icons) ## Problem statement Users should be able to install the isolated `usa-icon` package and have access to...
## Description Our button group template could be improved by using loop and if/else statements. We should address the comments found in this PR review: https://github.com/uswds/uswds/pull/4783#pullrequestreview-1049549062 ## Reference For full...
### Describe the bug `$theme-site-max-width` no longer exists in our system settings, but our README [instructs users to use this variable](https://github.com/uswds/uswds/blob/develop/README.md?plain=1#L427) in code examples. The current setting is now called...
## Summary **Updated the press release template to be more instructive.** We added additional section headers and descriptive comments to our PR template with the aim of making it easier...
### Is your feature request related to a problem? Please describe. We currently have scripts to run prettier on `.html` and `.scss`, but we do not have a script to...