mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-04 17:24:06 +03:00
💀 remove the nriDescription helper, since the nriDescription is already set on the component
This commit is contained in:
parent
c4e26e2cc2
commit
65287fd416
@ -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_ =
|
||||
|
Loading…
Reference in New Issue
Block a user