odaptos_design_system 2.0.146 → 2.0.148
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 +11 -11
- 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 +11 -11
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Molecules/PricingCard/PricingCard.tsx +8 -8
|
@@ -15182,7 +15182,7 @@ const PricingCard = ({
|
|
|
15182
15182
|
}, /*#__PURE__*/React__default.createElement(Text, {
|
|
15183
15183
|
size: "sm",
|
|
15184
15184
|
weight: "regular",
|
|
15185
|
-
text:
|
|
15185
|
+
text: `Billed annually*`,
|
|
15186
15186
|
color: colors.neutral_550
|
|
15187
15187
|
}), /*#__PURE__*/React__default.createElement(Text, {
|
|
15188
15188
|
size: "sm",
|
|
@@ -15193,25 +15193,25 @@ const PricingCard = ({
|
|
|
15193
15193
|
className: styles$H.features
|
|
15194
15194
|
}, /*#__PURE__*/React__default.createElement("ul", {
|
|
15195
15195
|
className: styles$H.featuresList
|
|
15196
|
-
},
|
|
15197
|
-
className: styles$H.feature
|
|
15196
|
+
}, featuresList.map((feature, index) => /*#__PURE__*/React__default.createElement("li", {
|
|
15197
|
+
className: styles$H.feature,
|
|
15198
|
+
key: index
|
|
15198
15199
|
}, /*#__PURE__*/React__default.createElement(PricingCheckedIcon, {
|
|
15199
15200
|
className: styles$H.icon,
|
|
15200
15201
|
size: "base"
|
|
15201
15202
|
}), /*#__PURE__*/React__default.createElement(Text, {
|
|
15202
15203
|
weight: "regular",
|
|
15203
|
-
|
|
15204
|
-
|
|
15205
|
-
|
|
15206
|
-
className: styles$H.feature,
|
|
15207
|
-
key: index
|
|
15204
|
+
text: feature.featureName
|
|
15205
|
+
}))), tier !== 1 && /*#__PURE__*/React__default.createElement("li", {
|
|
15206
|
+
className: styles$H.feature
|
|
15208
15207
|
}, /*#__PURE__*/React__default.createElement(PricingCheckedIcon, {
|
|
15209
15208
|
className: styles$H.icon,
|
|
15210
15209
|
size: "base"
|
|
15211
15210
|
}), /*#__PURE__*/React__default.createElement(Text, {
|
|
15212
15211
|
weight: "regular",
|
|
15213
|
-
|
|
15214
|
-
|
|
15212
|
+
italic: true,
|
|
15213
|
+
text: featuredSectionTitle || cmsContent.Includes
|
|
15214
|
+
})))), /*#__PURE__*/React__default.createElement(Button, {
|
|
15215
15215
|
text: yourPlanText ? yourPlanText : buttonText[tier],
|
|
15216
15216
|
size: "base",
|
|
15217
15217
|
variant: "primary",
|
|
@@ -15219,7 +15219,7 @@ const PricingCard = ({
|
|
|
15219
15219
|
disabled: yourPlanText ? true : false,
|
|
15220
15220
|
onClick: onClick
|
|
15221
15221
|
})), /*#__PURE__*/React__default.createElement(Text, {
|
|
15222
|
-
text: cmsContent.freeTrialDays
|
|
15222
|
+
text: cmsContent.freeTrialDays ?? `30-day Free trial`,
|
|
15223
15223
|
italic: true,
|
|
15224
15224
|
size: "sm",
|
|
15225
15225
|
className: styles$H.freeTrialDays
|