@mseva/upyog-ui-module-chb 1.1.91-dev.1.3 → 1.1.91-dev.1.4

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.
@@ -542,10 +542,6 @@ function createCommonjsModule(fn, module) {
542
542
  return module = { exports: {} }, fn(module, module.exports), module.exports;
543
543
  }
544
544
 
545
- function getCjsExportFromNamespace (n) {
546
- return n && n['default'] || n;
547
- }
548
-
549
545
  var jquery = createCommonjsModule(function (module) {
550
546
  (function (global, factory) {
551
547
 
@@ -14391,8 +14387,6 @@ var accessibility = createCommonjsModule(function (module, exports) {
14391
14387
  });
14392
14388
  unwrapExports(accessibility);
14393
14389
 
14394
- var _shallowEqual = getCjsExportFromNamespace(index_esm);
14395
-
14396
14390
  var Calendar_1 = createCommonjsModule(function (module, exports) {
14397
14391
 
14398
14392
  function _typeof(obj) {
@@ -15047,7 +15041,7 @@ var Calendar_1 = createCommonjsModule(function (module, exports) {
15047
15041
  monthNames: this.getMonthNames()
15048
15042
  });
15049
15043
  }
15050
- if (!(0, _shallowEqual.shallowEqualObjects)(prevProps.scroll, this.props.scroll)) {
15044
+ if (!(0, index_esm.shallowEqualObjects)(prevProps.scroll, this.props.scroll)) {
15051
15045
  this.setState({
15052
15046
  scrollArea: this.calcScrollArea(this.props)
15053
15047
  });