@asdp/ferryui 0.1.22-dev.10804 → 0.1.22-dev.10832
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 +4 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -15
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1242,7 +1242,7 @@ var useStyles5 = reactComponents.makeStyles({
|
|
|
1242
1242
|
position: "relative",
|
|
1243
1243
|
overflow: "visible",
|
|
1244
1244
|
background: "linear-gradient(75deg, #58C91B 0%, #1949E0 103.3%)",
|
|
1245
|
-
padding: "5em",
|
|
1245
|
+
padding: "5em 6em 5em 4em",
|
|
1246
1246
|
display: "flex",
|
|
1247
1247
|
flexDirection: "column",
|
|
1248
1248
|
justifyContent: "space-between",
|
|
@@ -1848,7 +1848,7 @@ var CardTicket = ({
|
|
|
1848
1848
|
},
|
|
1849
1849
|
children: [
|
|
1850
1850
|
/* @__PURE__ */ jsxRuntime.jsx(reactComponents.Subtitle2, { children: mergedLabels.totalPriceLabel }),
|
|
1851
|
-
loadType === 6 ? /* @__PURE__ */ jsxRuntime.jsx(reactComponents.Body1Strong, { style: { wordBreak: "break-word" }, children: mergedLabels.totalPriceMissing }) : /* @__PURE__ */ jsxRuntime.jsx(reactComponents.
|
|
1851
|
+
loadType === 6 ? /* @__PURE__ */ jsxRuntime.jsx(reactComponents.Body1Strong, { style: { wordBreak: "break-word" }, children: mergedLabels.totalPriceMissing }) : /* @__PURE__ */ jsxRuntime.jsx(reactComponents.Title2, { children: departureItem?.billingDetail?.total?.formatted })
|
|
1852
1852
|
]
|
|
1853
1853
|
}
|
|
1854
1854
|
),
|
|
@@ -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: "0.5rem 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
|
{
|