@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 CHANGED
@@ -17221,7 +17221,7 @@ var PricingInCardView = function PricingInCardView(_ref) {
17221
17221
  return setIsCurrentPricingPlanYearly(option === options.yearly);
17222
17222
  }
17223
17223
  }), /*#__PURE__*/jsxRuntime.jsx("div", {
17224
- className: "col-span-12 grid grid-cols-12 justify-center gap-4",
17224
+ className: "col-span-12 flex flex-wrap justify-center gap-4",
17225
17225
  children: tiers.map(function (_ref2, index) {
17226
17226
  var tierTitle = _ref2.title,
17227
17227
  tierDescription = _ref2.description,
@@ -17231,10 +17231,8 @@ var PricingInCardView = function PricingInCardView(_ref) {
17231
17231
  features = _ref2.features;
17232
17232
  var pricing = renderPricing(pricingPlan, yearlyPricing, monthlyPricing);
17233
17233
  return /*#__PURE__*/jsxRuntime.jsxs(StyledWrapper, {
17234
+ className: "w-80 max-w-full",
17234
17235
  design: design.tierBlock,
17235
- className: classnames__default["default"]("col-span-12 inline-flex flex-col justify-between sm:col-span-6 lg:col-span-4", {
17236
- "sm:col-span-6": tiers.length <= 2
17237
- }),
17238
17236
  children: [/*#__PURE__*/jsxRuntime.jsxs("div", {
17239
17237
  children: [/*#__PURE__*/jsxRuntime.jsx(Typography$1, _objectSpread$2(_objectSpread$2({
17240
17238
  index: index,