@bigbinary/neeto-site-blocks 1.9.6 → 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 CHANGED
@@ -43786,7 +43786,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
43786
43786
  });
43787
43787
  };
43788
43788
  var contentClasses = function contentClasses(imagePosition) {
43789
- return classnames("col-span-12 my-auto space-y-4 sm:col-span-7", {
43789
+ return classnames("col-span-12 my-auto sm:col-span-7", {
43790
43790
  "sm:col-start-5": POSITIONS.LEFT.label === imagePosition,
43791
43791
  "sm:col-start-2": POSITIONS.RIGHT.label === imagePosition
43792
43792
  });
@@ -43911,7 +43911,7 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
43911
43911
  "sm:col-start-2": POSITIONS.LEFT.label === imagePosition,
43912
43912
  "sm:col-start-10": POSITIONS.RIGHT.label === imagePosition
43913
43913
  });
43914
- var contentClasses = classnames("col-span-12 my-auto space-y-4 sm:col-span-7", {
43914
+ var contentClasses = classnames("col-span-12 my-auto sm:col-span-7", {
43915
43915
  "sm:col-start-5": POSITIONS.LEFT.label === imagePosition,
43916
43916
  "sm:col-start-2": POSITIONS.RIGHT.label === imagePosition
43917
43917
  });
@@ -43944,7 +43944,7 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
43944
43944
  logoUrl = _ref2.logoUrl;
43945
43945
  return /*#__PURE__*/React__default["default"].createElement(MotionWrapper, {
43946
43946
  enableAnimation: enableAnimation,
43947
- 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",
43948
43948
  design: design.testimonialContainer,
43949
43949
  key: getUniqueKey(testimonialDescription, index)
43950
43950
  }, /*#__PURE__*/React__default["default"].createElement("div", {