@vtex/styleguide
Advanced tools
Comparing version 2.0.0-rc.14 to 2.0.0-rc.15
@@ -71,3 +71,3 @@ 'use strict'; | ||
classes += isIconButton ? 'icon-button pa3 ' : 'pv3 ph5 '; | ||
classes += isIconButton ? 'icon-button pa3 dib ' : 'pv3 ph5 '; | ||
@@ -97,5 +97,4 @@ if (!secondary && !primary && !disabled) { | ||
CustomTag, | ||
Object.assign({ | ||
className: '' + classes | ||
}, this.props.htmlProps, { | ||
Object.assign({}, this.props.htmlProps, { | ||
className: '' + classes, | ||
onClick: this.handleClick, | ||
@@ -102,0 +101,0 @@ disabled: !isIconButton && disabled |
{ | ||
"name": "@vtex/styleguide", | ||
"version": "2.0.0-rc.14", | ||
"version": "2.0.0-rc.15", | ||
"scripts": { | ||
@@ -9,2 +9,3 @@ "test": "react-scripts test --env=jsdom", | ||
"styleguide": "styleguidist server", | ||
"start": "styleguidist server", | ||
"styleguide:build": "styleguidist build", | ||
@@ -11,0 +12,0 @@ "compile": "npm run cleanlib && NODE_ENV=production babel --plugins transform-es2015-modules-commonjs ./src/components --out-dir ./lib --ignore '__tests__,*.spec.js' && npm run copycss", |
50041
988