@mseva/upyog-ui-module-chb 1.1.48 → 1.1.49

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
 
@@ -47078,8 +47074,6 @@ var reactLifecyclesCompat_es = {
47078
47074
  polyfill: polyfill
47079
47075
  };
47080
47076
 
47081
- var _reactLifecyclesCompat = getCjsExportFromNamespace(reactLifecyclesCompat_es);
47082
-
47083
47077
  var Modal_1 = createCommonjsModule(function (module, exports) {
47084
47078
 
47085
47079
  Object.defineProperty(exports, "__esModule", {
@@ -47368,7 +47362,7 @@ var Modal_1 = createCommonjsModule(function (module, exports) {
47368
47362
  padding: "20px"
47369
47363
  }
47370
47364
  };
47371
- (0, _reactLifecyclesCompat.polyfill)(Modal);
47365
+ (0, reactLifecyclesCompat_es.polyfill)(Modal);
47372
47366
  if (process.env.NODE_ENV !== "production") {
47373
47367
  Modal.setCreateHTMLElement = function (fn) {
47374
47368
  return createHTMLElement = fn;