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

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 24, 2020
1 parent dbf36a0 commit 35840df
Showing 1 changed file with 179 additions and 5 deletions.
184 changes: 179 additions & 5 deletions lib/a11y-snapshot/__snapshots__/material-ui.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,7 @@ exports[`chromium / 1`] = `
<paragraph>
<link>
call-em-all
<img description="Mass Text Messaging & Automated Calling">
call-em-all
</img>
<img description="The easy way to message your group">call-em-all</img>
</link>
<link>
bitsrc
Expand Down Expand Up @@ -8253,6 +8251,104 @@ exports[`chromium /components/radio-buttons 1`] = `
<SVGRoot></SVGRoot>
</combobox>
</toolbar>
<heading level="2">
useRadioGroup
<Anchor></Anchor>
<code>$SOME_CODE</code>
</heading>
<paragraph>
<text>For advanced customization use cases, we expose a</text>
<code>$SOME_CODE</code>
<text>
hook. It returns the context value of RadioGroupContext. The Radio
component uses this hook internally.
</text>
</paragraph>
<heading level="4">
Returns
<text>Returns</text>
</heading>
<paragraph>
<code>$SOME_CODE</code>
<text>(Object):</text>
</paragraph>
<list>
<listitem level="1">
<ListMarker>
•<text>•</text>
</ListMarker>
<code>$SOME_CODE</code>
<text>
(String[optional]): The name used to reference the value of the control.
</text>
</listitem>
<listitem level="1">
<ListMarker>
•<text>•</text>
</ListMarker>
<code>$SOME_CODE</code>
<text>
(Void[optional]): Callback fired when a radio button is selected.
</text>
</listitem>
<listitem level="1">
<ListMarker>
•<text>•</text>
</ListMarker>
<code>$SOME_CODE</code>
<text>(Any[optional]): Value of the selected radio button.</text>
</listitem>
</list>
<button>
A generic container that is programmatically focused to test keyboard
navigation of our components.
</button>
<radiogroup>
<Label>
<radio checked="true">First</radio>
<SVGRoot></SVGRoot>
<SVGRoot></SVGRoot>
</Label>
<Label>
<radio checked="false">Second</radio>
<SVGRoot></SVGRoot>
<SVGRoot></SVGRoot>
</Label>
</radiogroup>
<toolbar>
demo source
<group>
<button pressed="true">Show JavaScript source</button>
<button pressed="false">Show TypeScript source</button>
</group>
<button description="Show the full source">
Show the full source
<SVGRoot></SVGRoot>
</button>
<button description="Edit in CodeSandbox">
Edit in CodeSandbox
<SVGRoot></SVGRoot>
</button>
<button description="Copy the source">
Copy the source
<SVGRoot></SVGRoot>
</button>
<button description="Reset focus to test keyboard navigation">
Reset focus to test keyboard navigation
<SVGRoot></SVGRoot>
</button>
<button description="Reset demo">
Reset demo
<SVGRoot></SVGRoot>
</button>
<combobox haspopup="menu">
See more
<SVGRoot></SVGRoot>
</combobox>
</toolbar>
<Pre>
<code>$SOME_CODE</code>
</Pre>
<heading level="2">
When to use
<Anchor></Anchor>
Expand Down Expand Up @@ -16968,8 +17064,8 @@ exports[`firefox / 1`] = `
<link>
call-em-all
<img
value="https://www.text-em-all.com/"
description="Mass Text Messaging & Automated Calling"
value="https://www.call-em-all.com/"
description="The easy way to message your group"
>
call-em-all
</img>
Expand Down Expand Up @@ -23028,6 +23124,84 @@ exports[`firefox /components/radio-buttons 1`] = `
<button>Reset demo</button>
<buttonmenu haspopup="true">See more</buttonmenu>
</toolbar>
<heading level="2">
useRadioGroup
<link></link>
<text>useRadioGroup</text>
</heading>
<paragraph>
<text>
For advanced customization use cases, we expose a useRadioGroup() hook. It
returns the context value of RadioGroupContext. The Radio component uses
this hook internally.
</text>
</paragraph>
<heading level="4">
Returns
<text>Returns</text>
</heading>
<paragraph>
<text>value (Object):</text>
</paragraph>
<list>
<listitem>
• value.name ( String [optional]): The name used to reference the value of
the control.
<statictext>•</statictext>
<text>
value.name (String [optional]): The name used to reference the value of
the control.
</text>
</listitem>
<listitem>
• value.onChange ( Void [optional]): Callback fired when a radio button is
selected.
<statictext>•</statictext>
<text>
value.onChange (Void [optional]): Callback fired when a radio button is
selected.
</text>
</listitem>
<listitem>
• value.value ( Any [optional]): Value of the selected radio button.
<statictext>•</statictext>
<text>
value.value (Any [optional]): Value of the selected radio button.
</text>
</listitem>
</list>
<button>
A generic container that is programmatically focused to test keyboard
navigation of our components.
</button>
<group>
<label>
First
<radio checked="true">First</radio>
<text>First</text>
</label>
<label>
Second
<radio>Second</radio>
<text>Second</text>
</label>
</group>
<toolbar>
demo source
<button>Show the full source</button>
<button>Edit in CodeSandbox</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>
<RadioGroup defaultValue="first"> <MyFormControlLabel
value="first" label="First" control={<Radio
/>} /> <MyFormControlLabel value="second"
label="Second" control={<Radio />} />
</RadioGroup>
</text>
<heading level="2">
When to use
<link></link>
Expand Down

0 comments on commit 35840df

Please sign in to comment.