mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 08:53:33 +03:00
Small V9 -> V10 adjustments
This commit is contained in:
parent
e3a67a706a
commit
5514e1745e
1
elm.json
1
elm.json
@ -24,6 +24,7 @@
|
||||
"Nri.Ui.Button.V7",
|
||||
"Nri.Ui.Button.V8",
|
||||
"Nri.Ui.Button.V9",
|
||||
"Nri.Ui.Button.V10",
|
||||
"Nri.Ui.Callout.V1",
|
||||
"Nri.Ui.Checkbox.V3",
|
||||
"Nri.Ui.Checkbox.V4",
|
||||
|
@ -20,11 +20,6 @@ module Nri.Ui.Button.V10 exposing
|
||||
- Explicitly zeroes out all margin
|
||||
|
||||
|
||||
# Changes from V8:
|
||||
|
||||
- Changes API to be attribute-based, rather than config-based
|
||||
|
||||
|
||||
# Create a button or link
|
||||
|
||||
@docs button, link
|
||||
@ -88,7 +83,7 @@ import Svg.Attributes
|
||||
|
||||
styledName : String -> String
|
||||
styledName suffix =
|
||||
"Nri-Ui-Button-V9-" ++ suffix
|
||||
"Nri-Ui-Button-V10-" ++ suffix
|
||||
|
||||
|
||||
{-|
|
||||
|
Loading…
Reference in New Issue
Block a user