@mseva/upyog-ui-module-chb 1.1.75 → 1.1.76
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.map +1 -1
- package/dist/index.modern.js +7 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +39 -39
package/dist/index.modern.js
CHANGED
|
@@ -542,6 +542,10 @@ 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
|
+
|
|
545
549
|
var jquery = createCommonjsModule(function (module) {
|
|
546
550
|
(function (global, factory) {
|
|
547
551
|
|
|
@@ -47538,6 +47542,8 @@ var reactLifecyclesCompat_es = {
|
|
|
47538
47542
|
polyfill: polyfill
|
|
47539
47543
|
};
|
|
47540
47544
|
|
|
47545
|
+
var _reactLifecyclesCompat = getCjsExportFromNamespace(reactLifecyclesCompat_es);
|
|
47546
|
+
|
|
47541
47547
|
var Modal_1 = createCommonjsModule(function (module, exports) {
|
|
47542
47548
|
|
|
47543
47549
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -47826,7 +47832,7 @@ var Modal_1 = createCommonjsModule(function (module, exports) {
|
|
|
47826
47832
|
padding: "20px"
|
|
47827
47833
|
}
|
|
47828
47834
|
};
|
|
47829
|
-
(0,
|
|
47835
|
+
(0, _reactLifecyclesCompat.polyfill)(Modal);
|
|
47830
47836
|
if (process.env.NODE_ENV !== "production") {
|
|
47831
47837
|
Modal.setCreateHTMLElement = function (fn) {
|
|
47832
47838
|
return createHTMLElement = fn;
|