@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.mjs
CHANGED
|
@@ -14453,7 +14453,7 @@ var CardBookingTicket = ({
|
|
|
14453
14453
|
/* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs(
|
|
14454
14454
|
"div",
|
|
14455
14455
|
{
|
|
14456
|
-
className: reservationStep === "review" ? styles.ticketinfoCard : styles.ticketInfo,
|
|
14456
|
+
className: reservationStep === "review" || paymentStep === "pay" || paymentStep === "method" ? styles.ticketinfoCard : styles.ticketInfo,
|
|
14457
14457
|
children: [
|
|
14458
14458
|
/* @__PURE__ */ jsxs("div", { className: styles.ticketTime, children: [
|
|
14459
14459
|
/* @__PURE__ */ jsx(Caption2, { children: departureDay }),
|