@fluid-app/portal-sdk 0.1.433 → 0.1.434
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-CWXKytKn.cjs → SubscriptionsScreen-BN64Oz6u.cjs} +1 -1
- package/dist/{SubscriptionsScreen-CJJe0giN.mjs → SubscriptionsScreen-BnUZ8EOe.mjs} +1 -1
- package/dist/{SubscriptionsScreen-DiLP88lX.cjs → SubscriptionsScreen-C-jNBTLu.cjs} +2 -2
- package/dist/{SubscriptionsScreen-DiLP88lX.cjs.map → SubscriptionsScreen-C-jNBTLu.cjs.map} +1 -1
- package/dist/{SubscriptionsScreen-DpOk1RbV.mjs → SubscriptionsScreen-CSO3Kwls.mjs} +2 -2
- package/dist/{SubscriptionsScreen-DpOk1RbV.mjs.map → SubscriptionsScreen-CSO3Kwls.mjs.map} +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +15 -15
|
@@ -5833,7 +5833,7 @@ function PastDueBanner({ productTitle, nextRetryAt, declineCount, onUpdatePaymen
|
|
|
5833
5833
|
return /* @__PURE__ */ jsx("div", {
|
|
5834
5834
|
role: "status",
|
|
5835
5835
|
"aria-live": "polite",
|
|
5836
|
-
className: cn("border-destructive/
|
|
5836
|
+
className: cn("border-destructive/50 bg-background rounded-xl border p-4 shadow-sm sm:p-5", className),
|
|
5837
5837
|
children: /* @__PURE__ */ jsxs("div", {
|
|
5838
5838
|
className: "flex items-start gap-3 sm:gap-4",
|
|
5839
5839
|
children: [/* @__PURE__ */ jsx("div", {
|
|
@@ -8416,4 +8416,4 @@ const subscriptionsScreenPropertySchema = {
|
|
|
8416
8416
|
//#endregion
|
|
8417
8417
|
export { subscriptionsScreenPropertySchema as n, SubscriptionsScreen as t };
|
|
8418
8418
|
|
|
8419
|
-
//# sourceMappingURL=SubscriptionsScreen-
|
|
8419
|
+
//# sourceMappingURL=SubscriptionsScreen-CSO3Kwls.mjs.map
|