Banner alert

Banners which inform users about important things
Alert banners are one of the most prominent ways to communicate to users.
Closeable banner alert
Not a closeable banner
Inputs
bannerAlertButton ?: BannerAlertButton
bannerTitle ?: string
bordered ?: boolean = true
closeable ?: boolean = true
compact ?: boolean = false
fontColor ?: FontColor
level ?: BannerAlertLevel = BannerAlertLevel.NONE
marginBottom ?: Margin = 'xxxsmall'
type ?: BannerAlertType = BannerAlertType.INFO
Outputs
buttonClicked ?: any = new EventEmitter<void>()
close ?: any = new EventEmitter<void>()