@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.js
CHANGED
|
@@ -40322,7 +40322,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
|
40322
40322
|
enableAnimation = properties.enableAnimation,
|
|
40323
40323
|
socialIcons = properties.socialIcons,
|
|
40324
40324
|
src = properties.backgroundImage.src;
|
|
40325
|
-
var baseClasses = "
|
|
40325
|
+
var baseClasses = "flex flex-col sm:flex-row sm:gap-x-4 items-center gap-y-8 sm:justify-between";
|
|
40326
40326
|
return /*#__PURE__*/React__default.createElement(BlockWrapper, {
|
|
40327
40327
|
className: className,
|
|
40328
40328
|
enableAnimation: enableAnimation,
|
|
@@ -40334,17 +40334,16 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
|
40334
40334
|
design: design.body,
|
|
40335
40335
|
nestedClassName: baseClasses
|
|
40336
40336
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
40337
|
-
className: "
|
|
40337
|
+
className: "flex flex-grow flex-col gap-y-4 sm:flex-row sm:gap-x-4"
|
|
40338
40338
|
}, /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
40339
40339
|
image: image,
|
|
40340
|
+
className: "max-w-fit",
|
|
40340
40341
|
design: design.logo,
|
|
40341
40342
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
40342
40343
|
id: "footer-with-icons-logo",
|
|
40343
40344
|
src: logo.src,
|
|
40344
|
-
wrapperClassName: "
|
|
40345
|
-
}), /*#__PURE__*/React__default.createElement(
|
|
40346
|
-
className: "col-span-6 flex sm:col-span-6 sm:gap-x-4"
|
|
40347
|
-
}, logo.src && /*#__PURE__*/React__default.createElement(StyledWrapper, {
|
|
40345
|
+
wrapperClassName: "items-center"
|
|
40346
|
+
}), logo.src && /*#__PURE__*/React__default.createElement(StyledWrapper, {
|
|
40348
40347
|
className: "hidden sm:block",
|
|
40349
40348
|
design: {
|
|
40350
40349
|
borderRightWidth: "1px",
|
|
@@ -40356,8 +40355,8 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
|
40356
40355
|
component: "p",
|
|
40357
40356
|
id: "footer-with-icons-copyright-text",
|
|
40358
40357
|
style: design.copyrightText
|
|
40359
|
-
}, otherProps), copyrightText))
|
|
40360
|
-
className: "
|
|
40358
|
+
}, otherProps), copyrightText)), /*#__PURE__*/React__default.createElement(ListWrapper$1, {
|
|
40359
|
+
className: "flex justify-center gap-x-4 sm:justify-end",
|
|
40361
40360
|
isVisible: isNotEmpty(socialIcons)
|
|
40362
40361
|
}, socialIcons.map(function (_icon, index) {
|
|
40363
40362
|
return /*#__PURE__*/React__default.createElement(Link, _extends$2({
|
|
@@ -40375,7 +40374,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
|
40375
40374
|
}, _icon), otherProps)));
|
|
40376
40375
|
})), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
40377
40376
|
isTitle: true,
|
|
40378
|
-
className: "
|
|
40377
|
+
className: "flex justify-center text-center sm:hidden sm:text-left",
|
|
40379
40378
|
id: "footer-with-icons-copyright-text",
|
|
40380
40379
|
style: design.copyrightText
|
|
40381
40380
|
}, otherProps), copyrightText));
|