// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders ./components/alert/demo/banner.vue correctly 1`] = `
Warning text

Very long warning text warning text text text text text text text

Warning text without icon

Error text
`; exports[`renders ./components/alert/demo/basic.vue correctly 1`] = `
Success Text
`; exports[`renders ./components/alert/demo/closable.vue 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.vue correctly 1`] = `
Info Text
`; exports[`renders ./components/alert/demo/custom-icon.vue correctly 1`] = `
showIcon = false
Success Tips
Informational Notes
Warning
Error
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.vue 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/icon.vue correctly 1`] = `
Success Tips
Informational Notes
Warning
Error
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/smooth-closed.vue correctly 1`] = `
Alert Message Text
`; exports[`renders ./components/alert/demo/style.vue correctly 1`] = `
Success Text
Info Text
Warning Text
Error Text
`;