@nnc-digital/nnc-design-system 1.0.0-alpha41 → 1.0.0-alpha42
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 +2 -2
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +2 -2
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -31298,7 +31298,7 @@ var DirectoryServiceList = function (_a) {
|
|
|
31298
31298
|
lat: parseFloat((_a = service.service_at_locations[0]) === null || _a === void 0 ? void 0 : _a.latitude),
|
|
31299
31299
|
lng: parseFloat((_b = service.service_at_locations[0]) === null || _b === void 0 ? void 0 : _b.longitude),
|
|
31300
31300
|
label: labelLetters[index],
|
|
31301
|
-
title: "<a href
|
|
31301
|
+
title: "<a href=".concat(service.id, "\">").concat(service.name, "</a>"),
|
|
31302
31302
|
};
|
|
31303
31303
|
}),
|
|
31304
31304
|
};
|
|
@@ -31423,7 +31423,7 @@ var DirectoryServiceList = function (_a) {
|
|
|
31423
31423
|
React__default.default.createElement(Row$1, null,
|
|
31424
31424
|
React__default.default.createElement(Column, { small: "full", medium: "full", large: "full" },
|
|
31425
31425
|
React__default.default.createElement(ServiceHeader, null,
|
|
31426
|
-
React__default.default.createElement(ServiceLink$1, { href: "".concat(
|
|
31426
|
+
React__default.default.createElement(ServiceLink$1, { href: "".concat(service.id) }, service.name),
|
|
31427
31427
|
showMap && (React__default.default.createElement(MarkerContainer, null,
|
|
31428
31428
|
React__default.default.createElement("span", null, labelLetters[index]),
|
|
31429
31429
|
React__default.default.createElement(PinIcon, { colourFill: themeContext.theme_vars.colours.action_dark }))))),
|