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