diff --git a/src/Nri/Ui/Message/V3.elm b/src/Nri/Ui/Message/V3.elm index bf6329ac..61bbca29 100644 --- a/src/Nri/Ui/Message/V3.elm +++ b/src/Nri/Ui/Message/V3.elm @@ -1,7 +1,7 @@ module Nri.Ui.Message.V3 exposing ( somethingWentWrong , view, Attribute - , custom, css, nriDescription, testId, id + , custom, css, testId, id , tiny, large, banner , plaintext, markdown, html , tip, error, alert, success, customTheme @@ -12,7 +12,7 @@ module Nri.Ui.Message.V3 exposing {-| Changes from V2: - adds `custom` - - adds `nriDescription`, `testId`, and `id` helpers + - adds `testId`, and `id` helpers - adds `css` helper @@ -20,7 +20,7 @@ module Nri.Ui.Message.V3 exposing @docs somethingWentWrong @docs view, Attribute -@docs custom, css, nriDescription, testId, id +@docs custom, css, testId, id ## Size @@ -359,12 +359,6 @@ custom attributes = } -{-| -} -nriDescription : String -> Attribute msg -nriDescription description = - custom [ ExtraAttributes.nriDescription description ] - - {-| -} testId : String -> Attribute msg testId id_ =