From 396ffacc01c06cb73c577148bd3b5a0d9dbe85f4 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Wed, 27 Mar 2019 16:27:11 -0700 Subject: [PATCH] :skull: remove customButton from API and copy button in general --- src/Nri/Ui/Button/V8.elm | 54 +++++++++------------------------------- 1 file changed, 12 insertions(+), 42 deletions(-) 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. ## `