augur-ui-react-components
Advanced tools
Comparing version 3.0.44 to 3.0.45
{ | ||
"name": "augur-ui-react-components", | ||
"version": "3.0.44", | ||
"version": "3.0.45", | ||
"description": "Augur UI React Components", | ||
@@ -5,0 +5,0 @@ "author": "Baz (@thinkloop)", |
@@ -68,3 +68,3 @@ import React, { Component, PropTypes } from 'react'; | ||
return ( | ||
<div className={classnames('input', { clearable: p.isClearable !== false }, this.props.className)}> | ||
<div className={classnames('input', { clearable: p.isClearable }, this.props.className)}> | ||
{!p.isMultiline && | ||
@@ -90,3 +90,3 @@ <input | ||
{!p.isMultiline && p.isClearable !== false && | ||
{!p.isMultiline && p.isClearable && | ||
<button type="button" className="clear" onClick={this.handleClear}> | ||
@@ -93,0 +93,0 @@  |
@@ -48,3 +48,3 @@ import React, { Component, PropTypes } from 'react'; | ||
<div className="buttons"> | ||
<Link {...p.marketLink} className={classnames('button', p.marketLink.className)}>{p.marketLink.text}</Link> | ||
<Link onClick={p.marketLink.onClick} className={classnames('button', p.marketLink.className)}>{p.marketLink.text}</Link> | ||
</div> | ||
@@ -51,0 +51,0 @@ } |
@@ -54,3 +54,2 @@ import React from 'react'; | ||
value={p.trade.numShares} | ||
isClearable={false} | ||
onChange={(value) => p.trade.updateTradeOrder(value, undefined, p.trade.side)} | ||
@@ -65,3 +64,2 @@ onClick={(e) => { e.stopPropagation(); p.updateSelectedOutcome(p.id); }} | ||
value={p.trade.limitPrice} | ||
isClearable={false} | ||
onChange={(value) => p.trade.updateTradeOrder(undefined, value, p.trade.side)} | ||
@@ -68,0 +66,0 @@ onClick={(e) => { e.stopPropagation(); p.updateSelectedOutcome(p.id); }} |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
1208810
202
10129
3