mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-23 16:32:11 +03:00
Fix ci
This commit is contained in:
parent
52464c18f8
commit
e7f5f5e559
@ -1,7 +1,6 @@
|
||||
module Nri.Ui.InputStyles.V3 exposing
|
||||
( label, Theme(..), input
|
||||
, inputPaddingVertical, inputLineHeight, textAreaHeight, writingLineHeight, writingPadding, writingPaddingTop, writingMinHeight
|
||||
, defaultMarginTop
|
||||
, inputPaddingVertical, inputLineHeight, textAreaHeight, writingLineHeight, writingPadding, writingPaddingTop, writingMinHeight, defaultMarginTop
|
||||
)
|
||||
|
||||
{-| InputStyles used by the TextInput and TextArea widgets.
|
||||
@ -11,7 +10,7 @@ module Nri.Ui.InputStyles.V3 exposing
|
||||
|
||||
## Shared hardcoded values
|
||||
|
||||
@docs inputPaddingVertical, inputLineHeight, textAreaHeight, writingLineHeight, writingPadding, writingPaddingTop, writingMinHeight
|
||||
@docs inputPaddingVertical, inputLineHeight, textAreaHeight, writingLineHeight, writingPadding, writingPaddingTop, writingMinHeight, defaultMarginTop
|
||||
|
||||
|
||||
## Changelog
|
||||
@ -111,6 +110,7 @@ label theme inError =
|
||||
]
|
||||
|
||||
|
||||
{-| -}
|
||||
defaultMarginTop : Float
|
||||
defaultMarginTop =
|
||||
9
|
||||
|
@ -13,9 +13,7 @@ spec =
|
||||
[ test "it uses the same DOM id that generateId produces" <|
|
||||
\() ->
|
||||
TextInput.view "myLabel"
|
||||
(TextInput.text identity)
|
||||
[]
|
||||
""
|
||||
[ TextInput.text identity ]
|
||||
|> Html.Styled.toUnstyled
|
||||
|> Query.fromHtml
|
||||
|> Query.has
|
||||
|
Loading…
Reference in New Issue
Block a user