Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/tooltip

Package Overview
Dependencies
Maintainers
1
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/tooltip - npm Package Compare versions

Comparing version 9.1.4 to 9.1.5

3

CHANGELOG.md
# @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)

2

dist/cjs/styled.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc