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.
package/dist/index.js CHANGED
@@ -358,7 +358,8 @@ var FormTextarea = /*#__PURE__*/function (_React$Component) {
358
358
  value: this.props.value,
359
359
  name: this.props.name,
360
360
  required: this.props.required,
361
- disabled: this.props.disabled
361
+ disabled: this.props.disabled,
362
+ style: this.props.style
362
363
  }), this.props.error ? /*#__PURE__*/React__default.createElement("span", {
363
364
  className: style$3.form_textarea_error
364
365
  }, this.props.error) : '');