diff --git a/lib/a11y-snapshot/__snapshots__/aom.test.js.snap b/lib/a11y-snapshot/__snapshots__/aom.test.js.snap
index 6d7914d88..2c543af77 100644
--- a/lib/a11y-snapshot/__snapshots__/aom.test.js.snap
+++ b/lib/a11y-snapshot/__snapshots__/aom.test.js.snap
@@ -257,12 +257,13 @@ exports[`chromium / 1`] = `
Currently
- v5.0.0-alpha.32. View versions page.
+ v5.0.0-alpha.33. View versions page.
. Released under the
MIT License
.Copyright ©2021Material-UI.
+
;
`;
@@ -3112,14 +3113,14 @@ exports[`chromium /components/buttons/ 1`] = `
- Contained buttons
- Contained buttons
+ Basic Button
+ Basic Button
- Contained buttons
+ The
+ $SOME_CODE
- are high-emphasis, distinguished by their use of elevation and fill. They
- contain actions that are primary to your app.
+ comes with three variants: text (default), contained, and outlined.
-
-
- SECONDARY
- SECONDARY
-
DISABLED
DISABLED
@@ -16656,9 +16702,8 @@ exports[`firefox /components/buttons/ 1`] = `
Primary Secondary
-
- Disabled Disabled
+ Link
@@ -16684,24 +16729,25 @@ exports[`firefox /components/buttons/ 1`] = `
- Upload button
- Upload button
+ Color
+ Color
A generic container that is programmatically focused to test keyboard
navigation of our components.
-
-
+
+ SECONDARY
+ SECONDARY
+
+
+ SECONDARY
+ SECONDARY
+
+
+ SECONDARY
+ SECONDARY
+
demo source
Show the full source
@@ -16712,16 +16758,19 @@ exports[`firefox /components/buttons/ 1`] = `
See more
-
-
+ Secondary
+
+ Secondary Secondary
+
+
+ In addition to using the default button colors, you can add custom ones,
+ or disable any you don't need. See the
+
+ Adding new colors
+ example for more info.
+
Sizes
Sizes
@@ -16782,6 +16831,45 @@ exports[`firefox /components/buttons/ 1`] = `
Reset demo
See more
+
+ Upload button
+ Upload button
+
+
+ A generic container that is programmatically focused to test keyboard
+ navigation of our components.
+
+
+
+
+ demo source
+ Show the full source
+ Edit in CodeSandbox
+ Copy the source
+ Reset focus to test keyboard navigation
+ Reset demo
+ See more
+
+
+
+
+
Buttons with icons and label
Buttons with icons and label
@@ -16881,10 +16969,6 @@ exports[`firefox /components/buttons/ 1`] = `
CUSTOM CSS
CUSTOM CSS
-
- THEME PROVIDER
- THEME PROVIDER
-
Bootstrap
Bootstrap
@@ -17031,18 +17115,11 @@ exports[`firefox /components/buttons/ 1`] = `
- One common use case is to use the button to trigger navigation to a new
- page. The ButtonBase component provides the component prop to handle this
- use case. However, for certain focus polyfills ButtonBase requires the DOM
- node of the provided component. This is achieved by attaching a ref to the
- component and expecting that the component forwards this ref to the
- underlying DOM node. Given that many of the interactive components rely on
- ButtonBase, you should be able to take advantage of it everywhere.
+ One frequent use case is to perform navigation on the client only, without
+ an HTTP round-trip to the server. The ButtonBase component provides the
+ component prop to handle this use case. Here is a
-
-
- Here is an
- integration example with react-router
+ more detailed guide
.
@@ -17584,8 +17661,8 @@ exports[`firefox /components/checkboxes/ 1`] = `
See more
-
-
+
🎨 If you are looking for inspiration, you can check
@@ -19875,12 +19952,11 @@ exports[`firefox /components/pickers 1`] = `
Date picker desktop
Date picker desktop
-
-
- Date picker desktop
+
+ mm/dd/yyyy
08/18/2014
- change date
+ Choose date, selected date is Aug 18, 2014
mm/dd/yyyy
@@ -19888,7 +19964,6 @@ exports[`firefox /components/pickers 1`] = `
Date picker mobile
Date picker mobile
-
Choose date, selected date is Aug 18, 2014
08/18/2014
@@ -19897,12 +19972,11 @@ exports[`firefox /components/pickers 1`] = `
Time picker
Time picker
-
hh:mm (a|p)m
09:11 pm
- change time
+ Choose time, selected time is 9:11 PM
hh:mm (a|p)m
@@ -19974,9 +20048,8 @@ exports[`firefox /components/pickers 1`] = `
+ defaultValue="2017-05-24" sx={{ width: 220 }}
+ InputLabelProps={{ shrink: true, }} />
Date & Time picker
@@ -20014,7 +20087,7 @@ exports[`firefox /components/pickers 1`] = `
@@ -20069,7 +20142,7 @@ exports[`firefox /components/pickers 1`] = `
@@ -20413,7 +20486,7 @@ exports[`firefox /components/radio-buttons 1`] = `
+ {...controlProps('b')} color="secondary" />
Gender }
+ value="female" control={}
label="Female" /> } label="Male" />
- } label="Male" />
+ } label="Other" /> } label="(Disabled option)" />
+ value="disabled" disabled control={}
+ label="(Disabled option)" />
@@ -23240,7 +23313,7 @@ exports[`firefox /components/switches/ 1`] = `
+ {...label} defaultChecked color="secondary" />
@@ -24394,14 +24467,11 @@ exports[`firefox /components/tabs/ 1`] = `
- One common use case is to perform navigation on the client only, without
- an HTTP round-trip to the server. The Link component provides the
- component prop to handle this use case.
+ One frequent use case is to perform navigation on the client only, without
+ an HTTP round-trip to the server. The Tab component provides the component
+ prop to handle this use case. Here is a
-
-
- Here is an
- integration example with react-router
+ more detailed guide
.
@@ -24626,12 +24696,10 @@ exports[`firefox /components/text-fields/ 1`] = `
The TextField wrapper component is a complete form control including a
- label, input, and help text.
+ label, input, and help text. It comes with three variants: outlined
+ (default), filled, and standard.
-
- It supports standard, outlined, and filled styling.
-
A generic container that is programmatically focused to test keyboard
navigation of our components.
@@ -24665,10 +24733,11 @@ exports[`firefox /components/text-fields/ 1`] = `
See more
-
-
+
@@ -27447,11 +27516,12 @@ exports[`firefox /components/tree-view/ 1`] = `
}
defaultExpandIcon={} sx={{
- height: 240, flexGrow: 1, maxWidth: 400 }} >
-
-
diff --git a/lib/a11y-snapshot/deploy.json b/lib/a11y-snapshot/deploy.json
index 4d50c6c91..a8d0a6484 100644
--- a/lib/a11y-snapshot/deploy.json
+++ b/lib/a11y-snapshot/deploy.json
@@ -1,33 +1,33 @@
{
- "id": "609509b35b11b60007d94dc7",
+ "id": "609bd3d1ab7813000897aaaf",
"site_id": "64f32322-7c26-4008-b886-60800cd747b0",
- "build_id": "609509b35b11b60007d94dc5",
- "state": "ready",
+ "build_id": "609bd3d1ab7813000897aaad",
+ "state": "building",
"name": "material-ui",
"url": "http://material-ui.netlify.app",
"admin_url": "https://app.netlify.com/sites/material-ui",
- "deploy_url": "http://next--material-ui.netlify.app",
- "deploy_ssl_url": "https://next--material-ui.netlify.app",
- "created_at": "2021-05-07T09:34:43.872Z",
- "updated_at": "2021-05-07T10:10:17.421Z",
- "commit_ref": "e51737aeee9a19e37d924f74990b38bb753a16e5",
- "review_id": null,
+ "deploy_url": "http://deploy-preview-26265--material-ui.netlify.app",
+ "deploy_ssl_url": "https://deploy-preview-26265--material-ui.netlify.app",
+ "created_at": "2021-05-12T13:10:41.085Z",
+ "updated_at": "2021-05-12T13:16:16.536Z",
+ "commit_ref": "110fabd30393b933577ca0c5e07eb5182b50f1cc",
+ "review_id": 26265,
"skipped": null,
"locked": null,
- "branch": "next",
- "commit_url": "https://github.com/mui-org/material-ui/commit/e51737aeee9a19e37d924f74990b38bb753a16e5",
+ "branch": "feat/move-StyledEngineProvider",
+ "commit_url": "https://github.com/mui-org/material-ui/commit/110fabd30393b933577ca0c5e07eb5182b50f1cc",
"log_access_attributes": {
"type": "firebase",
- "url": "https://netlify-builds1.firebaseio.com/builds/609509b35b11b60007d94dc5/log",
- "endpoint": "https://netlify-builds1.firebaseio.com",
- "path": "/builds/609509b35b11b60007d94dc5/log",
- "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MjAzODM2MTQsImQiOnsidWlkIjoiIn19.OBEYQrrrfer8xcfF0b__KLwvFHWtbZQlVChoXH6ff9E"
+ "url": "https://netlify-builds6.firebaseio.com/builds/609bd3d1ab7813000897aaad/log",
+ "endpoint": "https://netlify-builds6.firebaseio.com",
+ "path": "/builds/609bd3d1ab7813000897aaad/log",
+ "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MjA4MjU5MTIsImQiOnsidWlkIjoiIn19.9zGitaNco4OsOIFbhL_JNa9QGVi5rCA46evnrMNWv-c"
},
- "title": "[docs] Fix dynamic global styles (#25690)",
- "review_url": null,
+ "title": "[core] Move `StyledEngineProvider` to `@material-ui/core/styles`",
+ "review_url": "https://github.com/mui-org/material-ui/pull/26265",
"published_at": null,
- "context": "branch-deploy",
- "deploy_time": 2115,
+ "context": "deploy-preview",
+ "deploy_time": null,
"public": true,
- "plugin_state": "success"
+ "plugin_state": "none"
}