@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
|
@@ -5874,20 +5874,13 @@ function SubscriptionItemsSection({ subscription, displayQuantity, displayNextBi
|
|
|
5874
5874
|
]
|
|
5875
5875
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
5876
5876
|
className: "pl-4",
|
|
5877
|
-
children: [
|
|
5878
|
-
|
|
5879
|
-
|
|
5880
|
-
|
|
5881
|
-
|
|
5882
|
-
|
|
5883
|
-
|
|
5884
|
-
children: formatCurrency(subscription.price * quantity)
|
|
5885
|
-
}),
|
|
5886
|
-
subscription.status !== "past_due" && (displayNextBillDate ?? subscription.next_bill_date) && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
5887
|
-
className: "text-muted-foreground mt-1 text-xs",
|
|
5888
|
-
children: formatDate(displayNextBillDate ?? subscription.next_bill_date ?? "")
|
|
5889
|
-
})
|
|
5890
|
-
]
|
|
5877
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
5878
|
+
className: "text-muted-foreground mb-1 text-sm",
|
|
5879
|
+
children: t("next_bill_amount")
|
|
5880
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
5881
|
+
className: "text-foreground text-2xl font-bold",
|
|
5882
|
+
children: formatCurrency(subscription.price * quantity)
|
|
5883
|
+
})]
|
|
5891
5884
|
})]
|
|
5892
5885
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("hr", { className: "border-border mt-4" })]
|
|
5893
5886
|
})]
|
|
@@ -7432,4 +7425,4 @@ Object.defineProperty(exports, "subscriptionsScreenPropertySchema", {
|
|
|
7432
7425
|
}
|
|
7433
7426
|
});
|
|
7434
7427
|
|
|
7435
|
-
//# sourceMappingURL=SubscriptionsScreen-
|
|
7428
|
+
//# sourceMappingURL=SubscriptionsScreen-CemaSoUv.cjs.map
|