@bigbinary/neeto-site-blocks 1.8.7 → 1.8.9

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,
@@ -39450,14 +39450,13 @@ var FaqWithHamburgerView = function FaqWithHamburgerView(_ref) {
39450
39450
  id: id,
39451
39451
  design: design.body,
39452
39452
  nestedClassName: baseClasses
39453
- }, /*#__PURE__*/React__default["default"].createElement("div", {
39454
- className: "col-span-12 sm:col-span-6 sm:col-start-4"
39455
39453
  }, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
39456
39454
  isTitle: true,
39455
+ className: "col-span-full",
39457
39456
  component: "h3",
39458
39457
  id: "faq-with-accordion-title",
39459
39458
  style: design.title
39460
- }, otherProps), title)), /*#__PURE__*/React__default["default"].createElement("div", {
39459
+ }, otherProps), title), /*#__PURE__*/React__default["default"].createElement("div", {
39461
39460
  className: columnsBaseClasses
39462
39461
  }, faqs.map(function (_ref2, index) {
39463
39462
  var question = _ref2.question,
@@ -39480,7 +39479,7 @@ var FAQItem = function FAQItem(_ref3) {
39480
39479
  enableAnimation = _ref3.enableAnimation,
39481
39480
  index = _ref3.index,
39482
39481
  otherProps = _objectWithoutProperties__default["default"](_ref3, _excluded2);
39483
- var _useState = React.useState(false),
39482
+ var _useState = React.useState(true),
39484
39483
  _useState2 = _slicedToArray__default["default"](_useState, 2),
39485
39484
  isOpen = _useState2[0],
39486
39485
  setIsOpen = _useState2[1];
@@ -43631,13 +43630,15 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
43631
43630
  design: design.body,
43632
43631
  nestedClassName: baseClasses
43633
43632
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43634
- className: "col-span-12 sm:col-span-6 sm:col-start-4"
43633
+ className: "col-span-full"
43635
43634
  }, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
43636
43635
  isTitle: true,
43636
+ className: "w-full",
43637
43637
  component: "h3",
43638
43638
  id: "testimonial-with-slider-title",
43639
43639
  style: design.title
43640
43640
  }, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
43641
+ className: "w-full",
43641
43642
  id: "testimonial-with-slider-description",
43642
43643
  style: design.description
43643
43644
  }, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
@@ -43663,7 +43664,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
43663
43664
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
43664
43665
  index: index,
43665
43666
  src: src,
43666
- className: "ns-testimonial-image-aspect-ratio",
43667
+ className: "ns-testimonial-image-aspect-ratio object-cover",
43667
43668
  design: design.testimonialImage,
43668
43669
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
43669
43670
  id: "testimonial-with-slider-".concat(index, "-image")