@atlaskit/tooltip
Advanced tools
Comparing version 9.1.6 to 9.2.0
# @atlaskit/tooltip | ||
## 9.2.0 | ||
- [minor] add delay prop to tooltip. still defaults to 300ms. [66c6264](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/66c6264) | ||
- [none] Updated dependencies [66c6264](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/66c6264) | ||
## 9.1.6 | ||
@@ -4,0 +8,0 @@ |
@@ -19,5 +19,2 @@ 'use strict'; | ||
var SHOW_DELAY = 300; | ||
var HIDE_DELAY = 300; | ||
var SCROLLABLE = /auto|scroll/; | ||
@@ -89,3 +86,3 @@ | ||
_this2.showTooltip(tooltip, { immediate: false }); | ||
}, SHOW_DELAY); | ||
}, tooltip.props.delay); | ||
} | ||
@@ -197,3 +194,3 @@ | ||
_this3.hideTooltip(tooltip, { immediate: false }); | ||
}, HIDE_DELAY); | ||
}, tooltip.props.delay); | ||
} | ||
@@ -200,0 +197,0 @@ |
@@ -268,4 +268,5 @@ 'use strict'; | ||
component: _styled.Tooltip, | ||
delay: 300, | ||
mousePosition: 'bottom', | ||
position: 'bottom', | ||
mousePosition: 'bottom', | ||
tag: 'div' | ||
@@ -272,0 +273,0 @@ }; |
@@ -7,5 +7,2 @@ import _classCallCheck from 'babel-runtime/helpers/classCallCheck'; | ||
var SHOW_DELAY = 300; | ||
var HIDE_DELAY = 300; | ||
var SCROLLABLE = /auto|scroll/; | ||
@@ -78,3 +75,3 @@ | ||
_this2.showTooltip(tooltip, { immediate: false }); | ||
}, SHOW_DELAY); | ||
}, tooltip.props.delay); | ||
} | ||
@@ -186,3 +183,3 @@ | ||
_this3.hideTooltip(tooltip, { immediate: false }); | ||
}, HIDE_DELAY); | ||
}, tooltip.props.delay); | ||
} | ||
@@ -189,0 +186,0 @@ |
@@ -233,4 +233,5 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of'; | ||
component: StyledTooltip, | ||
delay: 300, | ||
mousePosition: 'bottom', | ||
position: 'bottom', | ||
mousePosition: 'bottom', | ||
tag: 'div' | ||
@@ -237,0 +238,0 @@ }; |
{ | ||
"name": "@atlaskit/tooltip", | ||
"version": "9.1.5" | ||
"version": "9.1.6" | ||
} |
{ | ||
"name": "@atlaskit/tooltip", | ||
"version": "9.1.6", | ||
"version": "9.2.0", | ||
"description": "A React Component for displaying Tooltips", | ||
@@ -42,2 +42,2 @@ "license": "Apache-2.0", | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
142602
1822