mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-27 13:02:42 +03:00
Fix ci
This commit is contained in:
parent
6219b7697f
commit
93ba0adbb8
1
elm.json
1
elm.json
@ -27,6 +27,7 @@
|
||||
"Nri.Ui.Divider.V2",
|
||||
"Nri.Ui.Effects.V1",
|
||||
"Nri.Ui.WhenFocusLeaves.V1",
|
||||
"Nri.Ui.FocusRing.V1",
|
||||
"Nri.Ui.FocusTrap.V1",
|
||||
"Nri.Ui.Fonts.V1",
|
||||
"Nri.Ui.Heading.V2",
|
||||
|
@ -106,7 +106,6 @@ import Nri.Ui.MediaQuery.V1 as MediaQuery
|
||||
import Nri.Ui.Svg.V1 as NriSvg exposing (Svg)
|
||||
import Svg
|
||||
import Svg.Attributes
|
||||
import TransparentColor
|
||||
|
||||
|
||||
styledName : String -> String
|
||||
|
@ -16,7 +16,7 @@ module Nri.Ui.FocusRing.V1 exposing
|
||||
|
||||
import Css
|
||||
import Css.Global exposing (Snippet)
|
||||
import Nri.Ui.Colors.Extra exposing (toCssString, withAlpha)
|
||||
import Nri.Ui.Colors.Extra exposing (toCssString)
|
||||
import Nri.Ui.Colors.V1 as Colors
|
||||
import Nri.Ui.InputStyles.V3 as InputStyles exposing (focusedErrorInputBoxShadow, focusedInputBoxShadow)
|
||||
|
||||
|
@ -26,7 +26,7 @@ import Css exposing (..)
|
||||
import Html.Styled
|
||||
import Html.Styled.Attributes as Attributes exposing (css)
|
||||
import Html.Styled.Events as Events
|
||||
import Nri.Ui.Colors.Extra as ColorsExtra exposing (withAlpha)
|
||||
import Nri.Ui.Colors.Extra as ColorsExtra
|
||||
import Nri.Ui.Colors.V1 as Colors
|
||||
import Nri.Ui.FocusRing.V1 as FocusRing
|
||||
import Nri.Ui.Fonts.V1 as Fonts
|
||||
|
@ -68,7 +68,6 @@ import Html.Styled.Events as Events
|
||||
import Nri.Ui
|
||||
import Nri.Ui.ClickableSvg.V2 as ClickableSvg
|
||||
import Nri.Ui.Colors.V1 as Colors
|
||||
import Nri.Ui.FocusRing.V1 as FocusRing
|
||||
import Nri.Ui.Fonts.V1 as Fonts
|
||||
import Nri.Ui.Html.Attributes.V2 as ExtraAttributes
|
||||
import Nri.Ui.MediaQuery.V1 as MediaQuery
|
||||
|
@ -10,10 +10,7 @@ appropriate. Inspired by a blog post from [David Gilbertson](https://medium.com/
|
||||
-}
|
||||
|
||||
import Browser.Events
|
||||
import Css exposing (..)
|
||||
import Css.Global exposing (Snippet)
|
||||
import Html.Styled exposing (Attribute)
|
||||
import Html.Styled.Attributes exposing (css)
|
||||
import Json.Decode as Decode
|
||||
import Nri.Ui.FocusRing.V1 as FocusRing
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
"Nri.Ui.Divider.V2",
|
||||
"Nri.Ui.Effects.V1",
|
||||
"Nri.Ui.WhenFocusLeaves.V1",
|
||||
"Nri.Ui.FocusRing.V1",
|
||||
"Nri.Ui.FocusTrap.V1",
|
||||
"Nri.Ui.Fonts.V1",
|
||||
"Nri.Ui.Heading.V2",
|
||||
|
Loading…
Reference in New Issue
Block a user