-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade trussworks/react-uswds v9 and uswds v3.8 #7650
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💪
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Nice work on resolving this upgrade!
Co-authored-by: fzhao99 <bob@skylight.digital>
8bef6bb
to
c0959a8
Compare
e16602e
to
164b112
Compare
164b112
to
fd8fb32
Compare
fd8fb32
to
fd4c9c1
Compare
0e69efd
to
89ce6d4
Compare
89ce6d4
to
484ba44
Compare
@fzhao99 @mpbrown @bobbywells52 Ready for re-review (Sorry for making you review it twice) and is being deployed on dev6! |
As requested by @fzhao99, (the "after" images are after the fix went in place to set the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OOO nice catch -- will investigate this! |
There shouldn't be much of a difference the "after" images. They should look nearly the same since I had to add a class to buttons with icons since the buttons for the upgraded version introduced a new css property of |
|
@@ -1133,13 +1133,6 @@ $results-dropdown-spacing: #{units(4)} - #{units(2)} - 22px - #{units(4)}; // he | |||
border: 2px solid #dfe1e2; | |||
} | |||
|
|||
.usa-checkbox__input:disabled + .usa-checkbox__label::before, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mpbrown Removing this should have fixed it! Thank you for catching that!
screenshot of dev6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! Thanks for your work on this :)
FRONTEND PULL REQUEST
Changes Proposed
@trussworks/react-uswds
to9.0.0
and@uswds/uswds
to3.8.0
focus-trap-react
that is now required by@trussworks/react-uswds
.Additional Information
As discussed here, the disabled state styling has changed.
Before
After
Testing
@trussworks/react-uswds
Screenshots / Demos