@bigbinary/neeto-site-blocks 1.9.5 → 1.9.7
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 +11 -12
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +11 -12
- 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));
|
|
@@ -43787,7 +43786,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43787
43786
|
});
|
|
43788
43787
|
};
|
|
43789
43788
|
var contentClasses = function contentClasses(imagePosition) {
|
|
43790
|
-
return classnames("col-span-12 my-auto
|
|
43789
|
+
return classnames("col-span-12 my-auto sm:col-span-7", {
|
|
43791
43790
|
"sm:col-start-5": POSITIONS.LEFT.label === imagePosition,
|
|
43792
43791
|
"sm:col-start-2": POSITIONS.RIGHT.label === imagePosition
|
|
43793
43792
|
});
|
|
@@ -43912,7 +43911,7 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
43912
43911
|
"sm:col-start-2": POSITIONS.LEFT.label === imagePosition,
|
|
43913
43912
|
"sm:col-start-10": POSITIONS.RIGHT.label === imagePosition
|
|
43914
43913
|
});
|
|
43915
|
-
var contentClasses = classnames("col-span-12 my-auto
|
|
43914
|
+
var contentClasses = classnames("col-span-12 my-auto sm:col-span-7", {
|
|
43916
43915
|
"sm:col-start-5": POSITIONS.LEFT.label === imagePosition,
|
|
43917
43916
|
"sm:col-start-2": POSITIONS.RIGHT.label === imagePosition
|
|
43918
43917
|
});
|
|
@@ -43945,7 +43944,7 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
43945
43944
|
logoUrl = _ref2.logoUrl;
|
|
43946
43945
|
return /*#__PURE__*/React__default["default"].createElement(MotionWrapper, {
|
|
43947
43946
|
enableAnimation: enableAnimation,
|
|
43948
|
-
className: "grid grid-flow-row-dense grid-cols-12 items-center py-6",
|
|
43947
|
+
className: "grid grid-flow-row-dense grid-cols-12 items-center gap-4 py-6",
|
|
43949
43948
|
design: design.testimonialContainer,
|
|
43950
43949
|
key: getUniqueKey(testimonialDescription, index)
|
|
43951
43950
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|