Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Removed empty line in Tooltip; PasswordInput passwordIsVisible propTy…
Browse files Browse the repository at this point in the history
…pe changed to bool
  • Loading branch information
daniel-martic-sociomantic committed Mar 6, 2019
1 parent 7208d77 commit d926665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/PasswordInput/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ PasswordInput.propTypes =
/**
* Show password as plain text
*/
passwordIsVisible : PropTypes.func,
passwordIsVisible : PropTypes.bool,
/**
* Placeholder text
*/
Expand Down
3 changes: 1 addition & 2 deletions src/Tooltip/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,10 @@ Tooltip.propTypes =
* onMouseOut callback function: ( e ) => { ... }
*/
onMouseOut : PropTypes.func,

/**
* Tooltip role/style
*/
role : PropTypes.oneOf( [
role : PropTypes.oneOf( [
'default',
'critical',
'promoted',
Expand Down

0 comments on commit d926665

Please sign in to comment.