Skip to content
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

[docs-infra] Bump @mui/internal-markdown to support nested demo imports #15738

Merged
merged 3 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/data/data-grid/joy-ui/joy-ui.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Data Grid - Joy UI

<p class="description">Using the Data Grid with Joy UI components</p>
<p class="description">Using the Data Grid with Joy UI components.</p>

{{"demo": "GridJoyUISlots.js", "bg": "inline"}}
2 changes: 1 addition & 1 deletion docs/data/date-pickers/custom-field/custom-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ components: PickersSectionList, PickersTextField

# Custom field

<p class="description">The Date and Time Pickers let you customize the field by passing props or custom components</p>
<p class="description">The Date and Time Pickers let you customize the field by passing props or custom components.</p>

:::success
See [Common concepts—Custom slots and subcomponents](/x/common-concepts/custom-components/) to learn how to use slots.
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/custom-layout/custom-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packageName: '@mui/x-date-pickers'

# Custom layout

<p class="description">The Date and Time Pickers let you reorganize the layout</p>
<p class="description">The Date and Time Pickers let you reorganize the layout.</p>

:::success
See [Common concepts—Custom slots and subcomponents](/x/common-concepts/custom-components/) to learn how to use slots.
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/experimentation/experimentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ productId: x-date-pickers

# Date and Time Pickers experimentation

<p class="description">Demos not accessible through the navbar of the doc</p>
<p class="description">Demos not accessible through the navbar of the doc.</p>
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@mui/docs": "6.1.4",
"@mui/docs": "6.1.6",
"@mui/icons-material": "^5.16.7",
"@mui/joy": "^5.0.0-beta.48",
"@mui/lab": "^5.0.0-alpha.173",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/internal-babel-plugin-resolve-imports": "1.0.18",
"@mui/internal-markdown": "^1.0.17",
"@mui/internal-markdown": "^1.0.19",
"@mui/internal-test-utils": "^1.0.17",
"@mui/material": "^5.16.7",
"@mui/monorepo": "github:mui/material-ui#7aa841466a01b745012e59e9d201ed50807a022e",
Expand Down
42 changes: 25 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading