-
Notifications
You must be signed in to change notification settings - Fork 377
perf(react-styles): remove emotion, fix types #3886
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
23cf7fc
fix(ouia): don't omit ouiaContext (#3872)
evwilkin c7bfe03
feat(Modal): add description property (#3821)
redallen 18d9b7b
feat(DataList): add compact data list (#3807)
redallen d392479
bump react-docs version (#3879)
dlabrecq 0295597
fix(wizard): use patternfly-styles to set the no padding modifier (#3…
tlabaj fda2b57
chore(react): bump to current tagged version in git (#3881)
redallen d8464e2
chore(release): releasing packages [ci skip]
patternfly-build f14a2d1
remove emotion, fix types
redallen 7e9146b
fix some tests
redallen 4f58e3e
fix tests
redallen 8a30160
Merge remote-tracking branch 'upstream/v4' into feat/remove-emotion
redallen d25c80b
feat(ChipGroup): Added a tooltip to the Chipgroup label (#3826)
tlabaj dabbaa5
chore(release): releasing packages [ci skip]
patternfly-build a05b2b2
add hoist-non-react-statics types
redallen c9ae616
fix v4 package versions
redallen 3bfcc00
chore(react-core): remove exenv and lodash (#3882)
redallen 68df602
chore(release): releasing packages [ci skip]
patternfly-build e908e25
ts fixes
redallen c84903a
fix lint
redallen 175201a
fix backgroundImage on chrome
redallen 01ca535
fix filter
redallen 3b71ea0
Merge remote-tracking branch 'upstream/master' into feat/remove-emotion
redallen 9998a44
fix merge conflict
redallen 7a80d60
fix lint+snaps
redallen 06275ba
fix invalid data toolbar classes
redallen 02f1ef2
linting
redallen 3c3ab6f
remove console logs
redallen 2e16f7c
add aria-label to wizard toggle
redallen 148141c
update snapshots
redallen 08ccca8
update snapshots
redallen 15bf8b5
Merge remote-tracking branch 'upstream/v4' into feat/remove-emotion
redallen 84a6da3
address joachim's feedback
redallen de62d31
remove accidental auto-import
redallen d8d9553
update snapshots
redallen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
114 changes: 43 additions & 71 deletions
114
packages/react-core/src/components/BackgroundImage/BackgroundImage.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 9 additions & 13 deletions
22
packages/react-core/src/components/BackgroundImage/__tests__/BackgroundImage.test.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
why assign an id?
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.
To allow multiple background filters on the same page.