@asdp/ferryui 0.1.22-dev.10804 → 0.1.22-dev.10827

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.mjs CHANGED
@@ -14440,21 +14440,11 @@ var CardBookingTicket = ({
14440
14440
  }
14441
14441
  )
14442
14442
  ] }),
14443
- /* @__PURE__ */ jsx(
14444
- "div",
14445
- {
14446
- style: {
14447
- height: "1px",
14448
- backgroundColor: "tokens.colorNeutralStroke2"
14449
- // margin: "0.5rem 0",
14450
- }
14451
- }
14452
- ),
14453
14443
  /* @__PURE__ */ jsx(Body1Strong, { children: mergedLabels.routeTitle }),
14454
14444
  /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs(
14455
14445
  "div",
14456
14446
  {
14457
- className: reservationStep === "review" || paymentStep === "pay" || paymentStep === "method" ? styles.ticketinfoCard : styles.ticketInfo,
14447
+ className: reservationStep === "review" || reservationStep === "payment" ? styles.ticketinfoCard : styles.ticketInfo,
14458
14448
  children: [
14459
14449
  /* @__PURE__ */ jsxs("div", { className: styles.ticketTime, children: [
14460
14450
  /* @__PURE__ */ jsx(Caption2, { children: departureDay }),
@@ -16610,7 +16600,7 @@ var CardPaymentMethodFavorite = ({
16610
16600
  )
16611
16601
  }
16612
16602
  ),
16613
- /* @__PURE__ */ jsx(Row, { nogutter: true, style: { gap: tokens.spacingVerticalL }, children: methods.map((option) => /* @__PURE__ */ jsx(Col, { xs: 12, children: /* @__PURE__ */ jsxs(Row, { justify: "between", children: [
16603
+ /* @__PURE__ */ jsx(Row, { nogutter: true, style: { gap: tokens.spacingVerticalL }, children: methods.map((option) => /* @__PURE__ */ jsx(Col, { xs: 12, onClick: () => onSelect(option.value), style: { cursor: "pointer" }, children: /* @__PURE__ */ jsxs(Row, { justify: "between", children: [
16614
16604
  /* @__PURE__ */ jsx(Col, { xs: "content", children: /* @__PURE__ */ jsx(
16615
16605
  "img",
16616
16606
  {