mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-08 23:47:05 +03:00
Merge branch 'master' into ink/expose-textinput-id
This commit is contained in:
commit
1a761c5192
4
elm.json
4
elm.json
@ -3,7 +3,7 @@
|
||||
"name": "NoRedInk/noredink-ui",
|
||||
"summary": "UI Widgets we use at NRI",
|
||||
"license": "BSD-3-Clause",
|
||||
"version": "6.6.2",
|
||||
"version": "6.6.3",
|
||||
"exposed-modules": [
|
||||
"Nri.Ui.Alert.V2",
|
||||
"Nri.Ui.AssetPath",
|
||||
@ -65,4 +65,4 @@
|
||||
"test-dependencies": {
|
||||
"elm-explorations/test": "1.2.0 <= v < 2.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -438,7 +438,7 @@ highlightBlueDark =
|
||||
-}
|
||||
highlightPurple : Css.Color
|
||||
highlightPurple =
|
||||
hex "#c9b0ff"
|
||||
hex "#e3d6ff"
|
||||
|
||||
|
||||
{-|
|
||||
|
Loading…
Reference in New Issue
Block a user