@bigbinary/neeto-site-blocks 1.9.7 → 1.9.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 +7 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +7 -3
- 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
|
|
@@ -43547,7 +43548,7 @@ var PricingInCardView = function PricingInCardView(_ref) {
|
|
|
43547
43548
|
design: design.body,
|
|
43548
43549
|
nestedClassName: baseClasses
|
|
43549
43550
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43550
|
-
className: "col-span-
|
|
43551
|
+
className: "col-span-full"
|
|
43551
43552
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43552
43553
|
isTitle: true,
|
|
43553
43554
|
component: "h4",
|
|
@@ -43600,6 +43601,7 @@ var PricingInCardView = function PricingInCardView(_ref) {
|
|
|
43600
43601
|
}, otherProps), pricing.price), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43601
43602
|
index: index,
|
|
43602
43603
|
isTitle: true,
|
|
43604
|
+
className: "flex-grow",
|
|
43603
43605
|
component: "h4",
|
|
43604
43606
|
id: "pricing-in-card-view-tier-".concat(index, "-tierLabel"),
|
|
43605
43607
|
style: design.tierLabel
|
|
@@ -43616,7 +43618,9 @@ var PricingInCardView = function PricingInCardView(_ref) {
|
|
|
43616
43618
|
component: "p",
|
|
43617
43619
|
id: "pricing-in-card-view-tier-".concat(index, "-feature-").concat(featureIndex),
|
|
43618
43620
|
style: design.tierFeature
|
|
43619
|
-
}, otherProps
|
|
43621
|
+
}, otherProps, {
|
|
43622
|
+
className: "flex-grow"
|
|
43623
|
+
}), feature));
|
|
43620
43624
|
})), /*#__PURE__*/React__default["default"].createElement(Button$1, _extends__default["default"]({
|
|
43621
43625
|
index: index,
|
|
43622
43626
|
className: "mt-8 w-full justify-center",
|