@cfpb/cfpb-forms
Advanced tools
Comparing version 0.7.8 to 0.7.9
{ | ||
"name": "@cfpb/cfpb-forms", | ||
"version": "0.7.8", | ||
"version": "0.7.9", | ||
"description": "Design System form fields", | ||
@@ -11,6 +11,6 @@ "less": "src/cfpb-forms.less", | ||
"dependencies": { | ||
"@cfpb/cfpb-buttons": "^0.7.7", | ||
"@cfpb/cfpb-buttons": "^0.7.9", | ||
"@cfpb/cfpb-core": "^0.7.7", | ||
"@cfpb/cfpb-grid": "^0.7.2", | ||
"@cfpb/cfpb-icons": "^0.7.2" | ||
"@cfpb/cfpb-icons": "^0.7.9" | ||
}, | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
], | ||
"gitHead": "72623270013f2ad08dbe92b5b709ed2b434ee41e" | ||
"gitHead": "b44033e64d6a476e320fb0d7c36732e39f66b135" | ||
} |
@@ -159,3 +159,3 @@ // Required modules. | ||
inside: _headerDom, | ||
id: _name, | ||
id: _dom.id, | ||
autocomplete: 'off' | ||
@@ -162,0 +162,0 @@ } ); |
163268
Updated@cfpb/cfpb-buttons@^0.7.9
Updated@cfpb/cfpb-icons@^0.7.9