@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 +8 -7
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +8 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14707,7 +14707,7 @@ var withConditionalRender = function withConditionalRender(Component, condition)
|
|
|
14707
14707
|
var _excluded$z = ["id", "disableButtonAndLinks", "wrapperClassName", "index"];
|
|
14708
14708
|
var StyledImage = styled.img.attrs(function () {
|
|
14709
14709
|
return {
|
|
14710
|
-
className: "hover:mix-blend-multiply
|
|
14710
|
+
className: "hover:mix-blend-multiply"
|
|
14711
14711
|
};
|
|
14712
14712
|
})(function (_ref) {
|
|
14713
14713
|
var _ref$design = _ref.design,
|
|
@@ -39404,14 +39404,13 @@ var FaqWithHamburgerView = function FaqWithHamburgerView(_ref) {
|
|
|
39404
39404
|
id: id,
|
|
39405
39405
|
design: design.body,
|
|
39406
39406
|
nestedClassName: baseClasses
|
|
39407
|
-
}, /*#__PURE__*/React__default.createElement("div", {
|
|
39408
|
-
className: "col-span-12 sm:col-span-6 sm:col-start-4"
|
|
39409
39407
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39410
39408
|
isTitle: true,
|
|
39409
|
+
className: "col-span-full",
|
|
39411
39410
|
component: "h3",
|
|
39412
39411
|
id: "faq-with-accordion-title",
|
|
39413
39412
|
style: design.title
|
|
39414
|
-
}, otherProps), title)
|
|
39413
|
+
}, otherProps), title), /*#__PURE__*/React__default.createElement("div", {
|
|
39415
39414
|
className: columnsBaseClasses
|
|
39416
39415
|
}, faqs.map(function (_ref2, index) {
|
|
39417
39416
|
var question = _ref2.question,
|
|
@@ -39434,7 +39433,7 @@ var FAQItem = function FAQItem(_ref3) {
|
|
|
39434
39433
|
enableAnimation = _ref3.enableAnimation,
|
|
39435
39434
|
index = _ref3.index,
|
|
39436
39435
|
otherProps = _objectWithoutProperties(_ref3, _excluded2);
|
|
39437
|
-
var _useState = useState(
|
|
39436
|
+
var _useState = useState(true),
|
|
39438
39437
|
_useState2 = _slicedToArray(_useState, 2),
|
|
39439
39438
|
isOpen = _useState2[0],
|
|
39440
39439
|
setIsOpen = _useState2[1];
|
|
@@ -43585,13 +43584,15 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43585
43584
|
design: design.body,
|
|
43586
43585
|
nestedClassName: baseClasses
|
|
43587
43586
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
43588
|
-
className: "col-span-
|
|
43587
|
+
className: "col-span-full"
|
|
43589
43588
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43590
43589
|
isTitle: true,
|
|
43590
|
+
className: "w-full",
|
|
43591
43591
|
component: "h3",
|
|
43592
43592
|
id: "testimonial-with-slider-title",
|
|
43593
43593
|
style: design.title
|
|
43594
43594
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43595
|
+
className: "w-full",
|
|
43595
43596
|
id: "testimonial-with-slider-description",
|
|
43596
43597
|
style: design.description
|
|
43597
43598
|
}, otherProps), description)), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -43617,7 +43618,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43617
43618
|
}, /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
43618
43619
|
index: index,
|
|
43619
43620
|
src: src,
|
|
43620
|
-
className: "ns-testimonial-image-aspect-ratio",
|
|
43621
|
+
className: "ns-testimonial-image-aspect-ratio object-cover",
|
|
43621
43622
|
design: design.testimonialImage,
|
|
43622
43623
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
43623
43624
|
id: "testimonial-with-slider-".concat(index, "-image")
|