@fluid-app/portal-sdk 0.1.334 → 0.1.335
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/{SubscriptionsScreen-DzJhgb_H.mjs → SubscriptionsScreen-Blky8Wv8.mjs} +8 -15
- package/dist/{SubscriptionsScreen-DzJhgb_H.mjs.map → SubscriptionsScreen-Blky8Wv8.mjs.map} +1 -1
- package/dist/{SubscriptionsScreen-DG2qu9A9.cjs → SubscriptionsScreen-CemaSoUv.cjs} +8 -15
- package/dist/{SubscriptionsScreen-DG2qu9A9.cjs.map → SubscriptionsScreen-CemaSoUv.cjs.map} +1 -1
- package/dist/{SubscriptionsScreen-dZwLcWJi.cjs → SubscriptionsScreen-DBtKxiPF.cjs} +1 -1
- package/dist/{SubscriptionsScreen-Fz7WzPge.mjs → SubscriptionsScreen-DEmYXiXj.mjs} +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +19 -19
|
@@ -5812,20 +5812,13 @@ function SubscriptionItemsSection({ subscription, displayQuantity, displayNextBi
|
|
|
5812
5812
|
]
|
|
5813
5813
|
}), /* @__PURE__ */ jsxs("div", {
|
|
5814
5814
|
className: "pl-4",
|
|
5815
|
-
children: [
|
|
5816
|
-
|
|
5817
|
-
|
|
5818
|
-
|
|
5819
|
-
|
|
5820
|
-
|
|
5821
|
-
|
|
5822
|
-
children: formatCurrency(subscription.price * quantity)
|
|
5823
|
-
}),
|
|
5824
|
-
subscription.status !== "past_due" && (displayNextBillDate ?? subscription.next_bill_date) && /* @__PURE__ */ jsx("div", {
|
|
5825
|
-
className: "text-muted-foreground mt-1 text-xs",
|
|
5826
|
-
children: formatDate(displayNextBillDate ?? subscription.next_bill_date ?? "")
|
|
5827
|
-
})
|
|
5828
|
-
]
|
|
5815
|
+
children: [/* @__PURE__ */ jsx("div", {
|
|
5816
|
+
className: "text-muted-foreground mb-1 text-sm",
|
|
5817
|
+
children: t("next_bill_amount")
|
|
5818
|
+
}), /* @__PURE__ */ jsx("div", {
|
|
5819
|
+
className: "text-foreground text-2xl font-bold",
|
|
5820
|
+
children: formatCurrency(subscription.price * quantity)
|
|
5821
|
+
})]
|
|
5829
5822
|
})]
|
|
5830
5823
|
}), /* @__PURE__ */ jsx("hr", { className: "border-border mt-4" })]
|
|
5831
5824
|
})]
|
|
@@ -7359,4 +7352,4 @@ const subscriptionsScreenPropertySchema = {
|
|
|
7359
7352
|
//#endregion
|
|
7360
7353
|
export { subscriptionsScreenPropertySchema as n, SubscriptionsScreen as t };
|
|
7361
7354
|
|
|
7362
|
-
//# sourceMappingURL=SubscriptionsScreen-
|
|
7355
|
+
//# sourceMappingURL=SubscriptionsScreen-Blky8Wv8.mjs.map
|