@bigbinary/neeto-site-blocks 1.9.7 → 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 +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -1
- 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
|