@bigbinary/neeto-site-blocks 1.8.7 → 1.8.8

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
@@ -14753,7 +14753,7 @@ var withConditionalRender = function withConditionalRender(Component, condition)
14753
14753
  var _excluded$z = ["id", "disableButtonAndLinks", "wrapperClassName", "index"];
14754
14754
  var StyledImage = styled__default["default"].img.attrs(function () {
14755
14755
  return {
14756
- className: "hover:mix-blend-multiply m-auto"
14756
+ className: "hover:mix-blend-multiply"
14757
14757
  };
14758
14758
  })(function (_ref) {
14759
14759
  var _ref$design = _ref.design,
@@ -43631,13 +43631,15 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
43631
43631
  design: design.body,
43632
43632
  nestedClassName: baseClasses
43633
43633
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43634
- className: "col-span-12 sm:col-span-6 sm:col-start-4"
43634
+ className: "col-span-full"
43635
43635
  }, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
43636
43636
  isTitle: true,
43637
+ className: "w-full",
43637
43638
  component: "h3",
43638
43639
  id: "testimonial-with-slider-title",
43639
43640
  style: design.title
43640
43641
  }, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
43642
+ className: "w-full",
43641
43643
  id: "testimonial-with-slider-description",
43642
43644
  style: design.description
43643
43645
  }, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
@@ -43663,7 +43665,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
43663
43665
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
43664
43666
  index: index,
43665
43667
  src: src,
43666
- className: "ns-testimonial-image-aspect-ratio",
43668
+ className: "ns-testimonial-image-aspect-ratio object-cover",
43667
43669
  design: design.testimonialImage,
43668
43670
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
43669
43671
  id: "testimonial-with-slider-".concat(index, "-image")