@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,8 @@
1
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
2
+
3
+ function getDefaultExportFromCjs (x) {
4
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
5
+ }
6
+
7
+ export { commonjsGlobal as c, getDefaultExportFromCjs as g };
8
+ //# sourceMappingURL=_commonjsHelpers-1789f0cf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_commonjsHelpers-1789f0cf.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
@@ -27,6 +27,7 @@ import serialize$1 from 'serialize-javascript';
27
27
  import minifyCssString from 'minify-css-string';
28
28
  import { ChunkExtractor, ChunkExtractorManager } from '@loadable/server';
29
29
  import { identity, noop } from 'lodash';
30
+ import { c as commonjsGlobal } from './_commonjsHelpers-1789f0cf.js';
30
31
  import { buildCleaner } from 'lodash-clean';
31
32
  import { CookiesProvider } from 'react-cookie';
32
33
  import { c as createStore } from './version-ef107106.js';
@@ -795,8 +796,6 @@ const DisplayStartupConfiguration = config => {
795
796
  /* eslint-enable no-console */
796
797
  };
797
798
 
798
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
799
-
800
799
  /**
801
800
  * Removes all key-value entries from the list cache.
802
801
  *