Skip to content

Commit 4444359

Browse files
Merge branch 'master' into replace-playwright-with-playwright-test
2 parents 0c77636 + 6e29c17 commit 4444359

File tree

45 files changed

+67
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+67
-67
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ For how-to questions that don't involve making changes to the code base, please
105105

106106
## Examples
107107

108-
<!-- #repo-reference -->
108+
<!-- #target-branch-reference -->
109109

110110
Our documentation features [a collection of example projects](https://github.com/mui/material-ui/tree/master/examples).
111111

docs/data/material/customization/dark-mode/dark-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Use the `theme.applyStyles()` utility to apply styles for a specific mode.
247247

248248
We recommend using this function over checking `theme.palette.mode` to switch between styles as it has more benefits:
249249

250-
<!-- #repo-reference -->
250+
<!-- #target-branch-reference -->
251251

252252
- It can be used with [Pigment CSS](https://github.com/mui/material-ui/tree/master/packages/pigment-css-react), our in-house zero-runtime CSS-in-JS solution.
253253
- It is generally more readable and maintainable.

docs/data/material/customization/palette/palette.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const theme = createTheme({
149149

150150
{{"demo": "ManuallyProvideCustomColor.js", "defaultCodeOpen": false}}
151151

152-
<!-- #repo-reference -->
152+
<!-- #target-branch-reference -->
153153

154154
If you need to manipulate colors, `@mui/material/styles` provides [a set of utilities](https://github.com/mui/material-ui/blob/master/packages/mui-material/src/styles/index.d.ts#L52-L67) to help with this.
155155
The following example uses the `alpha()` and `getContrastRatio()` utilities to define tokens using opacity:

docs/data/material/getting-started/example-projects/example-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Official integrations
66

7-
<!-- #repo-reference -->
7+
<!-- #target-branch-reference -->
88

99
The following integration examples are available in the [`/examples`](https://github.com/mui/material-ui/tree/master/examples) folder of the Material UI GitHub repository.
1010
These examples feature Material UI paired with other popular React libraries and frameworks, so you can skip the initial setup steps and jump straight into building.

docs/data/material/getting-started/installation/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ For instance, via Google Web Fonts:
156156

157157
You can start using Material UI right away with minimal front-end infrastructure by installing it via CDN, which is a great option for rapid prototyping.
158158

159-
<!-- #repo-reference -->
159+
<!-- #target-branch-reference -->
160160

161161
Follow [this CDN example](https://github.com/mui/material-ui/tree/master/examples/material-ui-via-cdn) to get started.
162162

docs/data/material/getting-started/supported-platforms/supported-platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You don't need to provide any JavaScript polyfill as it manages unsupported brow
1313
| :----- | :------ | :----- | :------------- | :----------- |
1414
| >= 121 | >= 115 | >= 109 | >= 15.4 | >= 15.4 |
1515

16-
<!-- #repo-reference -->
16+
<!-- #target-branch-reference -->
1717

1818
An extensive list can be found in our [.browserlistrc](https://github.com/mui/material-ui/blob/-/.browserslistrc#L12-L27) (check the `stable` entry).
1919

docs/data/material/getting-started/templates/blog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Usage
44

5-
<!-- #repo-reference -->
5+
<!-- #target-branch-reference -->
66

77
1. Copy these folders (`blog` and `shared-theme`) into your project, or one of the [example projects](https://github.com/mui/material-ui/tree/master/examples).
88
2. Make sure your project has the required dependencies: @mui/material, @mui/icons-material, @emotion/styled, @emotion/react, markdown-to-jsx.

docs/data/material/getting-started/templates/checkout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Usage
44

5-
<!-- #repo-reference -->
5+
<!-- #target-branch-reference -->
66

77
1. Copy these folders (`checkout` and `shared-theme`) into your project, or one of the [example projects](https://github.com/mui/material-ui/tree/master/examples).
88
2. Make sure your project has the required dependencies: @mui/material, @emotion/styled, @emotion/react.

docs/data/material/getting-started/templates/dashboard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Usage
44

5-
<!-- #repo-reference -->
5+
<!-- #target-branch-reference -->
66

77
1. Copy these folders (`dashboard` and `shared-theme`) into your project, or one of the [example projects](https://github.com/mui/material-ui/tree/master/examples).
88
2. Make sure your project has the required dependencies: @mui/material, @mui/icons-material, @emotion/styled, @emotion/react, @mui/x-charts, @mui/x-date-pickers, @mui/x-data-grid, @mui/x-tree-view, dayjs

docs/data/material/getting-started/templates/marketing-page/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Usage
44

5-
<!-- #repo-reference -->
5+
<!-- #target-branch-reference -->
66

77
1. Copy these folders (`marketing-page` and `shared-theme`) into your project, or one of the [example projects](https://github.com/mui/material-ui/tree/master/examples).
88
2. Make sure your project has the required dependencies: @mui/material, @mui/icons-material, @emotion/styled, @emotion/react.

0 commit comments

Comments
 (0)