Small V9 -> V10 adjustments

This commit is contained in:
Tessa Kelly 2020-01-29 09:15:37 -08:00
parent e3a67a706a
commit 5514e1745e
2 changed files with 2 additions and 6 deletions

View File

@ -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",

View File

@ -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
{-|