@eric-emg/symphiq-components 1.2.346 → 1.2.347
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/fesm2022/symphiq-components.mjs +3 -0
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +49 -49
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -86972,6 +86972,9 @@ class PlanCardComponent {
|
|
|
86972
86972
|
getPricePeriod() {
|
|
86973
86973
|
const info = this.planInfo();
|
|
86974
86974
|
if (info.periodUnit === ChargebeeItemPricePeriodUnitEnum.YEAR) {
|
|
86975
|
+
if (info.planItemPrice.periodUnit === ChargebeeItemPricePeriodUnitEnum.MONTH) {
|
|
86976
|
+
return 'per month, billed monthly';
|
|
86977
|
+
}
|
|
86975
86978
|
return 'per month, billed annually';
|
|
86976
86979
|
}
|
|
86977
86980
|
else {
|