@nnc-digital/nnc-design-system 1.0.0-alpha51 → 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/build/library/directory/DirectoryAddToShortList/DirectoryAddToShortList.types.d.ts +9 -0
- package/build/library/directory/DirectoryDocumentList/DirectoryDocumentList.types.d.ts +4 -0
- package/build/library/directory/DirectoryService/DirectoryService.storydata.d.ts +1 -0
- package/build/library/directory/DirectoryService/DirectoryService.types.d.ts +4 -0
- package/build/library/directory/DirectoryService/DirectoryServiceTransform.d.ts +1 -1
- package/build/library/directory/DirectoryService/DirectoryServiceTransform.test.d.ts +1 -0
- package/build/library/directory/DirectoryServiceList/DirectoryServiceList.types.d.ts +12 -0
- package/build/library/directory/ServiceContact/ServiceContact.types.d.ts +4 -0
- package/package.json +1 -1
package/build/index.mjs.js
CHANGED
|
@@ -30429,7 +30429,7 @@ const Container$5 = styled.div`
|
|
|
30429
30429
|
|
|
30430
30430
|
var DirectoryMap = function (_a) {
|
|
30431
30431
|
var _b, _c;
|
|
30432
|
-
var
|
|
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(',');
|