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 master (#3219)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Oct 8, 2021
1 parent d9e5515 commit e930cb5
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 13 deletions.
189 changes: 189 additions & 0 deletions lib/a11y-snapshot/__snapshots__/aom.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14575,6 +14575,87 @@ exports[`chromium /components/text-fields/ 1`] = `
<text>.</text>
</listitem>
</list>
<heading level="2">
Unstyled
<text>Unstyled</text>
</heading>
<paragraph>
<text>
For advanced customization scenarios, you can use the unstyled primitives.
</text>
</paragraph>
<paragraph>
<text>The basic building blocks are the</text>
<code>$SOME_CODE</code>
<text>component and the</text>
<code>$SOME_CODE</code>
<text>hook.</text>
</paragraph>
<heading level="3">
Unstyled component
<text>Unstyled component</text>
</heading>
<paragraph>
<text>The</text>
<code>$SOME_CODE</code>
<text>component wraps the native</text>
<code>$SOME_CODE</code>
<text>or</text>
<code>$SOME_CODE</code>
<text>
element. You can, optionally, provide a custom component to be rendered
instead.
</text>
</paragraph>
<button>
A generic container that is programmatically focused to test keyboard
navigation of our components.
</button>
<textbox>Demo input</textbox>
<toolbar>
demo source
<button>Show the full source</button>
<button>Edit in CodeSandbox</button>
<button>Edit in StackBlitz</button>
<button>Copy the source</button>
<button>Reset focus to test keyboard navigation</button>
<button>Reset demo</button>
<combobox haspopup="menu">See more</combobox>
</toolbar>
<Pre>
<code>$SOME_CODE</code>
</Pre>
<heading level="3">
Hook
<text>Hook</text>
</heading>
<paragraph>
<text>The</text>
<code>$SOME_CODE</code>
<text>hook is the headless version of the</text>
<code>$SOME_CODE</code>
<text>
component. Use it for even greater control over the rendered output.
</text>
</paragraph>
<button>
A generic container that is programmatically focused to test keyboard
navigation of our components.
</button>
<textbox>Demo input</textbox>
<toolbar>
demo source
<button>Show the full source</button>
<button>Edit in CodeSandbox</button>
<button>Edit in StackBlitz</button>
<button>Copy the source</button>
<button>Reset focus to test keyboard navigation</button>
<button>Reset demo</button>
<combobox haspopup="menu">See more</combobox>
</toolbar>
<Pre>
<code>$SOME_CODE</code>
</Pre>
<heading level="2">
API
<text>API</text>
Expand Down Expand Up @@ -14628,6 +14709,12 @@ exports[`chromium /components/text-fields/ 1`] = `
<code>$SOME_CODE</code>
</link>
</listitem>
<listitem level="1">
<link>
<InputUnstyled />
<code>$SOME_CODE</code>
</link>
</listitem>
<listitem level="1">
<link>
<OutlinedInput />
Expand Down Expand Up @@ -14734,6 +14821,17 @@ exports[`chromium /components/text-fields/ 1`] = `
<listitem level="1">
<link>Complementary projects</link>
</listitem>
<listitem level="1">
<link>Unstyled</link>
<list>
<listitem level="2">
<link>Unstyled component</link>
</listitem>
<listitem level="2">
<link>Hook</link>
</listitem>
</list>
</listitem>
<listitem level="1">
<link>API</link>
</listitem>
Expand Down Expand Up @@ -31099,6 +31197,79 @@ exports[`firefox /components/text-fields/ 1`] = `
<text>.</text>
</listitem>
</list>
<heading level="2">
Unstyled
<text>Unstyled</text>
</heading>
<paragraph>
<text>
For advanced customization scenarios, you can use the unstyled primitives.
</text>
</paragraph>
<paragraph>
<text>
The basic building blocks are the InputUnstyled component and the useInput
hook.
</text>
</paragraph>
<heading level="3">
Unstyled component
<text>Unstyled component</text>
</heading>
<paragraph>
<text>
The InputUnstyled component wraps the native input or textarea element.
You can, optionally, provide a custom component to be rendered instead.
</text>
</paragraph>
<button>
A generic container that is programmatically focused to test keyboard
navigation of our components.
</button>
<textbox>Demo input</textbox>
<toolbar>
demo source
<button>Show the full source</button>
<button>Edit in CodeSandbox</button>
<button>Edit in StackBlitz</button>
<button>Copy the source</button>
<button>Reset focus to test keyboard navigation</button>
<button>Reset demo</button>
<buttonmenu haspopup="true">See more</buttonmenu>
</toolbar>
<text>
<CustomInput aria-label="Demo input" placeholder="Type
something..." />
</text>
<heading level="3">
Hook
<text>Hook</text>
</heading>
<paragraph>
<text>
The useInput hook is the headless version of the InputUnstyled component.
Use it for even greater control over the rendered output.
</text>
</paragraph>
<button>
A generic container that is programmatically focused to test keyboard
navigation of our components.
</button>
<textbox>Demo input</textbox>
<toolbar>
demo source
<button>Show the full source</button>
<button>Edit in CodeSandbox</button>
<button>Edit in StackBlitz</button>
<button>Copy the source</button>
<button>Reset focus to test keyboard navigation</button>
<button>Reset demo</button>
<buttonmenu haspopup="true">See more</buttonmenu>
</toolbar>
<text>
<CustomInput aria-label="Demo input" placeholder="Type
something..." />
</text>
<heading level="2">
API
<text>API</text>
Expand Down Expand Up @@ -31136,6 +31307,10 @@ exports[`firefox /components/text-fields/ 1`] = `
<InputLabel />
<link><InputLabel /></link>
</listitem>
<listitem>
<InputUnstyled />
<link><InputUnstyled /></link>
</listitem>
<listitem>
<OutlinedInput />
<link><OutlinedInput /></link>
Expand Down Expand Up @@ -31260,6 +31435,20 @@ exports[`firefox /components/text-fields/ 1`] = `
Complementary projects
<link>Complementary projects</link>
</listitem>
<listitem level="1">
Unstyled Unstyled component Hook
<link>Unstyled</link>
<list>
<listitem level="2">
Unstyled component
<link>Unstyled component</link>
</listitem>
<listitem level="2">
Hook
<link>Hook</link>
</listitem>
</list>
</listitem>
<listitem level="1">
API
<link>API</link>
Expand Down
26 changes: 13 additions & 13 deletions lib/a11y-snapshot/deploy.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"id": "615ef57b65711500080b8390",
"id": "61608d46ba5fba00077e00cb",
"site_id": "64f32322-7c26-4008-b886-60800cd747b0",
"build_id": "615ef57b65711500080b838e",
"build_id": "61608d46ba5fba00077e00c8",
"state": "ready",
"name": "material-ui",
"url": "http://material-ui.netlify.app",
"admin_url": "https://app.netlify.com/sites/material-ui",
"deploy_url": "http://master--material-ui.netlify.app",
"deploy_ssl_url": "https://master--material-ui.netlify.app",
"created_at": "2021-10-07T13:26:19.789Z",
"updated_at": "2021-10-07T14:25:11.767Z",
"commit_ref": "ea22ca9c340f01c3510a60285a9564edcbd2fcc2",
"created_at": "2021-10-08T18:26:15.007Z",
"updated_at": "2021-10-08T18:41:14.050Z",
"commit_ref": "add3e55c992f04f51c5413a843289ab7b0acf577",
"review_id": null,
"skipped": null,
"locked": null,
"branch": "master",
"commit_url": "https://github.com/mui-org/material-ui/commit/ea22ca9c340f01c3510a60285a9564edcbd2fcc2",
"commit_url": "https://github.com/mui-org/material-ui/commit/add3e55c992f04f51c5413a843289ab7b0acf577",
"log_access_attributes": {
"type": "firebase",
"url": "https://netlify-builds1.firebaseio.com/builds/615ef57b65711500080b838e/log",
"endpoint": "https://netlify-builds1.firebaseio.com",
"path": "/builds/615ef57b65711500080b838e/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MzM2MTY5MDIsImQiOnsidWlkIjoiIn19.hwPnG6vETTwOTaqqDTI_URHLKuC2SUVTO5ksEj1H_9o"
"url": "https://netlify-builds2.firebaseio.com/builds/61608d46ba5fba00077e00c8/log",
"endpoint": "https://netlify-builds2.firebaseio.com",
"path": "/builds/61608d46ba5fba00077e00c8/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MzM3MjUxMTgsImQiOnsidWlkIjoiIn19.VTSRLuJSGtF5riivEg-1hWZX6DIKLsyW8xmB0GZlfxw"
},
"title": "[Pagination] Fix clicking on `...` triggering `onChange` with page value `null` (#28884)",
"title": "[InputUnstyled] Create unstyled input and useInput hook (#28053)",
"review_url": null,
"published_at": "2021-10-07T13:49:12.384Z",
"published_at": "2021-10-08T18:41:08.157Z",
"context": "production",
"deploy_time": 943,
"deploy_time": 890,
"public": true,
"plugin_state": "success"
}

0 comments on commit e930cb5

Please sign in to comment.