@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.cjs.js +5 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +5 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -39557,10 +39557,11 @@ var FAQItem = function FAQItem(_ref3) {
|
|
|
39557
39557
|
});
|
|
39558
39558
|
}
|
|
39559
39559
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39560
|
-
className: "flex items-
|
|
39560
|
+
className: "flex items-center justify-between gap-4"
|
|
39561
39561
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39562
39562
|
index: index,
|
|
39563
39563
|
isTitle: true,
|
|
39564
|
+
className: "flex-grow",
|
|
39564
39565
|
component: "h6",
|
|
39565
39566
|
id: "faq-with-accordion-".concat(index, "-question"),
|
|
39566
39567
|
style: design.question
|
|
@@ -43786,7 +43787,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43786
43787
|
});
|
|
43787
43788
|
};
|
|
43788
43789
|
var contentClasses = function contentClasses(imagePosition) {
|
|
43789
|
-
return classnames("col-span-12 my-auto
|
|
43790
|
+
return classnames("col-span-12 my-auto sm:col-span-7", {
|
|
43790
43791
|
"sm:col-start-5": POSITIONS.LEFT.label === imagePosition,
|
|
43791
43792
|
"sm:col-start-2": POSITIONS.RIGHT.label === imagePosition
|
|
43792
43793
|
});
|
|
@@ -43911,7 +43912,7 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
43911
43912
|
"sm:col-start-2": POSITIONS.LEFT.label === imagePosition,
|
|
43912
43913
|
"sm:col-start-10": POSITIONS.RIGHT.label === imagePosition
|
|
43913
43914
|
});
|
|
43914
|
-
var contentClasses = classnames("col-span-12 my-auto
|
|
43915
|
+
var contentClasses = classnames("col-span-12 my-auto sm:col-span-7", {
|
|
43915
43916
|
"sm:col-start-5": POSITIONS.LEFT.label === imagePosition,
|
|
43916
43917
|
"sm:col-start-2": POSITIONS.RIGHT.label === imagePosition
|
|
43917
43918
|
});
|
|
@@ -43944,7 +43945,7 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
43944
43945
|
logoUrl = _ref2.logoUrl;
|
|
43945
43946
|
return /*#__PURE__*/React__default["default"].createElement(MotionWrapper, {
|
|
43946
43947
|
enableAnimation: enableAnimation,
|
|
43947
|
-
className: "grid grid-flow-row-dense grid-cols-12 items-center py-6",
|
|
43948
|
+
className: "grid grid-flow-row-dense grid-cols-12 items-center gap-4 py-6",
|
|
43948
43949
|
design: design.testimonialContainer,
|
|
43949
43950
|
key: getUniqueKey(testimonialDescription, index)
|
|
43950
43951
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|