Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ychhabra-eightfold committed May 31, 2022
1 parent 0564de5 commit 51ef9e1
Showing 1 changed file with 181 additions and 0 deletions.
181 changes: 181 additions & 0 deletions src/__snapshots__/storybook.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3941,6 +3941,187 @@ exports[`Storyshots Config Provider Theming 1`] = `
</g>
</svg>
</span>
<div
className="checkboxGroup"
defaultChecked={
Array [
"First",
]
}
role="group"
>
<div
className="selector"
>
<input
checked={true}
disabled={false}
id="test-1"
name="group"
onChange={[Function]}
readOnly={true}
type="checkbox"
value="First"
/>
<label
className=""
htmlFor="test-1"
>
<span
className="checkmark"
/>
<span
className="selectorLabel"
>
First
</span>
</label>
</div>
<div
className="selector"
>
<input
checked={false}
disabled={false}
id="test-2"
name="group"
onChange={[Function]}
readOnly={true}
type="checkbox"
value="Second"
/>
<label
className=""
htmlFor="test-2"
>
<span
className="checkmark"
/>
<span
className="selectorLabel"
>
Second
</span>
</label>
</div>
<div
className="selector"
>
<input
checked={false}
disabled={false}
id="test-3"
name="group"
onChange={[Function]}
readOnly={true}
type="checkbox"
value="Third"
/>
<label
className=""
htmlFor="test-3"
>
<span
className="checkmark"
/>
<span
className="selectorLabel"
>
Third
</span>
</label>
</div>
</div>
<div
aria-label="Radio Group"
className="radioGroup"
role="group"
>
<div
className="selector"
>
<input
checked={true}
disabled={false}
id="oea2exk-1"
name="group"
onChange={[Function]}
readOnly={true}
type="radio"
value="Radio1"
/>
<label
className=""
htmlFor="oea2exk-1"
>
<span
className="radioButton"
id="oea2exk-1-custom-radio"
/>
<span
className="selectorLabel"
>
Radio1
</span>
</label>
</div>
<div
className="selector"
>
<input
checked={false}
disabled={false}
id="oea2exk-2"
name="group"
onChange={[Function]}
readOnly={true}
type="radio"
value="Radio2"
/>
<label
className=""
htmlFor="oea2exk-2"
>
<span
className="radioButton"
id="oea2exk-2-custom-radio"
/>
<span
className="selectorLabel"
>
Radio2
</span>
</label>
</div>
<div
className="selector"
>
<input
checked={false}
disabled={false}
id="oea2exk-3"
name="group"
onChange={[Function]}
readOnly={true}
type="radio"
value="Radio3"
/>
<label
className=""
htmlFor="oea2exk-3"
>
<span
className="radioButton"
id="oea2exk-3-custom-radio"
/>
<span
className="selectorLabel"
>
Radio3
</span>
</label>
</div>
</div>
</div>
</div>
`;
Expand Down

0 comments on commit 51ef9e1

Please sign in to comment.