@nnc-digital/nnc-design-system 1.0.0-beta7 → 1.0.0-beta8
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/components/PromotedLinks/PromotedLinks.types.d.ts +1 -1
- package/build/src/library/components/PromotedLinks/PromotedLinks.types.d.ts +1 -1
- package/package.json +1 -1
package/build/index.mjs.js
CHANGED
|
@@ -7901,7 +7901,7 @@ var PromotedLinks = function (_a) {
|
|
|
7901
7901
|
var promotedLinksArray = _a.promotedLinksArray, oneCol = _a.oneCol;
|
|
7902
7902
|
if (promotedLinksArray.length > 0) {
|
|
7903
7903
|
return (React.createElement(PromotedLinks$1, { "data-testid": "PromotedLinks", "$oneCol": oneCol },
|
|
7904
|
-
React.createElement(Row$1, { isList: true, hasWrap:
|
|
7904
|
+
React.createElement(Row$1, { isList: true, hasWrap: true }, promotedLinksArray.map(function (link, i) { return (React.createElement(Column, { isList: true, small: "full", medium: "one-half", large: "one-third", key: i },
|
|
7905
7905
|
React.createElement(PromotedLink$1, { "$oneCol": oneCol, href: link.url, title: link.title },
|
|
7906
7906
|
React.createElement("span", null, link.title)))); }))));
|
|
7907
7907
|
}
|