bee-checkbox
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -43,3 +43,4 @@ 'use strict'; | ||
colors: 'primary', | ||
clsPrefix: 'u-checkbox' | ||
clsPrefix: 'u-checkbox', | ||
checked: false | ||
}; | ||
@@ -75,4 +76,5 @@ var clsPrefix = 'u-checkbox'; | ||
children = _props.children, | ||
checked = _props.checked, | ||
clsPrefix = _props.clsPrefix, | ||
others = _objectWithoutProperties(_props, ['disabled', 'colors', 'size', 'className', 'children', 'clsPrefix']); | ||
others = _objectWithoutProperties(_props, ['disabled', 'colors', 'size', 'className', 'children', 'checked', 'clsPrefix']); | ||
@@ -79,0 +81,0 @@ var input = _react2["default"].createElement('input', _extends({}, others, { |
{ | ||
"name": "bee-checkbox", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "checkbox ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -17,3 +17,4 @@ import classnames from 'classnames'; | ||
colors: 'primary', | ||
clsPrefix: 'u-checkbox' | ||
clsPrefix: 'u-checkbox', | ||
checked:false | ||
}; | ||
@@ -41,2 +42,3 @@ const clsPrefix = 'u-checkbox'; | ||
children, | ||
checked, | ||
clsPrefix, | ||
@@ -43,0 +45,0 @@ ...others |
Sorry, the diff of this file is too big to display
904216
9881