@bigbinary/neeto-site-blocks 0.34.3 → 0.34.4
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 +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -72101,7 +72101,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
72101
72101
|
}, /*#__PURE__*/React__default["default"].createElement(StyledImage, {
|
|
72102
72102
|
design: design.logo,
|
|
72103
72103
|
src: properties.logo.src,
|
|
72104
|
-
className: classnames("col-start-2 ml-3 flex max-h-
|
|
72104
|
+
className: classnames("col-start-2 ml-3 flex max-h-8 justify-start sm:ml-0 sm:max-h-10 lg:col-span-3 lg:col-start-1 lg:max-h-12", {
|
|
72105
72105
|
"col-span-10": isEmpty(buttons),
|
|
72106
72106
|
"col-span-3 sm:col-span-4 sm:col-start-2": pure.isNotEmpty(buttons)
|
|
72107
72107
|
})
|
|
@@ -72812,7 +72812,7 @@ var HeaderWithIcons = function HeaderWithIcons(_ref) {
|
|
|
72812
72812
|
style: design.links
|
|
72813
72813
|
}, link, otherProps));
|
|
72814
72814
|
})), /*#__PURE__*/React__default["default"].createElement(StyledImage, {
|
|
72815
|
-
className: "col-span-6 col-start-4 m-auto flex max-h-
|
|
72815
|
+
className: "col-span-6 col-start-4 m-auto flex max-h-8 justify-center sm:col-span-4 sm:col-start-5 sm:max-h-10 lg:col-span-3 lg:col-start-6 lg:max-h-12",
|
|
72816
72816
|
design: design.logo,
|
|
72817
72817
|
src: properties.logo.src
|
|
72818
72818
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -73329,7 +73329,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
|
|
|
73329
73329
|
"col-span-4": pure.isNotEmpty(buttons)
|
|
73330
73330
|
})
|
|
73331
73331
|
}, /*#__PURE__*/React__default["default"].createElement(StyledImage, {
|
|
73332
|
-
className: "max-h-
|
|
73332
|
+
className: "max-h-8 sm:max-h-10 lg:max-h-12",
|
|
73333
73333
|
design: design.logo,
|
|
73334
73334
|
src: properties.logo.src
|
|
73335
73335
|
}), /*#__PURE__*/React__default["default"].createElement(Typography, {
|