trussworks / react-uswds

USWDS 3.0 components built in React
https://trussworks.github.io/react-uswds/
Apache License 2.0
183 stars 81 forks source link

feat: Upgrade to 3.8.1 with tooltip updates #2962

Closed werdnanoslen closed 3 months ago

werdnanoslen commented 3 months ago

Summary

This updates us to the latest uswds version, 3.8.1, which had two changes that required PRs here:

How To Test

  1. Run new tests
  2. Open tooltip stories and confirm (1) that you can hover on the tooltip body and (2) dismiss it by keyboard only with the Escape (and no other) key. Previously, we had set it so that any key would dismiss, which was neither helpful in general nor accessible by keyboard navigation.
github-actions[bot] commented 3 months ago
Warnings
:warning: This PR does not include changes to storybook, even though it affects component code.

Generated by :no_entry_sign: dangerJS against 35d84e250707fd736a8b3d2a2da8930beae7c916

werdnanoslen commented 3 months ago

Merged into https://github.com/trussworks/react-uswds/pull/2848