@bigbinary/neeto-site-blocks 1.13.1 → 1.13.2
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 +6 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16094,7 +16094,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
16094
16094
|
children: [/*#__PURE__*/jsx(Link, _objectSpread$9(_objectSpread$9({
|
|
16095
16095
|
action: properties.logo.action,
|
|
16096
16096
|
to: properties.logo.to,
|
|
16097
|
-
className: classnames("col-start-2 ml-3 flex max-h-8 justify-start sm:ml-0 sm:max-h-10 lg:col-span-
|
|
16097
|
+
className: classnames("col-start-2 ml-3 flex max-h-8 justify-start sm:ml-0 sm:max-h-10 lg:col-span-2 lg:col-start-1 lg:max-h-14", {
|
|
16098
16098
|
"col-span-10": isEmpty(buttons),
|
|
16099
16099
|
"col-span-3 sm:col-span-4 sm:col-start-2": isNotEmpty(buttons)
|
|
16100
16100
|
})
|
|
@@ -16108,7 +16108,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
16108
16108
|
src: properties.logo.src
|
|
16109
16109
|
})
|
|
16110
16110
|
})), /*#__PURE__*/jsx("div", {
|
|
16111
|
-
className: classnames("col-span-5 col-start-4 hidden items-center justify-center gap-x-6 lg:flex", {
|
|
16111
|
+
className: classnames("col-span-5 col-start-4 hidden items-center justify-center gap-x-6 lg:col-span-7 lg:col-start-3 lg:flex", {
|
|
16112
16112
|
"col-span-9 sm:justify-end": isEmpty(buttons)
|
|
16113
16113
|
}),
|
|
16114
16114
|
children: properties.links.map(function (link, index) {
|
|
@@ -16121,7 +16121,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
16121
16121
|
}, link), otherProps)), getUniqueKey(link.label, index));
|
|
16122
16122
|
})
|
|
16123
16123
|
}), /*#__PURE__*/jsx("div", {
|
|
16124
|
-
className: "col-span-8 col-start-5 flex justify-end gap-x-2 sm:col-span-4 sm:col-start-9",
|
|
16124
|
+
className: "col-span-8 col-start-5 flex justify-end gap-x-2 sm:col-span-4 sm:col-start-9 lg:col-span-3 lg:col-start-10",
|
|
16125
16125
|
children: buttons.map(function (button, index) {
|
|
16126
16126
|
return /*#__PURE__*/jsx(Button$1, _objectSpread$9({
|
|
16127
16127
|
id: "header-with-buttons-buttons-".concat(index, "-button"),
|
|
@@ -16330,7 +16330,7 @@ var HeaderWithIcons = function HeaderWithIcons(_ref) {
|
|
|
16330
16330
|
"neeto-site-sticky-header--scroll": !isHeadingWrapperVisible
|
|
16331
16331
|
}, className),
|
|
16332
16332
|
children: [/*#__PURE__*/jsx("div", {
|
|
16333
|
-
className: "col-span-
|
|
16333
|
+
className: "col-span-5 col-start-1 hidden items-center gap-6 lg:flex",
|
|
16334
16334
|
children: properties.links.map(function (link, index) {
|
|
16335
16335
|
return /*#__PURE__*/jsx(Link, _objectSpread$7(_objectSpread$7({
|
|
16336
16336
|
isHighlighted: isLinkHighlighted(link.to, currentPath),
|
|
@@ -16463,7 +16463,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
|
|
|
16463
16463
|
"neeto-site-sticky-header--scroll": !isHeadingWrapperVisible
|
|
16464
16464
|
}, className),
|
|
16465
16465
|
children: [/*#__PURE__*/jsx("div", {
|
|
16466
|
-
className: classnames("col-start-2 ml-3 flex items-center sm:ml-0 sm:gap-x-4 lg:col-span-
|
|
16466
|
+
className: classnames("col-start-2 ml-3 flex items-center sm:ml-0 sm:gap-x-4 lg:col-span-3 lg:col-start-1", {
|
|
16467
16467
|
"col-span-10": isEmpty(buttons),
|
|
16468
16468
|
"col-span-4": isNotEmpty(buttons)
|
|
16469
16469
|
}),
|
|
@@ -16493,7 +16493,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
|
|
|
16493
16493
|
})]
|
|
16494
16494
|
}))
|
|
16495
16495
|
}), /*#__PURE__*/jsxs("div", {
|
|
16496
|
-
className: "col-span-6 col-start-7 flex items-center justify-end gap-x-6 sm:col-span-5 sm:col-start-8 lg:col-span-
|
|
16496
|
+
className: "col-span-6 col-start-7 flex items-center justify-end gap-x-6 sm:col-span-5 sm:col-start-8 lg:col-span-8 lg:col-start-5",
|
|
16497
16497
|
children: [properties.links.map(function (link, index) {
|
|
16498
16498
|
return /*#__PURE__*/jsx(Link, _objectSpread$6({
|
|
16499
16499
|
className: "hidden lg:inline",
|