microboard-ui-temp 0.1.42 → 0.1.43
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.js +0 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -343708,11 +343708,6 @@ var Transition2 = ({
|
|
|
343708
343708
|
|
|
343709
343709
|
// src/features/UserPlan/PlanCards.tsx
|
|
343710
343710
|
var { i18n: i18n5 } = conf;
|
|
343711
|
-
if (!exports_billing.changePlan) {
|
|
343712
|
-
exports_billing.changePlan = async function(planId) {
|
|
343713
|
-
return Promise.resolve({ data: { message: "Plan changed" } });
|
|
343714
|
-
};
|
|
343715
|
-
}
|
|
343716
343711
|
var annualToMonthlyPrice = (price) => price ? Math.round(price / 12) : 0;
|
|
343717
343712
|
function BasicPlanCard() {
|
|
343718
343713
|
const { t: t10 } = useTranslation();
|