ui-kit-ck-consultant 0.5.209 → 0.5.210

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.
@@ -3360,7 +3360,8 @@ var Chips = /*#__PURE__*/function (_Component) {
3360
3360
  var _this2 = this;
3361
3361
 
3362
3362
  return /*#__PURE__*/React.createElement("div", {
3363
- className: classNames$1(style$r.component)
3363
+ className: classNames$1(style$r.component, this.props.className),
3364
+ style: this.props.style
3364
3365
  }, /*#__PURE__*/React.createElement("div", {
3365
3366
  className: classNames$1(style$r['display-chips'])
3366
3367
  }, this.state.chipsList.length > 0 ? this.state.chipsList.map(function (chips, idx) {