@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
|
@@ -57,6 +57,6 @@ require("./use-portal-card-add-3ds-flow-KJYm0WRh.cjs");
|
|
|
57
57
|
require("./display-Ca4zjZd5.cjs");
|
|
58
58
|
require("./Combobox-CMWzBod7.cjs");
|
|
59
59
|
require("./prop-types-BL9DoSxF.cjs");
|
|
60
|
-
const require_SubscriptionsScreen = require("./SubscriptionsScreen-
|
|
60
|
+
const require_SubscriptionsScreen = require("./SubscriptionsScreen-C-jNBTLu.cjs");
|
|
61
61
|
exports.SubscriptionsScreen = require_SubscriptionsScreen.SubscriptionsScreen;
|
|
62
62
|
exports.subscriptionsScreenPropertySchema = require_SubscriptionsScreen.subscriptionsScreenPropertySchema;
|
|
@@ -33,7 +33,7 @@ import "./MediaRenderer-BydUiy9x.mjs";
|
|
|
33
33
|
import "./CarouselWidget-CKnYvxm5.mjs";
|
|
34
34
|
import "./CatchUpWidget-CEDOOF9V.mjs";
|
|
35
35
|
import "./src-CAi8-qUm.mjs";
|
|
36
|
-
import { n as subscriptionsScreenPropertySchema, t as SubscriptionsScreen } from "./SubscriptionsScreen-
|
|
36
|
+
import { n as subscriptionsScreenPropertySchema, t as SubscriptionsScreen } from "./SubscriptionsScreen-CSO3Kwls.mjs";
|
|
37
37
|
import "./ChartWidget-5NR50o-9.mjs";
|
|
38
38
|
import "./ContainerWidget-sfWLzdpC.mjs";
|
|
39
39
|
import "./EmbedWidget-CVqRlRwv.mjs";
|
|
@@ -5896,7 +5896,7 @@ function PastDueBanner({ productTitle, nextRetryAt, declineCount, onUpdatePaymen
|
|
|
5896
5896
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
5897
5897
|
role: "status",
|
|
5898
5898
|
"aria-live": "polite",
|
|
5899
|
-
className: cn("border-destructive/
|
|
5899
|
+
className: cn("border-destructive/50 bg-background rounded-xl border p-4 shadow-sm sm:p-5", className),
|
|
5900
5900
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
5901
5901
|
className: "flex items-start gap-3 sm:gap-4",
|
|
5902
5902
|
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
@@ -8490,4 +8490,4 @@ Object.defineProperty(exports, "subscriptionsScreenPropertySchema", {
|
|
|
8490
8490
|
}
|
|
8491
8491
|
});
|
|
8492
8492
|
|
|
8493
|
-
//# sourceMappingURL=SubscriptionsScreen-
|
|
8493
|
+
//# sourceMappingURL=SubscriptionsScreen-C-jNBTLu.cjs.map
|