@atlaskit/tooltip
Advanced tools
Comparing version 9.1.4 to 9.1.5
# @atlaskit/tooltip | ||
## 9.1.5 | ||
- [patch] Fix long words in tooltip content overflowing the tooltip, they will now wrap. [b2967ef](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b2967ef) | ||
## 9.1.4 | ||
@@ -4,0 +7,0 @@ - [patch] Fix tooltips sometimes not hiding when rapidly switching between them [760f6a0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/760f6a0) |
@@ -14,3 +14,3 @@ 'use strict'; | ||
_templateObject2 = (0, _taggedTemplateLiteral3.default)(['\n z-index: ', ';\n pointer-events: none;\n position: fixed;\n'], ['\n z-index: ', ';\n pointer-events: none;\n position: fixed;\n']), | ||
_templateObject3 = (0, _taggedTemplateLiteral3.default)(['\n background-color: ', ';\n border-radius: ', 'px;\n box-sizing: border-box;\n color: ', ';\n font-size: 12px;\n left: 0;\n line-height: 1.3;\n max-width: 240px;\n padding: 2px 6px;\n top: 0;\n ', ';\n'], ['\n background-color: ', ';\n border-radius: ', 'px;\n box-sizing: border-box;\n color: ', ';\n font-size: 12px;\n left: 0;\n line-height: 1.3;\n max-width: 240px;\n padding: 2px 6px;\n top: 0;\n ', ';\n']), | ||
_templateObject3 = (0, _taggedTemplateLiteral3.default)(['\n background-color: ', ';\n border-radius: ', 'px;\n box-sizing: border-box;\n color: ', ';\n font-size: 12px;\n left: 0;\n line-height: 1.3;\n max-width: 240px;\n padding: 2px 6px;\n top: 0;\n /* Edge does not support overflow-wrap */\n word-wrap: break-word;\n overflow-wrap: break-word;\n ', ';\n'], ['\n background-color: ', ';\n border-radius: ', 'px;\n box-sizing: border-box;\n color: ', ';\n font-size: 12px;\n left: 0;\n line-height: 1.3;\n max-width: 240px;\n padding: 2px 6px;\n top: 0;\n /* Edge does not support overflow-wrap */\n word-wrap: break-word;\n overflow-wrap: break-word;\n ', ';\n']), | ||
_templateObject4 = (0, _taggedTemplateLiteral3.default)(['\n display: inline-block;\n'], ['\n display: inline-block;\n']); | ||
@@ -17,0 +17,0 @@ |
@@ -5,3 +5,3 @@ import _taggedTemplateLiteral from 'babel-runtime/helpers/taggedTemplateLiteral'; | ||
_templateObject2 = _taggedTemplateLiteral(['\n z-index: ', ';\n pointer-events: none;\n position: fixed;\n'], ['\n z-index: ', ';\n pointer-events: none;\n position: fixed;\n']), | ||
_templateObject3 = _taggedTemplateLiteral(['\n background-color: ', ';\n border-radius: ', 'px;\n box-sizing: border-box;\n color: ', ';\n font-size: 12px;\n left: 0;\n line-height: 1.3;\n max-width: 240px;\n padding: 2px 6px;\n top: 0;\n ', ';\n'], ['\n background-color: ', ';\n border-radius: ', 'px;\n box-sizing: border-box;\n color: ', ';\n font-size: 12px;\n left: 0;\n line-height: 1.3;\n max-width: 240px;\n padding: 2px 6px;\n top: 0;\n ', ';\n']), | ||
_templateObject3 = _taggedTemplateLiteral(['\n background-color: ', ';\n border-radius: ', 'px;\n box-sizing: border-box;\n color: ', ';\n font-size: 12px;\n left: 0;\n line-height: 1.3;\n max-width: 240px;\n padding: 2px 6px;\n top: 0;\n /* Edge does not support overflow-wrap */\n word-wrap: break-word;\n overflow-wrap: break-word;\n ', ';\n'], ['\n background-color: ', ';\n border-radius: ', 'px;\n box-sizing: border-box;\n color: ', ';\n font-size: 12px;\n left: 0;\n line-height: 1.3;\n max-width: 240px;\n padding: 2px 6px;\n top: 0;\n /* Edge does not support overflow-wrap */\n word-wrap: break-word;\n overflow-wrap: break-word;\n ', ';\n']), | ||
_templateObject4 = _taggedTemplateLiteral(['\n display: inline-block;\n'], ['\n display: inline-block;\n']); | ||
@@ -8,0 +8,0 @@ |
{ | ||
"name": "@atlaskit/tooltip", | ||
"version": "9.1.3" | ||
"version": "9.1.4" | ||
} |
{ | ||
"name": "@atlaskit/tooltip", | ||
"version": "9.1.4", | ||
"version": "9.1.5", | ||
"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
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
142178
1824