@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.
@@ -30429,7 +30429,7 @@ const Container$5 = styled.div`
30429
30429
 
30430
30430
  var DirectoryMap = function (_a) {
30431
30431
  var _b, _c;
30432
- var allowCookies = _a.allowCookies, mapProps = _a.mapProps;
30432
+ var _d = _a.allowCookies, allowCookies = _d === void 0 ? true : _d, mapProps = _a.mapProps;
30433
30433
  var cookiesAccepted = wereCookiesAccepted(allowCookies);
30434
30434
  var apiKey = (_b = process.env.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY) !== null && _b !== void 0 ? _b : '';
30435
30435
  var latLong = mapProps.centre.split(',');