module Config.Helpers.Cards.Inner.CopyButton exposing (..) import Config.Helpers.Cards.Inner.Text exposing ( getHoverColours ) import Config.Helpers.Cards.Inner.ToolTip exposing (tooltip) import Config.Style.Colour.Helpers exposing ( ThemeColor(..) , colourTheme , getThemeColor ) import Config.Style.Icons.Icons exposing (copyLink) import Config.Style.Icons.Types as TySvg exposing (..) import Config.Style.Transitions exposing (transitionStyleSlow) import Element as E exposing (..) import Element.Background as B import Element.Border as D import Element.Font as F import Element.Input as Input import Ports import Shared import Shared.Msg exposing (Msg(..)) import Svg.Attributes as SvgAttr import Task sdafasd = []