Socket
Socket
Sign inDemoInstall

@hig/flyout

Package Overview
Dependencies
Maintainers
4
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 1.0.6 to 1.0.7

3

build/index.es.js

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

import { ThemeContext } from '@hig/theme-context';
import { combineEventHandlers } from '@hig/utils';

@@ -1487,3 +1488,3 @@ var anchorPoints = Object.freeze({

return React.cloneElement(children, {
onClick: handleChildClick,
onClick: combineEventHandlers(handleChildClick, children.props.onClick),
onMouseEnter: onMouseEnter,

@@ -1490,0 +1491,0 @@ onMouseLeave: onMouseLeave

@@ -14,2 +14,3 @@ 'use strict';

var themeContext = require('@hig/theme-context');
var utils = require('@hig/utils');

@@ -1495,3 +1496,3 @@ var anchorPoints = Object.freeze({

return React__default.cloneElement(children, {
onClick: handleChildClick,
onClick: utils.combineEventHandlers(handleChildClick, children.props.onClick),
onMouseEnter: onMouseEnter,

@@ -1498,0 +1499,0 @@ onMouseLeave: onMouseLeave

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

# [@hig/flyout-v1.0.7](https://github.com/Autodesk/hig/compare/@hig/flyout@1.0.6...@hig/flyout@1.0.7) (2019-07-09)
### Bug Fixes
* children's onClick prop is discarded in Flyout ([b538364](https://github.com/Autodesk/hig/commit/b538364))
# [@hig/flyout-v1.0.6](https://github.com/Autodesk/hig/compare/@hig/flyout@1.0.5...@hig/flyout@1.0.6) (2019-07-08)

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

{
"name": "@hig/flyout",
"version": "1.0.6",
"version": "1.0.7",
"description": "HIG Flyout",

@@ -22,3 +22,4 @@ "author": "Autodesk Inc.",

"prop-types": "^15.7.1",
"react-transition-group": "^2.3.1"
"react-transition-group": "^2.3.1",
"@hig/utils": "^0.3.0"
},

@@ -25,0 +26,0 @@ "peerDependencies": {

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