@cfpb/cfpb-forms
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@cfpb/cfpb-forms", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Design System form fields", | ||
@@ -20,4 +20,4 @@ "less": "src/cfpb-forms.less", | ||
], | ||
"gitHead": "2171070ca1255b369ce641ba318f549a5edce3a8", | ||
"gitHead": "bdc3022566b66b216f237989b55bac80fbc33446", | ||
"type": "module" | ||
} |
@@ -156,3 +156,3 @@ The @cfpb/forms component provides extensions to the basic form styles for | ||
A label heading | ||
<small class="a-label__helper a-label__helper__block">Helper text</small> | ||
<small class="a-label__helper a-label__helper--block">Helper text</small> | ||
</label> | ||
@@ -163,3 +163,3 @@ | ||
A label heading | ||
<small class="a-label__helper a-label__helper__block">Helper text</small> | ||
<small class="a-label__helper a-label__helper--block">Helper text</small> | ||
</label> | ||
@@ -166,0 +166,0 @@ ``` |