mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-26 07:04:33 +03:00
fix docs and exposed-modules (#140)
This commit is contained in:
parent
c1ff19f0d0
commit
9c96b0c3b8
@ -11,6 +11,7 @@
|
||||
"Nri.Ui.Alert.V2",
|
||||
"Nri.Ui.AssetPath",
|
||||
"Nri.Ui.BannerAlert.V1",
|
||||
"Nri.Ui.BannerAlert.V2",
|
||||
"Nri.Ui.Button.V1",
|
||||
"Nri.Ui.Button.V2",
|
||||
"Nri.Ui.Button.V3",
|
||||
@ -23,6 +24,7 @@
|
||||
"Nri.Ui.Colors.V1",
|
||||
"Nri.Ui.DisclosureIndicator.V1",
|
||||
"Nri.Ui.Divider.V1",
|
||||
"Nri.Ui.Divider.V2",
|
||||
"Nri.Ui.Dropdown.V1",
|
||||
"Nri.Ui.Effects.V1",
|
||||
"Nri.Ui.Fonts.V1",
|
||||
@ -34,7 +36,9 @@
|
||||
"Nri.Ui.Modal.V2",
|
||||
"Nri.Ui.Modal.V3",
|
||||
"Nri.Ui.Outline.V1",
|
||||
"Nri.Ui.Outline.V2",
|
||||
"Nri.Ui.Page.V1",
|
||||
"Nri.Ui.Page.V2",
|
||||
"Nri.Ui.Palette.V1",
|
||||
"Nri.Ui.PremiumCheckbox.V1",
|
||||
"Nri.Ui.PremiumCheckbox.V2",
|
||||
|
@ -8,7 +8,6 @@ module Nri.Ui.BannerAlert.V2 exposing
|
||||
|
||||
@docs error
|
||||
@docs neutral
|
||||
@docs styles
|
||||
@docs success
|
||||
|
||||
-}
|
||||
|
@ -2,7 +2,7 @@ module Nri.Ui.Divider.V2 exposing (view)
|
||||
|
||||
{-| <https://staging.noredink.com/style_guide#ui/src/Nri/Divider.elm>
|
||||
|
||||
@docs styles, view
|
||||
@docs view
|
||||
|
||||
-}
|
||||
|
||||
|
@ -15,7 +15,6 @@ module Nri.Ui.Outline.V2 exposing
|
||||
@docs NodeConfig
|
||||
@docs config
|
||||
@docs html
|
||||
@docs styles
|
||||
|
||||
-}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user