grommet-index
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -148,6 +148,7 @@ 'use strict'; | ||
if (status) { | ||
value = choice.value.toLowerCase(); | ||
label = _react2.default.createElement( | ||
'span', | ||
null, | ||
_react2.default.createElement(_Status2.default, { value: choice.value, size: 'small' }), | ||
_react2.default.createElement(_Status2.default, { value: value, size: 'small' }), | ||
' ', | ||
@@ -154,0 +155,0 @@ label |
@@ -213,3 +213,3 @@ 'use strict'; | ||
{ className: CLASS_ROOT + '__error' }, | ||
result.error | ||
data.error | ||
); | ||
@@ -348,3 +348,3 @@ } | ||
'div', | ||
{ ref: 'items', className: CLASS_ROOT + '__items' }, | ||
{ className: CLASS_ROOT + '__items' }, | ||
_react2.default.createElement(ViewComponent, { | ||
@@ -351,0 +351,0 @@ actions: this.props.actions, |
@@ -152,3 +152,3 @@ 'use strict'; | ||
'select', | ||
{ ref: 'sort', value: this.state.name, onChange: this._onChange }, | ||
{ value: this.state.name, onChange: this._onChange }, | ||
options | ||
@@ -155,0 +155,0 @@ ), |
{ | ||
"name": "grommet-index", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"main": "src/js/index.js", | ||
@@ -5,0 +5,0 @@ "description": "Grommet UI and example server for searching, filtering, and displaying mass quantities of items.", |
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
532742
4224
1