mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-30 06:07:41 +03:00
Elm review
This commit is contained in:
parent
91904f20d9
commit
e44b2b2c3e
@ -2,7 +2,7 @@ module CommonControls exposing
|
|||||||
( css, mobileCss, quizEngineMobileCss, notMobileCss
|
( css, mobileCss, quizEngineMobileCss, notMobileCss
|
||||||
, choice
|
, choice
|
||||||
, icon, iconNotCheckedByDefault, uiIcon
|
, icon, iconNotCheckedByDefault, uiIcon
|
||||||
, content, exampleHtml
|
, content
|
||||||
, httpError
|
, httpError
|
||||||
, disabledListItem, premiumDisplay
|
, disabledListItem, premiumDisplay
|
||||||
)
|
)
|
||||||
@ -16,7 +16,7 @@ module CommonControls exposing
|
|||||||
|
|
||||||
### Content
|
### Content
|
||||||
|
|
||||||
@docs content, exampleHtml
|
@docs content
|
||||||
@docs httpError
|
@docs httpError
|
||||||
|
|
||||||
-}
|
-}
|
||||||
|
@ -26,7 +26,6 @@ import Nri.Ui.Accordion.V3 as Accordion exposing (AccordionEntry(..))
|
|||||||
import Nri.Ui.Colors.Extra as ColorsExtra
|
import Nri.Ui.Colors.Extra as ColorsExtra
|
||||||
import Nri.Ui.Colors.V1 as Colors
|
import Nri.Ui.Colors.V1 as Colors
|
||||||
import Nri.Ui.DisclosureIndicator.V2 as DisclosureIndicator
|
import Nri.Ui.DisclosureIndicator.V2 as DisclosureIndicator
|
||||||
import Nri.Ui.Heading.V2 as Heading
|
|
||||||
import Nri.Ui.Svg.V1 as Svg
|
import Nri.Ui.Svg.V1 as Svg
|
||||||
import Nri.Ui.Text.V6 as Text
|
import Nri.Ui.Text.V6 as Text
|
||||||
import Nri.Ui.UiIcon.V1 as UiIcon
|
import Nri.Ui.UiIcon.V1 as UiIcon
|
||||||
|
Loading…
Reference in New Issue
Block a user