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