ui-kit-ck-consultant 0.5.208 → 0.5.209

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.
@@ -355,7 +355,8 @@ var FormTextarea = /*#__PURE__*/function (_React$Component) {
355
355
  value: this.props.value,
356
356
  name: this.props.name,
357
357
  required: this.props.required,
358
- disabled: this.props.disabled
358
+ disabled: this.props.disabled,
359
+ style: this.props.style
359
360
  }), this.props.error ? /*#__PURE__*/React.createElement("span", {
360
361
  className: style$3.form_textarea_error
361
362
  }, this.props.error) : '');