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

@hig/flyout

Package Overview
Dependencies
Maintainers
7
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/flyout - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

10

build/index.es.js

@@ -1215,4 +1215,3 @@ import Transition, { ENTERED, ENTERING, EXITED, EXITING } from 'react-transition-group/Transition';

function (_ref2) {
var hasHover = _ref2.hasHover,
onMouseEnter = _ref2.onMouseEnter,
var onMouseEnter = _ref2.onMouseEnter,
onMouseLeave = _ref2.onMouseLeave;

@@ -1231,3 +1230,3 @@ return React.createElement(

},
_this.renderChildren(hasHover, onMouseEnter, onMouseLeave)
_this.renderChildren(onMouseEnter, onMouseLeave)
);

@@ -1265,3 +1264,3 @@ }

pointerRef.style.left = pointerPosition.left + "px";
}, 0);
}, 100);
}

@@ -1439,3 +1438,3 @@ }, {

key: "renderChildren",
value: function renderChildren(hasHover, onMouseEnter, onMouseLeave) {
value: function renderChildren(onMouseEnter, onMouseLeave) {
var children = this.props.children;

@@ -1451,3 +1450,2 @@ var handleChildClick = this.handleChildClick;

return React.cloneElement(children, {
hasHover: hasHover,
onClick: handleChildClick,

@@ -1454,0 +1452,0 @@ onMouseEnter: onMouseEnter,

@@ -1223,4 +1223,3 @@ 'use strict';

function (_ref2) {
var hasHover = _ref2.hasHover,
onMouseEnter = _ref2.onMouseEnter,
var onMouseEnter = _ref2.onMouseEnter,
onMouseLeave = _ref2.onMouseLeave;

@@ -1239,3 +1238,3 @@ return React__default.createElement(

},
_this.renderChildren(hasHover, onMouseEnter, onMouseLeave)
_this.renderChildren(onMouseEnter, onMouseLeave)
);

@@ -1273,3 +1272,3 @@ }

pointerRef.style.left = pointerPosition.left + "px";
}, 0);
}, 100);
}

@@ -1447,3 +1446,3 @@ }, {

key: "renderChildren",
value: function renderChildren(hasHover, onMouseEnter, onMouseLeave) {
value: function renderChildren(onMouseEnter, onMouseLeave) {
var children = this.props.children;

@@ -1459,3 +1458,2 @@ var handleChildClick = this.handleChildClick;

return React__default.cloneElement(children, {
hasHover: hasHover,
onClick: handleChildClick,

@@ -1462,0 +1460,0 @@ onMouseEnter: onMouseEnter,

@@ -0,1 +1,8 @@

# [@hig/flyout-v0.8.1](https://github.com/Autodesk/hig/compare/@hig/flyout@0.8.0...@hig/flyout@0.8.1) (2019-01-09)
### Bug Fixes
* flyout throwing console errors ([6cba99d](https://github.com/Autodesk/hig/commit/6cba99d))
# [@hig/flyout-v0.8.0](https://github.com/Autodesk/hig/compare/@hig/flyout@0.7.0...@hig/flyout@0.8.0) (2019-01-04)

@@ -2,0 +9,0 @@

4

package.json
{
"name": "@hig/flyout",
"version": "0.8.0",
"version": "0.8.1",
"description": "HIG Flyout",

@@ -20,3 +20,3 @@ "author": "Autodesk Inc.",

"dependencies": {
"@hig/theme-context": "^1.0.0",
"@hig/theme-context": "^1.0.1",
"emotion": "^10.0.0",

@@ -23,0 +23,0 @@ "prop-types": "^15.6.1",

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