@zengenti/contensis-react-base 3.0.2-beta.31 → 3.0.2-beta.32

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.
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
4
+
5
+ function getDefaultExportFromCjs (x) {
6
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
7
+ }
8
+
9
+ exports.commonjsGlobal = commonjsGlobal;
10
+ exports.getDefaultExportFromCjs = getDefaultExportFromCjs;
11
+ //# sourceMappingURL=_commonjsHelpers-b3309d7b.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_commonjsHelpers-b3309d7b.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
@@ -31,6 +31,7 @@ var serialize$1 = require('serialize-javascript');
31
31
  var minifyCssString = require('minify-css-string');
32
32
  var server$1 = require('@loadable/server');
33
33
  var lodash = require('lodash');
34
+ var _commonjsHelpers = require('./_commonjsHelpers-b3309d7b.js');
34
35
  var lodashClean = require('lodash-clean');
35
36
  var reactCookie = require('react-cookie');
36
37
  var version = require('./version-4077e706.js');
@@ -811,8 +812,6 @@ const DisplayStartupConfiguration = config => {
811
812
  /* eslint-enable no-console */
812
813
  };
813
814
 
814
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
815
-
816
815
  /**
817
816
  * Removes all key-value entries from the list cache.
818
817
  *
@@ -1092,7 +1091,7 @@ var _stackHas = stackHas$1;
1092
1091
 
1093
1092
  /** Detect free variable `global` from Node.js. */
1094
1093
 
1095
- var freeGlobal$1 = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
1094
+ var freeGlobal$1 = typeof _commonjsHelpers.commonjsGlobal == 'object' && _commonjsHelpers.commonjsGlobal && _commonjsHelpers.commonjsGlobal.Object === Object && _commonjsHelpers.commonjsGlobal;
1096
1095
 
1097
1096
  var _freeGlobal = freeGlobal$1;
1098
1097