ui-kit-ck-consultant 0.5.285 → 0.5.287

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.css CHANGED
@@ -303,6 +303,7 @@
303
303
  ._3YJZS._3TRE4 {
304
304
  height: 36px;
305
305
  width: 36px;
306
+ font-size: 16px !important;
306
307
  }
307
308
  ._3YJZS._2D3k1 {
308
309
  height: 80px;
package/dist/index.js CHANGED
@@ -3341,6 +3341,8 @@ var DropzoneMultiple = /*#__PURE__*/function (_React$Component) {
3341
3341
 
3342
3342
  _this.setState({
3343
3343
  files: files
3344
+ }, function () {
3345
+ _this.props.onDrop(_this.state.files);
3344
3346
  });
3345
3347
  };
3346
3348