@mysugr/spring-core
Advanced tools
Comparing version 0.7.15 to 0.7.16
@@ -54,3 +54,3 @@ 'use strict'; | ||
function Button$1(_a) { | ||
var children = _a.children, className = _a.className, disabled = _a.disabled, focus = _a.focus, grey = _a.grey, inverse = _a.inverse, large = _a.large, line = _a.line, onClick = _a.onClick, secondary = _a.secondary, slim = _a.slim, tertiary = _a.tertiary, text = _a.text, type = _a.type; | ||
var children = _a.children, className = _a.className, disabled = _a.disabled, focus = _a.focus, grey = _a.grey, inverse = _a.inverse, large = _a.large, line = _a.line, onClick = _a.onClick, secondary = _a.secondary, slim = _a.slim, tabIndex = _a.tabIndex, tertiary = _a.tertiary, text = _a.text, type = _a.type; | ||
var _b; | ||
@@ -86,3 +86,3 @@ if (focus && disabled) { | ||
_b[css$1.text] = text, | ||
_b), className), disabled: disabled, onClick: onClick }, children)); | ||
_b), className), disabled: disabled, tabIndex: tabIndex, onClick: onClick }, children)); | ||
} | ||
@@ -99,2 +99,3 @@ Button$1.defaultProps = { | ||
slim: false, | ||
tabIndex: undefined, | ||
tertiary: false, | ||
@@ -101,0 +102,0 @@ text: false, |
@@ -48,3 +48,3 @@ import classNames from 'classnames'; | ||
function Button$1(_a) { | ||
var children = _a.children, className = _a.className, disabled = _a.disabled, focus = _a.focus, grey = _a.grey, inverse = _a.inverse, large = _a.large, line = _a.line, onClick = _a.onClick, secondary = _a.secondary, slim = _a.slim, tertiary = _a.tertiary, text = _a.text, type = _a.type; | ||
var children = _a.children, className = _a.className, disabled = _a.disabled, focus = _a.focus, grey = _a.grey, inverse = _a.inverse, large = _a.large, line = _a.line, onClick = _a.onClick, secondary = _a.secondary, slim = _a.slim, tabIndex = _a.tabIndex, tertiary = _a.tertiary, text = _a.text, type = _a.type; | ||
var _b; | ||
@@ -80,3 +80,3 @@ if (focus && disabled) { | ||
_b[css$1.text] = text, | ||
_b), className), disabled: disabled, onClick: onClick }, children)); | ||
_b), className), disabled: disabled, tabIndex: tabIndex, onClick: onClick }, children)); | ||
} | ||
@@ -93,2 +93,3 @@ Button$1.defaultProps = { | ||
slim: false, | ||
tabIndex: undefined, | ||
tertiary: false, | ||
@@ -95,0 +96,0 @@ text: false, |
@@ -25,4 +25,4 @@ { | ||
}, | ||
"version": "0.7.15", | ||
"version": "0.7.16", | ||
"gitHead": "9c41764b47a1be83a47e4eb4d734fc85cf39eac6" | ||
} |
Sorry, the diff of this file is not supported yet
73055
1253