Comparing version 0.0.5 to 0.0.6
/*! | ||
* Eyzy v0.0.5 | ||
* Eyzy v0.0.6 | ||
* (c) 2019 amsik | ||
@@ -11,4 +11,4 @@ * Released under the MIT License. | ||
typeof define === 'function' && define.amd ? define(['exports', 'react'], factory) : | ||
(global = global || self, factory(global.Eyzy = {}, global.React)); | ||
}(this, (function (exports, React) { 'use strict'; | ||
(global = global || self, factory(global.eyzy = {}, global.React)); | ||
}(this, function (exports, React) { 'use strict'; | ||
@@ -192,2 +192,5 @@ React = React && React.hasOwnProperty('default') ? React['default'] : React; | ||
_this.handleChange = function (key) { | ||
if (key === _this.state.activeKey) { | ||
return; | ||
} | ||
if (_this.props.onChange) { | ||
@@ -304,3 +307,3 @@ _this.props.onChange(key); | ||
}))); | ||
})); | ||
//# sourceMappingURL=eyzy.js.map |
/*! | ||
* Eyzy v0.0.5 | ||
* Eyzy v0.0.6 | ||
* (c) 2019 amsik | ||
@@ -185,2 +185,5 @@ * Released under the MIT License. | ||
_this.handleChange = function (key) { | ||
if (key === _this.state.activeKey) { | ||
return; | ||
} | ||
if (_this.props.onChange) { | ||
@@ -187,0 +190,0 @@ _this.props.onChange(key); |
{ | ||
"name": "eyzy", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"author": "Kostiantyn", | ||
@@ -43,2 +43,3 @@ "description": "React UI Toolkit", | ||
"cross-env": "^5.2.0", | ||
"node-sass": "^4.13.0", | ||
"rollup": "^1.12.3", | ||
@@ -45,0 +46,0 @@ "rollup-plugin-babel": "^4.3.3", |
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
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
892
81043
19