// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders ./components/alert/demo/banner.md 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.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 TextError Description Error Description Error Description Error Description Error Description Error Description
    
      
    
   
 
`;
exports[`renders ./components/alert/demo/close-text.md correctly 1`] = `
`;
exports[`renders ./components/alert/demo/description.md correctly 1`] = `
  Success Text
      Success Description Success Description Success Description
    
    
   
  Info TextInfo Description Info Description Info Description Info Description
  Warning TextWarning Description Warning Description Warning Description Warning Description
  Error TextError Description Error Description Error Description Error Description
 
`;
exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
  
    Success Tips
  
    Informational Notes
  
    Warning
  
    Error
  
    Success TipsDetailed description and advices about successful copywriting.
  
    Informational NotesAdditional description and informations about copywriting.
  
    WarningThis is a warning notice about copywriting.
  
    ErrorThis is an error message about copywriting.
 
`;
exports[`renders ./components/alert/demo/style.md correctly 1`] = `
  Success Text
  Info Text
  Warning Text
  Error Text
 
`;