@bigbinary/neeto-site-blocks 1.9.5 → 1.9.6
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 +8 -9
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +8 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -40368,7 +40368,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
|
40368
40368
|
enableAnimation = properties.enableAnimation,
|
|
40369
40369
|
socialIcons = properties.socialIcons,
|
|
40370
40370
|
src = properties.backgroundImage.src;
|
|
40371
|
-
var baseClasses = "
|
|
40371
|
+
var baseClasses = "flex flex-col sm:flex-row sm:gap-x-4 items-center gap-y-8 sm:justify-between";
|
|
40372
40372
|
return /*#__PURE__*/React__default["default"].createElement(BlockWrapper, {
|
|
40373
40373
|
className: className,
|
|
40374
40374
|
enableAnimation: enableAnimation,
|
|
@@ -40380,17 +40380,16 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
|
40380
40380
|
design: design.body,
|
|
40381
40381
|
nestedClassName: baseClasses
|
|
40382
40382
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
40383
|
-
className: "
|
|
40383
|
+
className: "flex flex-grow flex-col gap-y-4 sm:flex-row sm:gap-x-4"
|
|
40384
40384
|
}, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
|
|
40385
40385
|
image: image,
|
|
40386
|
+
className: "max-w-fit",
|
|
40386
40387
|
design: design.logo,
|
|
40387
40388
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
40388
40389
|
id: "footer-with-icons-logo",
|
|
40389
40390
|
src: logo.src,
|
|
40390
|
-
wrapperClassName: "
|
|
40391
|
-
}), /*#__PURE__*/React__default["default"].createElement(
|
|
40392
|
-
className: "col-span-6 flex sm:col-span-6 sm:gap-x-4"
|
|
40393
|
-
}, logo.src && /*#__PURE__*/React__default["default"].createElement(StyledWrapper, {
|
|
40391
|
+
wrapperClassName: "items-center"
|
|
40392
|
+
}), logo.src && /*#__PURE__*/React__default["default"].createElement(StyledWrapper, {
|
|
40394
40393
|
className: "hidden sm:block",
|
|
40395
40394
|
design: {
|
|
40396
40395
|
borderRightWidth: "1px",
|
|
@@ -40402,8 +40401,8 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
|
40402
40401
|
component: "p",
|
|
40403
40402
|
id: "footer-with-icons-copyright-text",
|
|
40404
40403
|
style: design.copyrightText
|
|
40405
|
-
}, otherProps), copyrightText))
|
|
40406
|
-
className: "
|
|
40404
|
+
}, otherProps), copyrightText)), /*#__PURE__*/React__default["default"].createElement(ListWrapper$1, {
|
|
40405
|
+
className: "flex justify-center gap-x-4 sm:justify-end",
|
|
40407
40406
|
isVisible: neetoCist.isNotEmpty(socialIcons)
|
|
40408
40407
|
}, socialIcons.map(function (_icon, index) {
|
|
40409
40408
|
return /*#__PURE__*/React__default["default"].createElement(Link, _extends__default["default"]({
|
|
@@ -40421,7 +40420,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
|
40421
40420
|
}, _icon), otherProps)));
|
|
40422
40421
|
})), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
40423
40422
|
isTitle: true,
|
|
40424
|
-
className: "
|
|
40423
|
+
className: "flex justify-center text-center sm:hidden sm:text-left",
|
|
40425
40424
|
id: "footer-with-icons-copyright-text",
|
|
40426
40425
|
style: design.copyrightText
|
|
40427
40426
|
}, otherProps), copyrightText));
|