@asdp/ferryui 0.1.22-dev.10755 → 0.1.22-dev.10769
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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14462,7 +14462,7 @@ var CardBookingTicket = ({
|
|
|
14462
14462
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
14463
14463
|
"div",
|
|
14464
14464
|
{
|
|
14465
|
-
className: reservationStep === "review" ? styles.ticketinfoCard : styles.ticketInfo,
|
|
14465
|
+
className: reservationStep === "review" || paymentStep === "pay" || paymentStep === "method" ? styles.ticketinfoCard : styles.ticketInfo,
|
|
14466
14466
|
children: [
|
|
14467
14467
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles.ticketTime, children: [
|
|
14468
14468
|
/* @__PURE__ */ jsxRuntime.jsx(reactComponents.Caption2, { children: departureDay }),
|