@asdp/ferryui 0.1.22-dev.10755 → 0.1.22-dev.10786
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.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -10916,6 +10916,7 @@ var CardOrdererInfo = ({
|
|
|
10916
10916
|
ccEmail,
|
|
10917
10917
|
onCcEmailChange,
|
|
10918
10918
|
onCcEmailRemove,
|
|
10919
|
+
showNotificationType = false,
|
|
10919
10920
|
notificationType: notificationTypeProp = "whatsapp",
|
|
10920
10921
|
onNotificationTypeChange
|
|
10921
10922
|
}) => {
|
|
@@ -10955,7 +10956,7 @@ var CardOrdererInfo = ({
|
|
|
10955
10956
|
/* @__PURE__ */ jsxRuntime.jsx(reactComponents.Body1, { className: styles.value, children: orderer?.email || "-" }),
|
|
10956
10957
|
!showCcForm && /* @__PURE__ */ jsxRuntime.jsx(reactComponents.Link, { className: styles.addCcLink, onClick: handleAddCcClick, children: mergedLabels.addCcEmail })
|
|
10957
10958
|
] }) }),
|
|
10958
|
-
/* @__PURE__ */ jsxRuntime.jsx(reactGridSystem.Col, { md: 4, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles.notificationSection, children: [
|
|
10959
|
+
showNotificationType && /* @__PURE__ */ jsxRuntime.jsx(reactGridSystem.Col, { md: 4, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles.notificationSection, children: [
|
|
10959
10960
|
/* @__PURE__ */ jsxRuntime.jsx(reactComponents.Body2, { className: styles.notificationLabel, children: mergedLabels.notificationLabel }),
|
|
10960
10961
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
10961
10962
|
reactComponents.RadioGroup,
|
|
@@ -14462,7 +14463,7 @@ var CardBookingTicket = ({
|
|
|
14462
14463
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
14463
14464
|
"div",
|
|
14464
14465
|
{
|
|
14465
|
-
className: reservationStep === "review" ? styles.ticketinfoCard : styles.ticketInfo,
|
|
14466
|
+
className: reservationStep === "review" || paymentStep === "pay" || paymentStep === "method" ? styles.ticketinfoCard : styles.ticketInfo,
|
|
14466
14467
|
children: [
|
|
14467
14468
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles.ticketTime, children: [
|
|
14468
14469
|
/* @__PURE__ */ jsxRuntime.jsx(reactComponents.Caption2, { children: departureDay }),
|