subos-frontend 1.0.8 → 1.0.9
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +0 -29
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2258,7 +2258,7 @@ var UpgradeSummary = ({
|
|
|
2258
2258
|
const displayInfo = checkoutInfo;
|
|
2259
2259
|
const intervalDisplay = displayInfo.planInterval === "MONTHLY" ? "Mo" : "Yr";
|
|
2260
2260
|
const dueToday = displayInfo.proration > 0 ? displayInfo.proration : displayInfo.planPrice;
|
|
2261
|
-
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "
|
|
2261
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "w-full", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "w-full", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "bg-white shadow-xl rounded-md border border-gray-200 px-4 py-3", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between", children: [
|
|
2262
2262
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
2263
2263
|
/* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-sm text-gray-500", children: "Summary" }),
|
|
2264
2264
|
/* @__PURE__ */ jsxRuntime.jsx("h2", { className: "text-sm font-medium", children: displayInfo.planName })
|