Add mouseOutDelay prop
This allows you to specify a delay before closing the tip when the user mouses off the target. Previously there was no delay at all unless the tipContentHover prop was true. Now if you pass a mouseOutDelay number (that is greater than 0) the tip won't be hidden until that time has passed, if the user re-enters the target before the delay is passed the tip will not be hidden.