@bigbinary/neeto-site-blocks 1.9.6 → 1.9.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.js CHANGED
@@ -39511,10 +39511,11 @@ var FAQItem = function FAQItem(_ref3) {
39511
39511
  });
39512
39512
  }
39513
39513
  }, /*#__PURE__*/React__default.createElement("div", {
39514
- className: "flex items-start justify-between gap-4"
39514
+ className: "flex items-center justify-between gap-4"
39515
39515
  }, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
39516
39516
  index: index,
39517
39517
  isTitle: true,
39518
+ className: "flex-grow",
39518
39519
  component: "h6",
39519
39520
  id: "faq-with-accordion-".concat(index, "-question"),
39520
39521
  style: design.question
@@ -43740,7 +43741,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
43740
43741
  });
43741
43742
  };
43742
43743
  var contentClasses = function contentClasses(imagePosition) {
43743
- return classnames("col-span-12 my-auto space-y-4 sm:col-span-7", {
43744
+ return classnames("col-span-12 my-auto sm:col-span-7", {
43744
43745
  "sm:col-start-5": POSITIONS.LEFT.label === imagePosition,
43745
43746
  "sm:col-start-2": POSITIONS.RIGHT.label === imagePosition
43746
43747
  });
@@ -43865,7 +43866,7 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
43865
43866
  "sm:col-start-2": POSITIONS.LEFT.label === imagePosition,
43866
43867
  "sm:col-start-10": POSITIONS.RIGHT.label === imagePosition
43867
43868
  });
43868
- var contentClasses = classnames("col-span-12 my-auto space-y-4 sm:col-span-7", {
43869
+ var contentClasses = classnames("col-span-12 my-auto sm:col-span-7", {
43869
43870
  "sm:col-start-5": POSITIONS.LEFT.label === imagePosition,
43870
43871
  "sm:col-start-2": POSITIONS.RIGHT.label === imagePosition
43871
43872
  });
@@ -43898,7 +43899,7 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
43898
43899
  logoUrl = _ref2.logoUrl;
43899
43900
  return /*#__PURE__*/React__default.createElement(MotionWrapper, {
43900
43901
  enableAnimation: enableAnimation,
43901
- className: "grid grid-flow-row-dense grid-cols-12 items-center py-6",
43902
+ className: "grid grid-flow-row-dense grid-cols-12 items-center gap-4 py-6",
43902
43903
  design: design.testimonialContainer,
43903
43904
  key: getUniqueKey(testimonialDescription, index)
43904
43905
  }, /*#__PURE__*/React__default.createElement("div", {