// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders ./components/alert/demo/banner.md correctly 1`] = `
Array [
,
,
Very long warning text warning text text text text text text text
,
,
Warning text without icon
,
,
,
]
`;
exports[`renders ./components/alert/demo/basic.md correctly 1`] = `
Success Text
`;
exports[`renders ./components/alert/demo/closable.md correctly 1`] = `
Warning Text Warning Text Warning TextW arning Text Warning Text Warning TextWarning Text
Error Text
Error Description Error Description Error Description Error Description Error Description Error Description
`;
exports[`renders ./components/alert/demo/close-text.md correctly 1`] = `
Info Text
`;
exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
showIcon = false
Success Tips
Detailed description and advices about successful copywriting.
Informational Notes
Additional description and informations about copywriting.
Warning
This is a warning notice about copywriting.
Error
This is an error message about copywriting.
`;
exports[`renders ./components/alert/demo/description.md correctly 1`] = `
Success Text
Success Description Success Description Success Description
Info Text
Info Description Info Description Info Description Info Description
Warning Text
Warning Description Warning Description Warning Description Warning Description
Error Text
Error Description Error Description Error Description Error Description
`;
exports[`renders ./components/alert/demo/error-boundary.md correctly 1`] = `
`;
exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
Success Tips
Detailed description and advice about successful copywriting.
Informational Notes
Additional description and information about copywriting.
Warning
This is a warning notice about copywriting.
Error
This is an error message about copywriting.
`;
exports[`renders ./components/alert/demo/loop-banner.md correctly 1`] = `
`;
exports[`renders ./components/alert/demo/smooth-closed.md correctly 1`] = `
`;
exports[`renders ./components/alert/demo/style.md correctly 1`] = `
Success Text
Info Text
Warning Text
Error Text
`;