@asdp/ferryui 0.1.22-dev.10797 → 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.js +2 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14449,21 +14449,11 @@ var CardBookingTicket = ({
|
|
|
14449
14449
|
}
|
|
14450
14450
|
)
|
|
14451
14451
|
] }),
|
|
14452
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
14453
|
-
"div",
|
|
14454
|
-
{
|
|
14455
|
-
style: {
|
|
14456
|
-
height: "1px",
|
|
14457
|
-
backgroundColor: "tokens.colorNeutralStroke2",
|
|
14458
|
-
margin: "1rem 0"
|
|
14459
|
-
}
|
|
14460
|
-
}
|
|
14461
|
-
),
|
|
14462
14452
|
/* @__PURE__ */ jsxRuntime.jsx(reactComponents.Body1Strong, { children: mergedLabels.routeTitle }),
|
|
14463
14453
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
14464
14454
|
"div",
|
|
14465
14455
|
{
|
|
14466
|
-
className: reservationStep === "review" ||
|
|
14456
|
+
className: reservationStep === "review" || reservationStep === "payment" ? styles.ticketinfoCard : styles.ticketInfo,
|
|
14467
14457
|
children: [
|
|
14468
14458
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles.ticketTime, children: [
|
|
14469
14459
|
/* @__PURE__ */ jsxRuntime.jsx(reactComponents.Caption2, { children: departureDay }),
|
|
@@ -16619,7 +16609,7 @@ var CardPaymentMethodFavorite = ({
|
|
|
16619
16609
|
)
|
|
16620
16610
|
}
|
|
16621
16611
|
),
|
|
16622
|
-
/* @__PURE__ */ jsxRuntime.jsx(reactGridSystem.Row, { nogutter: true, style: { gap: reactComponents.tokens.spacingVerticalL }, children: methods.map((option) => /* @__PURE__ */ jsxRuntime.jsx(reactGridSystem.Col, { xs: 12, children: /* @__PURE__ */ jsxRuntime.jsxs(reactGridSystem.Row, { justify: "between", children: [
|
|
16612
|
+
/* @__PURE__ */ jsxRuntime.jsx(reactGridSystem.Row, { nogutter: true, style: { gap: reactComponents.tokens.spacingVerticalL }, children: methods.map((option) => /* @__PURE__ */ jsxRuntime.jsx(reactGridSystem.Col, { xs: 12, onClick: () => onSelect(option.value), style: { cursor: "pointer" }, children: /* @__PURE__ */ jsxRuntime.jsxs(reactGridSystem.Row, { justify: "between", children: [
|
|
16623
16613
|
/* @__PURE__ */ jsxRuntime.jsx(reactGridSystem.Col, { xs: "content", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
16624
16614
|
"img",
|
|
16625
16615
|
{
|