Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Update snapshots for pr/28070 #3029

Closed
wants to merge 1 commit into from
Closed
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
65 changes: 27 additions & 38 deletions lib/a11y-snapshot/__snapshots__/aom.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ exports[`chromium / 1`] = `
<Pre>
<code>
<text>
$ npm install @material-ui/core@next @emotion/react @emotion/styled
$ npm install @mui/material@next @emotion/react @emotion/styled
</text>
</code>
</Pre>
Expand All @@ -75,7 +75,7 @@ exports[`chromium / 1`] = `
<Pre>
<code>
<text>
import*asReactfrom'react';import{Button}from'@material-ui/core';functionApp(){return<Button>Hello
import*asReactfrom'react';import{Button}from'@mui/material';functionApp(){return<Button>Hello
World</Button>;}
</text>
</code>
Expand Down Expand Up @@ -16285,7 +16285,7 @@ exports[`firefox / 1`] = `
</heading>
<text>
Install Material-UI's source files via npm. We take care of injecting
the CSS needed.$ npm install @material-ui/core@next @emotion/react
the CSS needed.$ npm install @mui/material@next @emotion/react
@emotion/styled
</text>
<link>or use a CDN.</link>
Expand All @@ -16303,8 +16303,8 @@ exports[`firefox / 1`] = `
<text>
Material-UI components work without any additional setup, and don't
pollute the global scope.import * as React from 'react'; import
{ Button } from '@material-ui/core'; function App()
{ return <Button>Hello World</Button>; }
{ Button } from '@mui/material'; function App() {
return <Button>Hello World</Button>; }
</text>
<separator></separator>
<link>Explore the docs</link>
Expand Down Expand Up @@ -16558,9 +16558,8 @@ exports[`firefox /api/button/ 1`] = `
<text>Import</text>
</heading>
<text>
import Button from '@material-ui/core/Button'; // or import {
Button } from '@material-ui/core';You can learn about the
difference by
import Button from '@mui/core/Button'; // or import { Button
} from '@mui/core';You can learn about the difference by
</text>
<link>reading this guide on minimizing bundle size</link>
<text>.</text>
Expand Down Expand Up @@ -17447,9 +17446,8 @@ exports[`firefox /api/select/ 1`] = `
<text>Import</text>
</heading>
<text>
import Select from '@material-ui/core/Select'; // or import {
Select } from '@material-ui/core';You can learn about the
difference by
import Select from '@mui/core/Select'; // or import { Select
} from '@mui/core';You can learn about the difference by
</text>
<link>reading this guide on minimizing bundle size</link>
<text>.</text>
Expand Down Expand Up @@ -19931,9 +19929,7 @@ exports[`firefox /components/buttons/ 1`] = `
Unstyled component
<text>Unstyled component</text>
</heading>
<text>
import ButtonUnstyled from '@material-ui/unstyled/ButtonUnstyled';
</text>
<text>import ButtonUnstyled from '@mui/core/ButtonUnstyled';</text>
<button>
A generic container that is programmatically focused to test keyboard
navigation of our components.
Expand Down Expand Up @@ -20039,8 +20035,7 @@ exports[`firefox /components/buttons/ 1`] = `
<text>useButton hook</text>
</heading>
<text>
import { useButton } from
'@material-ui/unstyled/ButtonUnstyled';
import { useButton } from '@mui/core/ButtonUnstyled';
</text>
<paragraph>
<text>
Expand Down Expand Up @@ -21627,8 +21622,8 @@ exports[`firefox /components/dialogs/ 1`] = `
<text>.</text>
</paragraph>
<text>
import useMediaQuery from '@material-ui/core/useMediaQuery';
function MyComponent() { const theme = useTheme(); const fullScreen =
import useMediaQuery from '@mui/material/useMediaQuery'; function
MyComponent() { const theme = useTheme(); const fullScreen =
useMediaQuery(theme.breakpoints.down('md')); return <Dialog
fullScreen={fullScreen} />; }
</text>
Expand Down Expand Up @@ -23282,7 +23277,7 @@ exports[`firefox /components/pagination/ 1`] = `
</paragraph>
<text>
import { usePagination } from
'@material-ui/core/Pagination';
'@mui/material/Pagination';
</text>
<button>
A generic container that is programmatically focused to test keyboard
Expand Down Expand Up @@ -23702,13 +23697,12 @@ exports[`firefox /components/pickers 1`] = `
</text>
</paragraph>
<text>
// date-fns import DateAdapter from
'@material-ui/lab/AdapterDateFns'; // or for Day.js import
DateAdapter from '@material-ui/lab/AdapterDayjs'; // or for Luxon
import DateAdapter from '@material-ui/lab/AdapterLuxon'; // or for
Moment.js import DateAdapter from
'@material-ui/lab/AdapterMoment'; function App({ children
}) { return ( <LocalizationProvider
// date-fns import DateAdapter from '@mui/lab/AdapterDateFns'; //
or for Day.js import DateAdapter from '@mui/lab/AdapterDayjs'; //
or for Luxon import DateAdapter from '@mui/lab/AdapterLuxon'; //
or for Moment.js import DateAdapter from '@mui/lab/AdapterMoment';
function App({ children }) { return (
<LocalizationProvider
dateAdapter={DateAdapter}>{children}</LocalizationProvider>
); }
</text>
Expand Down Expand Up @@ -24390,7 +24384,7 @@ exports[`firefox /components/radio-buttons 1`] = `
</heading>
<text>
import { useRadioGroup } from
'@material-ui/core/RadioGroup';
'@mui/material/RadioGroup';
</text>
<heading level="4">
Returns
Expand Down Expand Up @@ -27098,9 +27092,7 @@ exports[`firefox /components/slider 1`] = `
heavy customizations and minimizing bundle size.
</text>
</paragraph>
<text>
import SliderUnstyled from '@material-ui/unstyled/SliderUnstyled';
</text>
<text>import SliderUnstyled from '@mui/core/SliderUnstyled';</text>
<button>
A generic container that is programmatically focused to test keyboard
navigation of our components.
Expand Down Expand Up @@ -27621,9 +27613,7 @@ exports[`firefox /components/switches/ 1`] = `
heavy customizations and minimizing bundle size.
</text>
</paragraph>
<text>
import SwitchUnstyled from '@material-ui/unstyled/SwitchUnstyled';
</text>
<text>import SwitchUnstyled from '@mui/core/SwitchUnstyled';</text>
<paragraph>
<text>
The SwitchUnstyled component provides default components and assigns CSS
Expand Down Expand Up @@ -27710,8 +27700,7 @@ exports[`firefox /components/switches/ 1`] = `
</text>
</paragraph>
<text>
import { useSwitch } from
'@material-ui/unstyled/SwitchUnstyled';
import { useSwitch } from '@mui/core/SwitchUnstyled';
</text>
<heading level="4">
Basic example
Expand Down Expand Up @@ -28118,7 +28107,7 @@ exports[`firefox /components/tabs/ 1`] = `
</heading>
<paragraph>
<text>
@material-ui/lab offers utility components that inject props to implement
@mui/lab offers utility components that inject props to implement
accessible tabs following
</text>
<link>WAI-ARIA authoring practices</link>
Expand Down Expand Up @@ -28947,7 +28936,7 @@ exports[`firefox /components/tabs/ 1`] = `
this page. We've also published
</text>
<link>an experimental API</link>
<text>in @material-ui/lab that does not require extra work.</text>
<text>in @mui/lab that does not require extra work.</text>
</paragraph>
<heading level="3">
Keyboard navigation
Expand Down Expand Up @@ -30517,7 +30506,7 @@ exports[`firefox /components/text-fields/ 1`] = `
</paragraph>
<text>
import { useFormControl } from
'@material-ui/core/FormControl';
'@mui/material/FormControl';
</text>
<paragraph>
<text>Returns</text>
Expand Down
36 changes: 18 additions & 18 deletions lib/a11y-snapshot/deploy.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"id": "612cbd03a7c85e000796be97",
"id": "612f476e23674a000867ae4d",
"site_id": "64f32322-7c26-4008-b886-60800cd747b0",
"build_id": "612cbd03a7c85e000796be95",
"build_id": "612f476e23674a000867ae4b",
"state": "ready",
"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-08-30T11:12:03.271Z",
"updated_at": "2021-08-30T11:23:28.434Z",
"commit_ref": "5f30983bfa16195237fde55a78d5e43b151a29fa",
"review_id": null,
"deploy_url": "http://deploy-preview-28070--material-ui.netlify.app",
"deploy_ssl_url": "https://deploy-preview-28070--material-ui.netlify.app",
"created_at": "2021-09-01T09:27:10.870Z",
"updated_at": "2021-09-01T09:46:34.191Z",
"commit_ref": "01d62f70fca5e73abdada308bf253f4df7ae35e3",
"review_id": 28070,
"skipped": null,
"locked": null,
"branch": "next",
"commit_url": "https://github.com/mui-org/material-ui/commit/5f30983bfa16195237fde55a78d5e43b151a29fa",
"branch": "feat/input-base-auto-fill",
"commit_url": "https://github.com/mui-org/material-ui/commit/01d62f70fca5e73abdada308bf253f4df7ae35e3",
"log_access_attributes": {
"type": "firebase",
"url": "https://netlify-builds1.firebaseio.com/builds/612cbd03a7c85e000796be95/log",
"endpoint": "https://netlify-builds1.firebaseio.com",
"path": "/builds/612cbd03a7c85e000796be95/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MzAzODc3MzQsImQiOnsidWlkIjoiIn19.xy_Hc3HjS6fIBcMgwK_Fzbk1KivBWgtIuUNqbDLN78E"
"url": "https://netlify-builds4.firebaseio.com/builds/612f476e23674a000867ae4b/log",
"endpoint": "https://netlify-builds4.firebaseio.com",
"path": "/builds/612f476e23674a000867ae4b/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MzA0OTAxNTEsImQiOnsidWlkIjoiIn19.JqyzhapgR1ZLwgj5CUzaPMZU0FimVIRQ9mUwPMXGdFQ"
},
"title": "[Button] Create ButtonUnstyled and useButton (#27600)",
"review_url": null,
"title": "[InputBase] Fix autofill issue",
"review_url": "https://github.com/mui-org/material-ui/pull/28070",
"published_at": null,
"context": "branch-deploy",
"deploy_time": 676,
"context": "deploy-preview",
"deploy_time": 1085,
"public": true,
"plugin_state": "success"
}