odaptos_design_system 1.4.250 → 1.4.251

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.
@@ -12088,7 +12088,7 @@ const PricingCard = ({
12088
12088
  weight: "semi-bold",
12089
12089
  text: `${cmsContent.UpTo} ${interviewsNumber} ${cmsContent.Interviews} / ${isYearlyOrMonthly === 'monthly' ? cmsContent.Month : cmsContent.Year}`,
12090
12090
  color: isDark ? 'white' : ''
12091
- }), tier !== 4 && /*#__PURE__*/React__default.createElement(Tooltip, {
12091
+ }), /*#__PURE__*/React__default.createElement(Tooltip, {
12092
12092
  tooltipDescription: featuredSectionTitleTooltip,
12093
12093
  arrow: true
12094
12094
  }, /*#__PURE__*/React__default.createElement(IconButton, {