arui-feather
Advanced tools
Comparing version 9.6.0 to 9.6.1
@@ -264,2 +264,3 @@ 'use strict'; | ||
_react2.default.createElement('button', { | ||
type: 'button', | ||
className: cn('clear'), | ||
@@ -266,0 +267,0 @@ onClick: this.handleClearClick |
@@ -0,1 +1,12 @@ | ||
<a name="9.6.1"></a> | ||
## [9.6.1](https://github.com/alfa-laboratory/arui-feather/compare/v9.6.0...v9.6.1) (2017-09-12) | ||
### Bug Fixes | ||
* **attach:** added type property for clear button ([#242](https://github.com/alfa-laboratory/arui-feather/issues/242)) ([a45ca8e](https://github.com/alfa-laboratory/arui-feather/commit/a45ca8e)) | ||
* **radio-group:** fixed radio-group with width=available ([#237](https://github.com/alfa-laboratory/arui-feather/issues/237)) ([b7b7fef](https://github.com/alfa-laboratory/arui-feather/commit/b7b7fef)) | ||
<a name="9.6.0"></a> | ||
@@ -2,0 +13,0 @@ # [9.6.0](https://github.com/alfa-laboratory/arui-feather/compare/v9.5.0...v9.6.0) (2017-09-05) |
{ | ||
"name": "arui-feather", | ||
"version": "9.6.0", | ||
"version": "9.6.1", | ||
"description": "Alfa-Bank UI lightweight library", | ||
@@ -17,3 +17,3 @@ "repository": { | ||
"gemini-ci": "node ./gemini-utils/gemini-ci.js", | ||
"gemini-update": "ALL_SIZES=1 gemini update --grep=`env | grep '^SUITES' | awk -F= '{print $NF}'`", | ||
"gemini-update": "ALL_BROWSERS=1 ALL_SIZES=1 gemini update --grep=`env | grep '^SUITES' | awk -F= '{print $NF}'`", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", | ||
@@ -20,0 +20,0 @@ "github-release": "conventional-github-releaser -p angular", |
@@ -135,3 +135,3 @@ 'use strict'; | ||
return _react2.default.createElement( | ||
'span', | ||
'div', | ||
{ | ||
@@ -147,12 +147,20 @@ className: cn(_extends({ | ||
}, | ||
!!this.props.label && _react2.default.createElement( | ||
_react2.default.createElement( | ||
'div', | ||
{ className: cn('label') }, | ||
this.props.label | ||
), | ||
(0, _reactAddonsCreateFragment2.default)(radioGroupParts), | ||
(this.props.error || this.props.hint) && _react2.default.createElement( | ||
'span', | ||
{ className: cn('sub') }, | ||
this.props.error || this.props.hint | ||
{ className: cn('inner') }, | ||
!!this.props.label && _react2.default.createElement( | ||
'div', | ||
{ className: cn('top') }, | ||
this.props.label | ||
), | ||
_react2.default.createElement( | ||
'div', | ||
{ className: cn('box') }, | ||
(0, _reactAddonsCreateFragment2.default)(radioGroupParts) | ||
), | ||
(this.props.error || this.props.hint) && _react2.default.createElement( | ||
'span', | ||
{ className: cn('sub') }, | ||
this.props.error || this.props.hint | ||
) | ||
) | ||
@@ -159,0 +167,0 @@ ); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
3281474
33276