2024-02-02 19:00:38 -06:00
|
|
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
2023-09-27 17:34:41 -04:00
|
|
|
|
|
|
|
|
exports[`Toast renders 1`] = `
|
|
|
|
|
<button
|
|
|
|
|
aria-describedby="radix-:r5:"
|
|
|
|
|
aria-labelledby="radix-:r4:"
|
|
|
|
|
class="overlay animate toast"
|
|
|
|
|
data-state="open"
|
|
|
|
|
id="radix-:r3:"
|
|
|
|
|
role="dialog"
|
|
|
|
|
style="pointer-events: auto;"
|
|
|
|
|
tabindex="-1"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<h3
|
2024-01-05 13:51:39 -05:00
|
|
|
class="_typography_yh5dq_162 _font-body-sm-semibold_yh5dq_45"
|
2023-09-27 17:34:41 -04:00
|
|
|
id="radix-:r4:"
|
|
|
|
|
>
|
|
|
|
|
Hello world!
|
|
|
|
|
</h3>
|
|
|
|
|
</button>
|
|
|
|
|
`;
|