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.
- package/dist/odaptos_design_system.cjs.development.js +1 -1
- package/dist/odaptos_design_system.cjs.development.js.map +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +1 -1
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/PricingCard/PricingCard.tsx +6 -8
|
@@ -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
|
-
}),
|
|
12091
|
+
}), /*#__PURE__*/React__default.createElement(Tooltip, {
|
|
12092
12092
|
tooltipDescription: featuredSectionTitleTooltip,
|
|
12093
12093
|
arrow: true
|
|
12094
12094
|
}, /*#__PURE__*/React__default.createElement(IconButton, {
|