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

Commit

Permalink
Update snapshots for next (#2265)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <action@github.com>
  • Loading branch information
github-actions[bot] and actions-user authored May 5, 2021
1 parent 1d0389e commit f6bf852
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 14 deletions.
59 changes: 59 additions & 0 deletions lib/a11y-snapshot/__snapshots__/aom.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2069,6 +2069,22 @@ exports[`chromium /api/select/ 1`] = `
<text>.</text>
</gridcell>
</row>
<row>
<gridcell>
standard
<text>standard</text>
</gridcell>
<gridcell>
.MuiSelect-standard
<text>.MuiSelect-standard</text>
</gridcell>
<gridcell>
Styles applied to the select component if variant="standard".
<text>Styles applied to the select component if</text>
<code>$SOME_CODE</code>
<text>.</text>
</gridcell>
</row>
<row>
<gridcell>
selectMenu
Expand Down Expand Up @@ -2159,6 +2175,22 @@ exports[`chromium /api/select/ 1`] = `
<text>.</text>
</gridcell>
</row>
<row>
<gridcell>
iconStandard
<text>iconStandard</text>
</gridcell>
<gridcell>
.MuiSelect-iconStandard
<text>.MuiSelect-iconStandard</text>
</gridcell>
<gridcell>
Styles applied to the icon component if variant="standard".
<text>Styles applied to the icon component if</text>
<code>$SOME_CODE</code>
<text>.</text>
</gridcell>
</row>
<row>
<gridcell>
nativeInput
Expand Down Expand Up @@ -15352,6 +15384,20 @@ exports[`firefox /api/select/ 1`] = `
</text>
</cell>
</row>
<row>
<cell>
<text>standard</text>
</cell>
<cell>
<text>.MuiSelect-standard</text>
</cell>
<cell>
<text>
Styles applied to the select component if
variant="standard".
</text>
</cell>
</row>
<row>
<cell>
<text>selectMenu</text>
Expand Down Expand Up @@ -15424,6 +15470,19 @@ exports[`firefox /api/select/ 1`] = `
</text>
</cell>
</row>
<row>
<cell>
<text>iconStandard</text>
</cell>
<cell>
<text>.MuiSelect-iconStandard</text>
</cell>
<cell>
<text>
Styles applied to the icon component if variant="standard".
</text>
</cell>
</row>
<row>
<cell>
<text>nativeInput</text>
Expand Down
28 changes: 14 additions & 14 deletions lib/a11y-snapshot/deploy.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"id": "608f905317151400071222af",
"id": "6091f3abc6c8830007d8b7d1",
"site_id": "64f32322-7c26-4008-b886-60800cd747b0",
"build_id": "608f905317151400071222ad",
"state": "building",
"build_id": "6091f3abc6c8830007d8b7cf",
"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-05-03T05:55:31.172Z",
"updated_at": "2021-05-03T06:01:27.929Z",
"commit_ref": "d88169428e95dd308aa3e0bc29e59390d489aff5",
"created_at": "2021-05-05T01:23:55.723Z",
"updated_at": "2021-05-05T01:47:08.244Z",
"commit_ref": "4a325e685d39b00afbf4147178479c8dc14a4ccc",
"review_id": null,
"skipped": null,
"locked": null,
"branch": "next",
"commit_url": "https://github.com/mui-org/material-ui/commit/d88169428e95dd308aa3e0bc29e59390d489aff5",
"commit_url": "https://github.com/mui-org/material-ui/commit/4a325e685d39b00afbf4147178479c8dc14a4ccc",
"log_access_attributes": {
"type": "firebase",
"url": "https://netlify-builds5.firebaseio.com/builds/608f905317151400071222ad/log",
"endpoint": "https://netlify-builds5.firebaseio.com",
"path": "/builds/608f905317151400071222ad/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MjAwMjI1MTUsImQiOnsidWlkIjoiIn19.N1tN_JxeH_Y8hBLtaA42uB2nCuhBifB5e6Hwg1X4Hiw"
"url": "https://netlify-builds3.firebaseio.com/builds/6091f3abc6c8830007d8b7cf/log",
"endpoint": "https://netlify-builds3.firebaseio.com",
"path": "/builds/6091f3abc6c8830007d8b7cf/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MjAxODMwNTAsImQiOnsidWlkIjoiIn19.a7FoS5NJSJQ2HxYGR2kf2CZuY90zaIOKQ7Lgo4OaRE8"
},
"title": "[pickers] Rely on native behavior for disabled/readOnly behavior (#26055)",
"title": "[TextField] Fix missing `standard` variant classes in types (#26115)\n\n* add missing classes\r\n\r\n* update proptypes\r\n\r\n* update input adornment",
"review_url": null,
"published_at": null,
"context": "branch-deploy",
"deploy_time": null,
"deploy_time": 1386,
"public": true,
"plugin_state": "none"
"plugin_state": "success"
}

0 comments on commit f6bf852

Please sign in to comment.