arui-feather
Advanced tools
Comparing version 9.10.0 to 9.10.1
@@ -0,1 +1,11 @@ | ||
<a name="9.10.1"></a> | ||
## [9.10.1](https://github.com/alfa-laboratory/arui-feather/compare/v9.10.0...v9.10.1) (2017-09-19) | ||
### Bug Fixes | ||
* **phone-input:** pass mask in prop types explicitly for proper typings generation ([#262](https://github.com/alfa-laboratory/arui-feather/issues/262)) ([df2187b](https://github.com/alfa-laboratory/arui-feather/commit/df2187b)) | ||
<a name="9.10.0"></a> | ||
@@ -2,0 +12,0 @@ # [9.10.0](https://github.com/alfa-laboratory/arui-feather/compare/v9.9.0...v9.10.0) (2017-09-19) |
{ | ||
"name": "arui-feather", | ||
"version": "9.10.0", | ||
"version": "9.10.1", | ||
"description": "Alfa-Bank UI lightweight library", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -111,9 +111,11 @@ 'use strict'; | ||
}(_react2.default.Component), _class2.propTypes = _extends({}, _input2.default.propTypes, { | ||
/** Определяет маску для ввода значений. [Шаблон маски](https://github.com/insin/inputmask-core#pattern) */ | ||
mask: _propTypes2.default.string, | ||
/** Подсказка в текстовом поле */ | ||
placeholder: _propTypes2.default.string | ||
}), _class2.defaultProps = { | ||
placeholder: '+7 000 000 00 00', | ||
mask: '+1 111 111 11 11' | ||
mask: '+1 111 111 11 11', | ||
placeholder: '+7 000 000 00 00' | ||
}, _temp)) || _class) || _class); | ||
exports.default = PhoneInput; | ||
//# sourceMappingURL=phone-input.js.map |
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
3328447
977
33944