@nnc-digital/nnc-design-system 1.0.0-alpha52 → 1.0.0-alpha53
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/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +1 -1
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -30442,7 +30442,7 @@ const Container$5 = styled__default.default.div`
|
|
|
30442
30442
|
|
|
30443
30443
|
var DirectoryMap = function (_a) {
|
|
30444
30444
|
var _b, _c;
|
|
30445
|
-
var
|
|
30445
|
+
var _d = _a.allowCookies, allowCookies = _d === void 0 ? true : _d, mapProps = _a.mapProps;
|
|
30446
30446
|
var cookiesAccepted = wereCookiesAccepted(allowCookies);
|
|
30447
30447
|
var apiKey = (_b = process.env.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY) !== null && _b !== void 0 ? _b : '';
|
|
30448
30448
|
var latLong = mapProps.centre.split(',');
|