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.6 to 9.2.0

4

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

7

dist/cjs/components/Marshal.js

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

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