[docs-infra] Migrate docs app container/frame components#48182
Merged
brijeshb42 merged 28 commits intomui:masterfrom Apr 8, 2026
Merged
[docs-infra] Migrate docs app container/frame components#48182brijeshb42 merged 28 commits intomui:masterfrom
brijeshb42 merged 28 commits intomui:masterfrom
Conversation
Netlify deploy previewhttps://deploy-preview-48182--material-ui.netlify.app/ Bundle size report
|
0338a28 to
627c456
Compare
fc8c953 to
dd91780
Compare
dd91780 to
614413c
Compare
614413c to
b66b14f
Compare
b66b14f to
3ea1b58
Compare
Janpot
reviewed
Apr 7, 2026
| "react-simple-code-editor": "^0.14.1", | ||
| "styled-components": "^5.3.0 || ^6.0.0" | ||
| }, | ||
| "peerDependenciesMeta": { |
Member
There was a problem hiding this comment.
Why are there optional peer deps? We have only one dependant of this package.
Contributor
Author
There was a problem hiding this comment.
Updated to just keep styled-components as optional since it is actually not needed in x.
Janpot
approved these changes
Apr 7, 2026
3ea1b58 to
860f1eb
Compare
Refactored around it a bit to provider default value from the DocsProvider context
Refactor how notifications are fetch. default hardcoded to fetch from url. Can be overridden to provide custom fetcher.
Final piece before ApiPage can be migrated
860f1eb to
746c760
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The final result here is that now
ApiPagecomponent gets moved to the package which is 1/3rd of the remaining direct docs import inmui-x.Next PR will tackle
MarkdownDocswhich would then move the needle to 99% migration.