-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[pickers] Prepare compatibility with @mui/zero-runtime
(stop using ownerState
in styled
)
#12003
Merged
Merged
Changes from 7 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
e5aa92b
[pickers] Explore usage of the new variants styling API
flaviendelangle 3e0c277
Fi
flaviendelangle 12e3395
Review: Brijesh
flaviendelangle b026e73
Migrate more components
flaviendelangle 56bf1ab
Fix
flaviendelangle 399c385
Fix
flaviendelangle a486d69
Migrate more components
flaviendelangle 9ef8017
Fix
flaviendelangle 413dfc1
Merge branch 'next' into poc-variants
flaviendelangle 5630924
Code review: Jun
flaviendelangle 481abb5
Work
flaviendelangle c625f01
Fix
flaviendelangle 3b9665b
Fix
flaviendelangle d484bf7
Merge branch 'next' into poc-variants
flaviendelangle 6bb160a
Fix
flaviendelangle d9f6f3e
Work
flaviendelangle 9bdb32b
Fix PickersLayout
flaviendelangle c8f0f6b
Merge branch 'next' into poc-variants
flaviendelangle 07560fc
Migrate inputs
flaviendelangle aeee6c4
Fix ts
flaviendelangle 59dba00
Merge branch 'next' into poc-variants
flaviendelangle 201a84f
Code review: Lukas
flaviendelangle 96aae27
Merge branch 'next' into poc-variants
flaviendelangle 4160f43
Fix
flaviendelangle 5b61ce3
Fix
flaviendelangle 8909a74
Merge branch 'master' into poc-variants
flaviendelangle 02a177c
Use new DX
flaviendelangle e5cdbdd
Improve
flaviendelangle 43346fa
Try to fix specificity issue
flaviendelangle 48b8026
Code review: Lukas
flaviendelangle d518d2a
Merge branch 'master' into poc-variants
flaviendelangle 5c2ef51
Merge branch 'master' into poc-variants
flaviendelangle 79bac3d
Review: Jun
flaviendelangle db6bd2d
Merge branch 'master' into poc-variants
flaviendelangle 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 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 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 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 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 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 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 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 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.
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.
Right now the typing comes from the DOM element which also accepts
"true"
and"false"
But we are only passing
true
ofundefined
so I restricted the typing so that our check in the styled component and the typing are coherent