@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.js CHANGED
@@ -39511,10 +39511,11 @@ var FAQItem = function FAQItem(_ref3) {
39511
39511
  });
39512
39512
  }
39513
39513
  }, /*#__PURE__*/React__default.createElement("div", {
39514
- className: "flex items-start justify-between gap-4"
39514
+ className: "flex items-center justify-between gap-4"
39515
39515
  }, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
39516
39516
  index: index,
39517
39517
  isTitle: true,
39518
+ className: "flex-grow",
39518
39519
  component: "h6",
39519
39520
  id: "faq-with-accordion-".concat(index, "-question"),
39520
39521
  style: design.question
@@ -43501,7 +43502,7 @@ var PricingInCardView = function PricingInCardView(_ref) {
43501
43502
  design: design.body,
43502
43503
  nestedClassName: baseClasses
43503
43504
  }, /*#__PURE__*/React__default.createElement("div", {
43504
- className: "col-span-12 sm:col-span-8 sm:col-start-3 lg:col-span-6 lg:col-start-4"
43505
+ className: "col-span-full"
43505
43506
  }, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
43506
43507
  isTitle: true,
43507
43508
  component: "h4",
@@ -43554,6 +43555,7 @@ var PricingInCardView = function PricingInCardView(_ref) {
43554
43555
  }, otherProps), pricing.price), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
43555
43556
  index: index,
43556
43557
  isTitle: true,
43558
+ className: "flex-grow",
43557
43559
  component: "h4",
43558
43560
  id: "pricing-in-card-view-tier-".concat(index, "-tierLabel"),
43559
43561
  style: design.tierLabel
@@ -43570,7 +43572,9 @@ var PricingInCardView = function PricingInCardView(_ref) {
43570
43572
  component: "p",
43571
43573
  id: "pricing-in-card-view-tier-".concat(index, "-feature-").concat(featureIndex),
43572
43574
  style: design.tierFeature
43573
- }, otherProps), feature));
43575
+ }, otherProps, {
43576
+ className: "flex-grow"
43577
+ }), feature));
43574
43578
  })), /*#__PURE__*/React__default.createElement(Button$1, _extends$2({
43575
43579
  index: index,
43576
43580
  className: "mt-8 w-full justify-center",