@canonical/react-components 0.51.5 → 0.51.6

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.
@@ -16,6 +16,7 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
16
16
  */
17
17
 
18
18
  const Textarea = _ref => {
19
+ var _props$value;
19
20
  let {
20
21
  caution,
21
22
  className,
@@ -92,7 +93,7 @@ const Textarea = _ref => {
92
93
  ...style
93
94
  } || style
94
95
  }, props, {
95
- value: props.value || innerValue
96
+ value: (_props$value = props.value) !== null && _props$value !== void 0 ? _props$value : innerValue
96
97
  })));
97
98
  };
98
99
  var _default = exports.default = Textarea;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canonical/react-components",
3
- "version": "0.51.5",
3
+ "version": "0.51.6",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "Huw Wilkins <huw.wilkins@canonical.com>",