🎨 tidy exports and docs

This commit is contained in:
Tessa Kelly 2021-11-04 12:52:58 -07:00
parent aff0ed5068
commit 2e7a95a822
2 changed files with 4 additions and 7 deletions

View File

@ -12,10 +12,11 @@ module Nri.Ui.Select.V8 exposing
{-| Build a select input with a label, optional guidance, and error messaging.
# Changes from V5
# Changes from V7
- view adds a label
- adds standard custom, nriDescription, etc. attributes
- switches to a list-based attribuet API from a record-based API
@docs view, generateId
@ -30,17 +31,13 @@ module Nri.Ui.Select.V8 exposing
@docs value
### Input handlers
### Attributes
@docs Attribute, defaultDisplayText, autofocus
@docs Attribute, defaultDisplayText
@docs hiddenLabel, visibleLabel
@docs errorIf, errorMessage
@docs custom, nriDescription, id, testId
@docs containerCss, noMargin
@docs disabled, loading, guidance
-}

View File

@ -4,7 +4,7 @@ module Nri.Ui.TextInput.V7 exposing
, value, map
, onFocus, onBlur, onEnter
, Attribute, placeholder, autofocus
, hiddenLabel
, hiddenLabel, visibleLabel
, css, custom, nriDescription, id, testId, noMargin
, disabled, loading, errorIf, errorMessage, guidance
, writing