mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-02 23:52:22 +03:00
Adds codeDetails field to the private attributes
This commit is contained in:
parent
20ae79d580
commit
1fe177af9d
@ -499,6 +499,7 @@ type alias BannerConfig msg =
|
||||
{ onDismiss : Maybe msg
|
||||
, role : Maybe Role
|
||||
, content : List (Html msg)
|
||||
, codeDetails : Maybe String
|
||||
, theme : Theme
|
||||
, size : Size
|
||||
, icon : Maybe Svg
|
||||
@ -515,6 +516,7 @@ configFromAttributes attr =
|
||||
{ onDismiss = Nothing
|
||||
, role = Nothing
|
||||
, content = []
|
||||
, codeDetails = Nothing
|
||||
, theme = Tip
|
||||
, size = Tiny
|
||||
, icon = Nothing
|
||||
|
Loading…
Reference in New Issue
Block a user