From 486737d713f14158194f08135f1ed984ff0ad8ee Mon Sep 17 00:00:00 2001 From: Aaron VonderHaar Date: Wed, 20 Mar 2019 10:23:25 -0700 Subject: [PATCH 1/2] expose needed type aliases in Nri.Ui.Icon.V4 --- src/Nri/Ui/Icon/V4.elm | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/Nri/Ui/Icon/V4.elm b/src/Nri/Ui/Icon/V4.elm index a28093ac..f9b0214e 100644 --- a/src/Nri/Ui/Icon/V4.elm +++ b/src/Nri/Ui/Icon/V4.elm @@ -1,6 +1,9 @@ module Nri.Ui.Icon.V4 exposing - ( icon, decorativeIcon, link, linkExternal, linkSpa, button - , IconType, IconSize(..), IconLinkSpaModel + ( icon, decorativeIcon + , IconType, IconSize(..) + , IconLinkModel, link, linkExternal + , IconButtonModel, button + , IconLinkSpaModel, linkSpa , activity , add , arrowDown @@ -91,8 +94,11 @@ module Nri.Ui.Icon.V4 exposing {-| -@docs icon, decorativeIcon, link, linkExternal, linkSpa, button -@docs IconType, IconSize, IconLinkSpaModel +@docs icon, decorativeIcon +@docs IconType, IconSize +@docs IconLinkModel, link, linkExternal +@docs IconButtonModel, button +@docs IconLinkSpaModel, linkSpa @docs activity @docs add @docs arrowDown @@ -217,6 +223,7 @@ type alias IconLinkSpaModel route = } +{-| -} type alias IconButtonModel msg = { alt : String , msg : msg From e6478fa92cd7c0d9433a8cc47bec0a25cc0edef3 Mon Sep 17 00:00:00 2001 From: Aaron VonderHaar Date: Wed, 20 Mar 2019 10:24:47 -0700 Subject: [PATCH 2/2] expose needed type aliases in Nri.Ui.ClickableText.V1 --- src/Nri/Ui/ClickableText/V1.elm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/Nri/Ui/ClickableText/V1.elm b/src/Nri/Ui/ClickableText/V1.elm index fc987819..58769ac3 100644 --- a/src/Nri/Ui/ClickableText/V1.elm +++ b/src/Nri/Ui/ClickableText/V1.elm @@ -1,5 +1,6 @@ module Nri.Ui.ClickableText.V1 exposing - ( button, link + ( ButtonConfig, button + , LinkConfig, link , Size(..) ) @@ -18,7 +19,12 @@ HTML `` elements and are created here with `*Link` functions. # `