@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 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 = "grid grid-cols-12 sm:gap-x-4 items-center gap-y-8";
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: "col-span-12 grid grid-cols-8 gap-y-4 sm:col-span-7 sm:w-full sm:gap-x-4 lg:col-span-6"
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: "col-span-8 sm:col-span-2 sm:justify-self-end"
40391
- }), /*#__PURE__*/React__default["default"].createElement("div", {
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))), /*#__PURE__*/React__default["default"].createElement(ListWrapper$1, {
40406
- className: "col-span-12 flex justify-center gap-x-4 sm:col-span-4 sm:col-start-9 sm:justify-end",
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: "col-span-12 -mt-2 flex justify-center sm:hidden",
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));