app/components/primer/alpha/banner.rb in openproject-primer_view_components-0.44.3 vs app/components/primer/alpha/banner.rb in openproject-primer_view_components-0.45.0

- old
+ new

@@ -2,9 +2,15 @@ module Primer module Alpha # Use `Banner` to highlight important information. # + # ### Events + # + # |Name |Type |Bubbles |Cancelable | + # |:---------|:-------------------|:-------|:----------| + # |`dismiss` |`CustomEvent<void>` |No |No | + # # @accessibility # ### Improve discoverability with a heading and landmark # Banners are made visually prominent with icons and colors to immediately draw attention. # # To ensure the Banner is also easily discoverable for assistive technology users, consider: