@unbxd-ui/unbxd-react-components 0.2.145-beta.2 → 0.2.145-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -63,10 +63,12 @@ var Checkbox = function Checkbox(props) {
63
63
  className: className,
64
64
  appearance: appearance
65
65
  }, /*#__PURE__*/_react["default"].createElement("input", _extends({}, inputProps, {
66
- "data-hj-allow": true
66
+ "data-hj-allow": true,
67
+ title: label
67
68
  })), /*#__PURE__*/_react["default"].createElement("label", {
68
69
  className: "RCB-form-el-label",
69
- htmlFor: name
70
+ htmlFor: name,
71
+ title: label
70
72
  }, label));
71
73
  };
72
74
  Checkbox.propTypes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unbxd-ui/unbxd-react-components",
3
- "version": "0.2.145-beta.2",
3
+ "version": "0.2.145-beta.3",
4
4
  "description": "React components library",
5
5
  "keywords": [
6
6
  "react components",