@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.cjs.js
CHANGED
|
@@ -16113,7 +16113,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
16113
16113
|
children: [/*#__PURE__*/jsxRuntime.jsx(Link, _objectSpread$9(_objectSpread$9({
|
|
16114
16114
|
action: properties.logo.action,
|
|
16115
16115
|
to: properties.logo.to,
|
|
16116
|
-
className: classnames__default["default"]("col-start-2 ml-3 flex max-h-8 justify-start sm:ml-0 sm:max-h-10 lg:col-span-
|
|
16116
|
+
className: classnames__default["default"]("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", {
|
|
16117
16117
|
"col-span-10": ramda.isEmpty(buttons),
|
|
16118
16118
|
"col-span-3 sm:col-span-4 sm:col-start-2": neetoCist.isNotEmpty(buttons)
|
|
16119
16119
|
})
|
|
@@ -16127,7 +16127,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
16127
16127
|
src: properties.logo.src
|
|
16128
16128
|
})
|
|
16129
16129
|
})), /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
16130
|
-
className: classnames__default["default"]("col-span-5 col-start-4 hidden items-center justify-center gap-x-6 lg:flex", {
|
|
16130
|
+
className: classnames__default["default"]("col-span-5 col-start-4 hidden items-center justify-center gap-x-6 lg:col-span-7 lg:col-start-3 lg:flex", {
|
|
16131
16131
|
"col-span-9 sm:justify-end": ramda.isEmpty(buttons)
|
|
16132
16132
|
}),
|
|
16133
16133
|
children: properties.links.map(function (link, index) {
|
|
@@ -16140,7 +16140,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
16140
16140
|
}, link), otherProps)), getUniqueKey(link.label, index));
|
|
16141
16141
|
})
|
|
16142
16142
|
}), /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
16143
|
-
className: "col-span-8 col-start-5 flex justify-end gap-x-2 sm:col-span-4 sm:col-start-9",
|
|
16143
|
+
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",
|
|
16144
16144
|
children: buttons.map(function (button, index) {
|
|
16145
16145
|
return /*#__PURE__*/jsxRuntime.jsx(Button$1, _objectSpread$9({
|
|
16146
16146
|
id: "header-with-buttons-buttons-".concat(index, "-button"),
|
|
@@ -16349,7 +16349,7 @@ var HeaderWithIcons = function HeaderWithIcons(_ref) {
|
|
|
16349
16349
|
"neeto-site-sticky-header--scroll": !isHeadingWrapperVisible
|
|
16350
16350
|
}, className),
|
|
16351
16351
|
children: [/*#__PURE__*/jsxRuntime.jsx("div", {
|
|
16352
|
-
className: "col-span-
|
|
16352
|
+
className: "col-span-5 col-start-1 hidden items-center gap-6 lg:flex",
|
|
16353
16353
|
children: properties.links.map(function (link, index) {
|
|
16354
16354
|
return /*#__PURE__*/jsxRuntime.jsx(Link, _objectSpread$7(_objectSpread$7({
|
|
16355
16355
|
isHighlighted: isLinkHighlighted(link.to, currentPath),
|
|
@@ -16482,7 +16482,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
|
|
|
16482
16482
|
"neeto-site-sticky-header--scroll": !isHeadingWrapperVisible
|
|
16483
16483
|
}, className),
|
|
16484
16484
|
children: [/*#__PURE__*/jsxRuntime.jsx("div", {
|
|
16485
|
-
className: classnames__default["default"]("col-start-2 ml-3 flex items-center sm:ml-0 sm:gap-x-4 lg:col-span-
|
|
16485
|
+
className: classnames__default["default"]("col-start-2 ml-3 flex items-center sm:ml-0 sm:gap-x-4 lg:col-span-3 lg:col-start-1", {
|
|
16486
16486
|
"col-span-10": ramda.isEmpty(buttons),
|
|
16487
16487
|
"col-span-4": neetoCist.isNotEmpty(buttons)
|
|
16488
16488
|
}),
|
|
@@ -16512,7 +16512,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
|
|
|
16512
16512
|
})]
|
|
16513
16513
|
}))
|
|
16514
16514
|
}), /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
16515
|
-
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-
|
|
16515
|
+
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",
|
|
16516
16516
|
children: [properties.links.map(function (link, index) {
|
|
16517
16517
|
return /*#__PURE__*/jsxRuntime.jsx(Link, _objectSpread$6({
|
|
16518
16518
|
className: "hidden lg:inline",
|