💀 remove the nriDescription helper, since the nriDescription is already set on the component

This commit is contained in:
Tessa Kelly 2021-01-19 13:01:06 -08:00
parent c4e26e2cc2
commit 65287fd416

View File

@ -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_ =