@the-control-group/ui
Advanced tools
Comparing version 1.9.4 to 1.9.5
@@ -31,2 +31,3 @@ /** | ||
id, | ||
label, | ||
...other | ||
@@ -50,4 +51,7 @@ }) => { | ||
<Fragment> | ||
<Label htmlFor={other.id}>Password</Label> | ||
{!!label && | ||
<Label htmlFor={other.id}> | ||
{label} | ||
</Label> | ||
} | ||
@@ -85,2 +89,3 @@ <Common | ||
name: PropTypes.string.isRequired, | ||
label: PropTypes.string.isRequired, | ||
id: PropTypes.string | ||
@@ -90,2 +95,1 @@ }; | ||
export default PasswordInput; | ||
{ | ||
"name": "@the-control-group/ui", | ||
"version": "1.9.4", | ||
"version": "1.9.5", | ||
"description": "UI kit based on ReactJS for TCG projects", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
82360
1691