@mseva/upyog-ui-module-chb 1.1.32 → 1.1.33

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.
@@ -14391,6 +14391,8 @@ var accessibility = createCommonjsModule(function (module, exports) {
14391
14391
  });
14392
14392
  unwrapExports(accessibility);
14393
14393
 
14394
+ var _shallowEqual = getCjsExportFromNamespace(index_esm);
14395
+
14394
14396
  var Calendar_1 = createCommonjsModule(function (module, exports) {
14395
14397
 
14396
14398
  function _typeof(obj) {
@@ -15045,7 +15047,7 @@ var Calendar_1 = createCommonjsModule(function (module, exports) {
15045
15047
  monthNames: this.getMonthNames()
15046
15048
  });
15047
15049
  }
15048
- if (!(0, index_esm.shallowEqualObjects)(prevProps.scroll, this.props.scroll)) {
15050
+ if (!(0, _shallowEqual.shallowEqualObjects)(prevProps.scroll, this.props.scroll)) {
15049
15051
  this.setState({
15050
15052
  scrollArea: this.calcScrollArea(this.props)
15051
15053
  });
@@ -47088,8 +47090,6 @@ var reactLifecyclesCompat_es = {
47088
47090
  polyfill: polyfill
47089
47091
  };
47090
47092
 
47091
- var _reactLifecyclesCompat = getCjsExportFromNamespace(reactLifecyclesCompat_es);
47092
-
47093
47093
  var Modal_1 = createCommonjsModule(function (module, exports) {
47094
47094
 
47095
47095
  Object.defineProperty(exports, "__esModule", {
@@ -47378,7 +47378,7 @@ var Modal_1 = createCommonjsModule(function (module, exports) {
47378
47378
  padding: "20px"
47379
47379
  }
47380
47380
  };
47381
- (0, _reactLifecyclesCompat.polyfill)(Modal);
47381
+ (0, reactLifecyclesCompat_es.polyfill)(Modal);
47382
47382
  if (process.env.NODE_ENV !== "production") {
47383
47383
  Modal.setCreateHTMLElement = function (fn) {
47384
47384
  return createHTMLElement = fn;