subos-frontend 1.0.61 → 1.0.62

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/index.js CHANGED
@@ -1390,7 +1390,7 @@ var PaymentCancelView = ({ details, dashboardUrl = "/dashboard", planUrl = "/pla
1390
1390
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "p-6", children: [
1391
1391
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-6", children: [
1392
1392
  /* @__PURE__ */ jsxRuntime.jsx("h2", { className: "text-lg font-semibold text-gray-900 mb-4", children: "What Happened?" }),
1393
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "p-4 bg-orange-50 rounded-lg mb-4", children: /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-orange-800", children: details.reason ? `Reason: ${details.reason}` : "Your payment was cancelled before it was completed. No charges were made to your account." }) }),
1393
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "p-4 bg-orange-50 rounded-lg mb-4", children: /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-orange-800", children: details.reason ? `Reason: ${details.reason}` : "Your payment was cancelled before it was completed. No changes were made to your account." }) }),
1394
1394
  (details.gateway || details.sessionId) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-3 mb-4", children: [
1395
1395
  /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "font-medium text-gray-900", children: "Transaction Details" }),
1396
1396
  details.gateway && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-between", children: [
@@ -1414,7 +1414,7 @@ var PaymentCancelView = ({ details, dashboardUrl = "/dashboard", planUrl = "/pla
1414
1414
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-6 p-4 bg-blue-50 rounded-lg", children: [
1415
1415
  /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "font-semibold text-blue-900 mb-2", children: "What's Next?" }),
1416
1416
  /* @__PURE__ */ jsxRuntime.jsxs("ul", { className: "text-sm text-blue-800 space-y-1", children: [
1417
- /* @__PURE__ */ jsxRuntime.jsx("li", { children: "\u2022 No charges were made to your account" }),
1417
+ /* @__PURE__ */ jsxRuntime.jsx("li", { children: "\u2022 No changes were made to your account" }),
1418
1418
  /* @__PURE__ */ jsxRuntime.jsx("li", { children: "\u2022 You can try the payment again anytime" }),
1419
1419
  /* @__PURE__ */ jsxRuntime.jsx("li", { children: "\u2022 Contact support if you need assistance" }),
1420
1420
  /* @__PURE__ */ jsxRuntime.jsx("li", { children: "\u2022 Your cart/selection is still saved" })