@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.
@@ -5812,20 +5812,13 @@ function SubscriptionItemsSection({ subscription, displayQuantity, displayNextBi
5812
5812
  ]
5813
5813
  }), /* @__PURE__ */ jsxs("div", {
5814
5814
  className: "pl-4",
5815
- children: [
5816
- /* @__PURE__ */ jsx("div", {
5817
- className: "text-muted-foreground mb-1 text-sm",
5818
- children: t("next_bill_amount")
5819
- }),
5820
- /* @__PURE__ */ jsx("div", {
5821
- className: "text-foreground text-2xl font-bold",
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-DzJhgb_H.mjs.map
7355
+ //# sourceMappingURL=SubscriptionsScreen-Blky8Wv8.mjs.map