@fluid-app/portal-sdk 0.1.250 → 0.1.251
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-Bglm_cfM.cjs → SubscriptionsScreen-BToWvdTh.cjs} +7 -7
- package/dist/{SubscriptionsScreen-Bglm_cfM.cjs.map → SubscriptionsScreen-BToWvdTh.cjs.map} +1 -1
- package/dist/{SubscriptionsScreen-Dh03oU0H.mjs → SubscriptionsScreen-CTGqV8gK.mjs} +7 -7
- package/dist/{SubscriptionsScreen-Dh03oU0H.mjs.map → SubscriptionsScreen-CTGqV8gK.mjs.map} +1 -1
- package/dist/{SubscriptionsScreen-Dx1cZCdY.cjs → SubscriptionsScreen-DHTV7cFL.cjs} +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +7 -7
|
@@ -3619,7 +3619,7 @@ function EditBillDateDialog({ open, onOpenChange, onConfirm, isLoading, errorMes
|
|
|
3619
3619
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
3620
3620
|
className: "border-border max-h-40 overflow-auto rounded-md border",
|
|
3621
3621
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("table", {
|
|
3622
|
-
className: "w-full text-sm",
|
|
3622
|
+
className: "w-full table-fixed text-sm",
|
|
3623
3623
|
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("thead", {
|
|
3624
3624
|
className: "bg-muted text-muted-foreground sticky top-0",
|
|
3625
3625
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("tr", { children: [
|
|
@@ -3632,7 +3632,7 @@ function EditBillDateDialog({ open, onOpenChange, onConfirm, isLoading, errorMes
|
|
|
3632
3632
|
children: "Product"
|
|
3633
3633
|
}),
|
|
3634
3634
|
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("th", {
|
|
3635
|
-
className: "px-3 py-2 text-left font-medium",
|
|
3635
|
+
className: "w-28 px-3 py-2 text-left font-medium",
|
|
3636
3636
|
children: "Bill Date"
|
|
3637
3637
|
})
|
|
3638
3638
|
] })
|
|
@@ -3648,7 +3648,7 @@ function EditBillDateDialog({ open, onOpenChange, onConfirm, isLoading, errorMes
|
|
|
3648
3648
|
})
|
|
3649
3649
|
}),
|
|
3650
3650
|
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("td", {
|
|
3651
|
-
className: "
|
|
3651
|
+
className: "overflow-hidden px-3 py-2",
|
|
3652
3652
|
title: sub.productTitle,
|
|
3653
3653
|
children: onNavigateToSubscription ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
|
|
3654
3654
|
type: "button",
|
|
@@ -3656,15 +3656,15 @@ function EditBillDateDialog({ open, onOpenChange, onConfirm, isLoading, errorMes
|
|
|
3656
3656
|
onNavigateToSubscription(sub.token);
|
|
3657
3657
|
handleDismiss(false);
|
|
3658
3658
|
},
|
|
3659
|
-
className: "text-primary truncate text-left hover:underline",
|
|
3659
|
+
className: "text-primary block w-full truncate text-left hover:underline",
|
|
3660
3660
|
children: sub.productTitle
|
|
3661
3661
|
}) : /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
3662
|
-
className: "text-foreground",
|
|
3662
|
+
className: "text-foreground block truncate",
|
|
3663
3663
|
children: sub.productTitle
|
|
3664
3664
|
})
|
|
3665
3665
|
}),
|
|
3666
3666
|
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("td", {
|
|
3667
|
-
className: "text-muted-foreground px-3 py-2",
|
|
3667
|
+
className: "text-muted-foreground px-3 py-2 whitespace-nowrap",
|
|
3668
3668
|
children: sub.nextBillDate ? require_isAfter.format(parseIsoDate(sub.nextBillDate), "MMM d, yyyy") : "—"
|
|
3669
3669
|
})
|
|
3670
3670
|
] }, sub.token))
|
|
@@ -4806,4 +4806,4 @@ Object.defineProperty(exports, "subscriptionsScreenPropertySchema", {
|
|
|
4806
4806
|
}
|
|
4807
4807
|
});
|
|
4808
4808
|
|
|
4809
|
-
//# sourceMappingURL=SubscriptionsScreen-
|
|
4809
|
+
//# sourceMappingURL=SubscriptionsScreen-BToWvdTh.cjs.map
|