@vtex/styleguide
Advanced tools
Comparing version 2.0.0-rc.13 to 2.0.0-rc.14
@@ -47,4 +47,4 @@ 'use strict'; | ||
return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = Button.__proto__ || Object.getPrototypeOf(Button)).call.apply(_ref, [this].concat(args))), _this), _this.handleClick = function () { | ||
!_this.props.disabled && _this.props.onClick && _this.props.onClick(); | ||
return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = Button.__proto__ || Object.getPrototypeOf(Button)).call.apply(_ref, [this].concat(args))), _this), _this.handleClick = function (event) { | ||
!_this.props.disabled && _this.props.onClick && _this.props.onClick(event); | ||
}, _temp), _possibleConstructorReturn(_this, _ret); | ||
@@ -51,0 +51,0 @@ } |
{ | ||
"name": "@vtex/styleguide", | ||
"version": "2.0.0-rc.13", | ||
"version": "2.0.0-rc.14", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "test": "react-scripts test --env=jsdom", |
50009