@bigbinary/neeto-site-blocks 1.9.9 → 1.10.1
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 +6 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -43784,13 +43784,13 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43784
43784
|
src = properties.backgroundImage.src;
|
|
43785
43785
|
var baseClasses = "grid grid-cols-12 sm:gap-x-10 gap-x-2 items-center grid-flow-row-dense gap-y-8";
|
|
43786
43786
|
var imageClasses = function imageClasses(imagePosition) {
|
|
43787
|
-
return classnames("col-span-6 col-start-4 sm:col-span-2 flex flex-col items-center", {
|
|
43787
|
+
return classnames("col-span-6 col-start-4 sm:col-span-2 flex flex-col items-center justify-center", {
|
|
43788
43788
|
"sm:col-start-2": POSITIONS.LEFT.label === imagePosition,
|
|
43789
43789
|
"sm:col-start-10": POSITIONS.RIGHT.label === imagePosition
|
|
43790
43790
|
});
|
|
43791
43791
|
};
|
|
43792
43792
|
var contentClasses = function contentClasses(imagePosition) {
|
|
43793
|
-
return classnames("col-span-12 my-auto sm:col-span-7", {
|
|
43793
|
+
return classnames("col-span-12 my-auto sm:col-span-7 space-y-2", {
|
|
43794
43794
|
"sm:col-start-5": POSITIONS.LEFT.label === imagePosition,
|
|
43795
43795
|
"sm:col-start-2": POSITIONS.RIGHT.label === imagePosition
|
|
43796
43796
|
});
|
|
@@ -43840,6 +43840,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43840
43840
|
image: image,
|
|
43841
43841
|
index: index,
|
|
43842
43842
|
src: src,
|
|
43843
|
+
priority: true,
|
|
43843
43844
|
className: "ns-testimonial-image-aspect-ratio object-cover",
|
|
43844
43845
|
design: design.testimonialImage,
|
|
43845
43846
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
@@ -43861,6 +43862,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43861
43862
|
className: contentClasses(imagePosition)
|
|
43862
43863
|
}, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
|
|
43863
43864
|
index: index,
|
|
43865
|
+
priority: true,
|
|
43864
43866
|
className: "mx-auto sm:ml-0",
|
|
43865
43867
|
design: design.testimonialLogo,
|
|
43866
43868
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
@@ -43871,6 +43873,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43871
43873
|
}, _objectSpread(_objectSpread({}, otherProps), {}, {
|
|
43872
43874
|
index: index
|
|
43873
43875
|
}), {
|
|
43876
|
+
className: "ns-testimonial-text-align",
|
|
43874
43877
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
43875
43878
|
id: "testimonial-with-slider-".concat(index, "-description")
|
|
43876
43879
|
}), testimonialDescription))));
|
|
@@ -43984,6 +43987,7 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
43984
43987
|
src: logoUrl
|
|
43985
43988
|
}), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43986
43989
|
index: index,
|
|
43990
|
+
className: "ns-testimonial-text-align",
|
|
43987
43991
|
id: "testimonial-with-vertical-view-images-".concat(index, "-description"),
|
|
43988
43992
|
style: design.testimonialDescription
|
|
43989
43993
|
}, otherProps), testimonialDescription)));
|