diff --git a/src/Nri/Ui/Button/V8.elm b/src/Nri/Ui/Button/V8.elm index 9eb012e4..ed552c6d 100644 --- a/src/Nri/Ui/Button/V8.elm +++ b/src/Nri/Ui/Button/V8.elm @@ -1,7 +1,10 @@ module Nri.Ui.Button.V8 exposing ( ButtonSize(..), ButtonWidth(..), ButtonStyle(..), ButtonState(..), ButtonContent - , ButtonConfig, button, customButton, delete, copyToClipboard, ToggleButtonConfig, toggleButton - , LinkConfig, link, linkSpa, linkExternal, linkWithMethod, linkWithTracking, linkExternalWithTracking + , ButtonConfig, button + , delete + , ToggleButtonConfig, toggleButton + , LinkConfig, link, linkSpa + , linkExternal, linkWithMethod, linkWithTracking, linkExternalWithTracking ) {-| @@ -10,6 +13,8 @@ module Nri.Ui.Button.V8 exposing # Changes from V7: - Removes dependency on Icon that makes versioned assets hard to work with + - Removes copyToClipboard, which has additional dependencies and also isn't broadly used + - Removes customButton from what's exposed, as it's not in use # About: @@ -37,12 +42,15 @@ may be exceptions, for example if button content is supplied by an end-user. ## `