mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-18 11:11:38 +03:00
expose assignment start accessors
This commit is contained in:
parent
a0758ba6a9
commit
49039b1855
@ -8,6 +8,8 @@ module Nri.Ui.Icon.V3
|
|||||||
, arrowDown
|
, arrowDown
|
||||||
, arrowLeft
|
, arrowLeft
|
||||||
, arrowRight
|
, arrowRight
|
||||||
|
, assignmentStartButtonPrimary
|
||||||
|
, assignmentStartButtonSecondary
|
||||||
, assignmentTypeDiagnostic
|
, assignmentTypeDiagnostic
|
||||||
, assignmentTypePractice
|
, assignmentTypePractice
|
||||||
, assignmentTypeQuiz
|
, assignmentTypeQuiz
|
||||||
@ -94,6 +96,8 @@ module Nri.Ui.Icon.V3
|
|||||||
@docs arrowDown
|
@docs arrowDown
|
||||||
@docs arrowLeft
|
@docs arrowLeft
|
||||||
@docs arrowRight
|
@docs arrowRight
|
||||||
|
@docs assignmentStartButtonPrimary
|
||||||
|
@docs assignmentStartButtonSecondary
|
||||||
@docs assignmentTypeDiagnostic
|
@docs assignmentTypeDiagnostic
|
||||||
@docs assignmentTypePractice
|
@docs assignmentTypePractice
|
||||||
@docs assignmentTypeQuiz
|
@docs assignmentTypeQuiz
|
||||||
@ -407,6 +411,18 @@ arrowRight assets =
|
|||||||
ImgIcon assets.icons_arrowRightBlue_svg
|
ImgIcon assets.icons_arrowRightBlue_svg
|
||||||
|
|
||||||
|
|
||||||
|
{-| -}
|
||||||
|
assignmentStartButtonPrimary : { r | assignmentStartButtonPrimary : String } -> IconType
|
||||||
|
assignmentStartButtonPrimary assets =
|
||||||
|
SvgIcon assets.assignmentStartButtonPrimary
|
||||||
|
|
||||||
|
|
||||||
|
{-| -}
|
||||||
|
assignmentStartButtonSecondary : { r | assignmentStartButtonSecondary : String } -> IconType
|
||||||
|
assignmentStartButtonSecondary assets =
|
||||||
|
SvgIcon assets.assignmentStartButtonSecondary
|
||||||
|
|
||||||
|
|
||||||
{-| -}
|
{-| -}
|
||||||
assignmentTypeDiagnostic : { r | diagnostic : String } -> IconType
|
assignmentTypeDiagnostic : { r | diagnostic : String } -> IconType
|
||||||
assignmentTypeDiagnostic assets =
|
assignmentTypeDiagnostic assets =
|
||||||
|
Loading…
Reference in New Issue
Block a user