@bigbinary/neeto-site-blocks 2.0.1 → 2.0.3
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 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17202,7 +17202,7 @@ var PricingInCardView = function PricingInCardView(_ref) {
|
|
|
17202
17202
|
return setIsCurrentPricingPlanYearly(option === options.yearly);
|
|
17203
17203
|
}
|
|
17204
17204
|
}), /*#__PURE__*/jsx("div", {
|
|
17205
|
-
className: "col-span-12
|
|
17205
|
+
className: "col-span-12 flex flex-wrap justify-center gap-4",
|
|
17206
17206
|
children: tiers.map(function (_ref2, index) {
|
|
17207
17207
|
var tierTitle = _ref2.title,
|
|
17208
17208
|
tierDescription = _ref2.description,
|
|
@@ -17212,10 +17212,8 @@ var PricingInCardView = function PricingInCardView(_ref) {
|
|
|
17212
17212
|
features = _ref2.features;
|
|
17213
17213
|
var pricing = renderPricing(pricingPlan, yearlyPricing, monthlyPricing);
|
|
17214
17214
|
return /*#__PURE__*/jsxs(StyledWrapper, {
|
|
17215
|
+
className: "w-80 max-w-full",
|
|
17215
17216
|
design: design.tierBlock,
|
|
17216
|
-
className: classnames("col-span-12 inline-flex flex-col justify-between sm:col-span-6 lg:col-span-4", {
|
|
17217
|
-
"sm:col-span-6": tiers.length <= 2
|
|
17218
|
-
}),
|
|
17219
17217
|
children: [/*#__PURE__*/jsxs("div", {
|
|
17220
17218
|
children: [/*#__PURE__*/jsx(Typography$1, _objectSpread$2(_objectSpread$2({
|
|
17221
17219
|
index: index,
|