Amy Leadem
Amy Leadem
Curious to get some opinions on expected behavior on this and whether to consider this a bug. I was able to navigate through the elements without content repeating when I...
Closing this issue with the label `Status: Not a bug` because we were able to achieve desired results using standard keyboard form navigation techniques. In addition, I have added the...
Thanks for the comments, @mejiaj I have made the following updates: - Created a package README with the uswds-fonts README as a starting point [ea34758](https://github.com/uswds/uswds/pull/4878/commits/ea34758c16655160f7b5f2fc4592ef32d134b7fe). - Added exports to usa-icon...
Updated the exports in usa-icon/package.json in [6a7dd08](https://github.com/uswds/uswds/pull/4878/commits/6a7dd08dd0f3b8b7305d9a6e6e78c775cbb592a4). The following now works in the test react repo: ``` import "@uswds/usa-icon/sass"; import sprite from "@uswds/usa-icon/sprite"; import rootIcon from "@uswds/usa-icon/file.svg"; import nestedIcon from...
Looks good! Way to shrink the package down. I completed the following checks: - [x] Compared appearance to current state at multiple browser widths in Firefox, Chrome, Safari, and Edge...
@mitchmoccia @jonathanbobel Hello! Thanks for all your hard work on this. I added some notes in the `.scss` and `.twig` files. I'll come back first thing tomorrow morning with fresh...
@davidc-gds Thank you for sharing your team's hard work! We will review your updates to see how we can incorporate.
Hello @smustgrave, In the [default view mode](https://federalist-3b6ba08e-0df4-44c9-ac73-6fc193b0e19c.app.cloud.gov/preview/uswds/uswds/develop/?path=/story/components-form-inputs-file-input--default) in Storybook, you will need to hit reload on the component page every time you open it in order to initialize the associated...
@mejiaj I wasn't sure how best to work with the previously merged PR, so I simply brought in the changes from that PR into this branch. Please let me know...
@mejiaj Note: my local unit tests are failing on "navigation toggle - makes all other page content invisible to screen readers" but it passes here. The test template appears to...