@fluid-app/portal-sdk 0.1.495 → 0.1.496
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-Y8tSHKCd.mjs → SubscriptionsScreen-B3CJxqWT.mjs} +1 -1
- package/dist/{SubscriptionsScreen--FWQpJ50.cjs → SubscriptionsScreen-Byh585Wi.cjs} +6 -6
- package/dist/SubscriptionsScreen-Byh585Wi.cjs.map +1 -0
- package/dist/{SubscriptionsScreen-D2aqGKLC.cjs → SubscriptionsScreen-CCg3gBrn.cjs} +1 -1
- package/dist/{SubscriptionsScreen-D61Y6viw.mjs → SubscriptionsScreen-I3YfdYLj.mjs} +6 -6
- package/dist/SubscriptionsScreen-I3YfdYLj.mjs.map +1 -0
- package/dist/index.cjs +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +8 -8
- package/dist/SubscriptionsScreen--FWQpJ50.cjs.map +0 -1
- package/dist/SubscriptionsScreen-D61Y6viw.mjs.map +0 -1
|
@@ -33,7 +33,7 @@ import "./BulletListWidget-BqUtGDk2.mjs";
|
|
|
33
33
|
import "./preview-context-D1c5nVF4.mjs";
|
|
34
34
|
import "./CalendarWidget-B3bIYc5_.mjs";
|
|
35
35
|
import "./error-state-B7i_iTF6.mjs";
|
|
36
|
-
import { n as subscriptionsScreenPropertySchema, t as SubscriptionsScreen } from "./SubscriptionsScreen-
|
|
36
|
+
import { n as subscriptionsScreenPropertySchema, t as SubscriptionsScreen } from "./SubscriptionsScreen-I3YfdYLj.mjs";
|
|
37
37
|
import "./WidgetLoadingSkeleton-D4Dx1qBJ.mjs";
|
|
38
38
|
import "./CardWidget-RrRS-tdW.mjs";
|
|
39
39
|
import "./helpers-wMrhc0DH.mjs";
|
|
@@ -4478,7 +4478,7 @@ function formatBillDate(value) {
|
|
|
4478
4478
|
function DrawerStepSelect({ subscriptions, selectedTokens, onToggle }) {
|
|
4479
4479
|
const { t } = useSubscriptionsTranslation();
|
|
4480
4480
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
4481
|
-
className: "flex-1 overflow-y-auto px-6 py-4",
|
|
4481
|
+
className: "min-h-0 flex-1 overflow-y-auto px-6 py-4",
|
|
4482
4482
|
children: [
|
|
4483
4483
|
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
4484
4484
|
className: "bg-muted mt-2 rounded-2xl p-6 text-center",
|
|
@@ -4614,7 +4614,7 @@ function DrawerStepDate({ selectedYear, selectedMonth, selectedDay, onYearChange
|
|
|
4614
4614
|
return isDayOutOfRange(selectedYear, selectedMonth, day, bounds);
|
|
4615
4615
|
};
|
|
4616
4616
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
4617
|
-
className: "flex-1 overflow-y-auto px-6 py-4",
|
|
4617
|
+
className: "min-h-0 flex-1 overflow-y-auto px-6 py-4",
|
|
4618
4618
|
children: [
|
|
4619
4619
|
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
4620
4620
|
className: "mt-2",
|
|
@@ -4695,7 +4695,7 @@ function DrawerStepAddress({ addresses, selectedAddressId, onAddressSelect, onAd
|
|
|
4695
4695
|
const { t } = useSubscriptionsTranslation();
|
|
4696
4696
|
const hasFlaggedDefault = addresses.some((a) => a.default);
|
|
4697
4697
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
4698
|
-
className: "flex-1 overflow-y-auto px-6 py-4",
|
|
4698
|
+
className: "min-h-0 flex-1 overflow-y-auto px-6 py-4",
|
|
4699
4699
|
children: [
|
|
4700
4700
|
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
4701
4701
|
className: "mt-2",
|
|
@@ -4798,7 +4798,7 @@ function DrawerStepPayment({ paymentMethods, selectedPaymentMethodId, onPaymentM
|
|
|
4798
4798
|
return [defaultCard, ...filtered.filter((_, i) => i !== defaultIdx)];
|
|
4799
4799
|
}, [paymentMethods]);
|
|
4800
4800
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
4801
|
-
className: "flex-1 overflow-y-auto px-6 py-4",
|
|
4801
|
+
className: "min-h-0 flex-1 overflow-y-auto px-6 py-4",
|
|
4802
4802
|
children: [
|
|
4803
4803
|
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
4804
4804
|
className: "mt-2",
|
|
@@ -4946,7 +4946,7 @@ function BundleSubscriptionsDrawer({ open, onOpenChange, subscriptions: subscrip
|
|
|
4946
4946
|
onAddPaymentMethod
|
|
4947
4947
|
}),
|
|
4948
4948
|
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
4949
|
-
className: "border-border flex items-center justify-between gap-3 border-t px-6 py-4",
|
|
4949
|
+
className: "border-border flex shrink-0 items-center justify-between gap-3 border-t px-6 py-4",
|
|
4950
4950
|
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
|
|
4951
4951
|
type: "button",
|
|
4952
4952
|
onClick: handleBack,
|
|
@@ -8692,4 +8692,4 @@ Object.defineProperty(exports, "subscriptionsScreenPropertySchema", {
|
|
|
8692
8692
|
}
|
|
8693
8693
|
});
|
|
8694
8694
|
|
|
8695
|
-
//# sourceMappingURL=SubscriptionsScreen
|
|
8695
|
+
//# sourceMappingURL=SubscriptionsScreen-Byh585Wi.cjs.map
|