@bigbinary/neeto-site-blocks 1.8.9 → 1.8.10
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/dist/index.cjs.js +5 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -42592,7 +42592,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
42592
42592
|
id: "header-with-buttons-".concat(index, "-link"),
|
|
42593
42593
|
isHighlighted: isLinkHighlighted(button.to, currentPath),
|
|
42594
42594
|
key: getUniqueKey(button.to, button.label, index),
|
|
42595
|
-
style:
|
|
42595
|
+
style: mergeRight(design.links, {
|
|
42596
42596
|
fontSize: "1.25em",
|
|
42597
42597
|
fontWeight: "500"
|
|
42598
42598
|
})
|
|
@@ -42696,9 +42696,9 @@ var HeaderWithDropdownLinks = function HeaderWithDropdownLinks(_ref) {
|
|
|
42696
42696
|
}, properties.links.map(function (link, index) {
|
|
42697
42697
|
return /*#__PURE__*/React__default["default"].createElement(Dropdown, {
|
|
42698
42698
|
index: index,
|
|
42699
|
-
|
|
42699
|
+
dropdownLink: link,
|
|
42700
42700
|
key: getUniqueKey(link.label, link.to, index),
|
|
42701
|
-
design:
|
|
42701
|
+
design: mergeRight(design.links, {
|
|
42702
42702
|
fontSize: "1.25em",
|
|
42703
42703
|
fontWeight: "500"
|
|
42704
42704
|
})
|
|
@@ -42805,7 +42805,7 @@ var HeaderWithIcons = function HeaderWithIcons(_ref) {
|
|
|
42805
42805
|
isHighlighted: isLinkHighlighted(icon.to, currentPath),
|
|
42806
42806
|
key: getUniqueKey(icon.url, icon.label, index),
|
|
42807
42807
|
setIsMenuOpen: setIsLinksOpen,
|
|
42808
|
-
style:
|
|
42808
|
+
style: mergeRight(design.links, {
|
|
42809
42809
|
fontSize: "1.25em",
|
|
42810
42810
|
fontWeight: "500"
|
|
42811
42811
|
})
|
|
@@ -42927,7 +42927,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
|
|
|
42927
42927
|
id: "header-with-logo-title-links-".concat(index, "-link"),
|
|
42928
42928
|
isHighlighted: isLinkHighlighted(to, currentPath),
|
|
42929
42929
|
key: getUniqueKey(to, label, index),
|
|
42930
|
-
style:
|
|
42930
|
+
style: mergeRight(design.links, {
|
|
42931
42931
|
fontSize: "1.25em",
|
|
42932
42932
|
fontWeight: "500"
|
|
42933
42933
|
})
|