@planetaexo/design-system 0.42.0 → 0.43.0
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.cjs +16 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +16 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5813,7 +5813,7 @@ var DEFAULT_LABELS7 = {
|
|
|
5813
5813
|
expectationsHeading: "Travellers Expectations",
|
|
5814
5814
|
expectationsEmptyNote: "No expectations were collected for this adventure.",
|
|
5815
5815
|
expectationsEmptyAnswer: "\u2014",
|
|
5816
|
-
pdfNote: "The consolidated registration PDF is attached
|
|
5816
|
+
pdfNote: "The consolidated registration PDF is attached. Please review it carefully, as it contains important traveller information, including dietary restrictions, medical conditions, preferences, and other details that may help improve the guest experience and ensure proper preparation.",
|
|
5817
5817
|
closingAgent: (agentName, contact) => /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
5818
5818
|
"If you have any questions, your contact ",
|
|
5819
5819
|
agentName,
|
|
@@ -5961,7 +5961,21 @@ function PartnerConfirmationEmail({
|
|
|
5961
5961
|
}) })
|
|
5962
5962
|
}
|
|
5963
5963
|
) : /* @__PURE__ */ jsx("p", { style: { marginTop: 0, marginBottom: "24px", color: emailTokens.bodyText }, children: l.expectationsEmptyNote }),
|
|
5964
|
-
pdfAttached && hasText3(l.pdfNote) && /* @__PURE__ */ jsx(
|
|
5964
|
+
pdfAttached && hasText3(l.pdfNote) && /* @__PURE__ */ jsx(
|
|
5965
|
+
"div",
|
|
5966
|
+
{
|
|
5967
|
+
style: {
|
|
5968
|
+
padding: "12px 16px",
|
|
5969
|
+
borderRadius: 8,
|
|
5970
|
+
backgroundColor: "#fef3c7",
|
|
5971
|
+
color: "#78350f",
|
|
5972
|
+
fontSize: "14px",
|
|
5973
|
+
lineHeight: "1.6",
|
|
5974
|
+
marginBottom: "20px"
|
|
5975
|
+
},
|
|
5976
|
+
children: l.pdfNote
|
|
5977
|
+
}
|
|
5978
|
+
),
|
|
5965
5979
|
sectionDivider,
|
|
5966
5980
|
/* @__PURE__ */ jsx("p", { style: { marginBottom: "16px", fontSize: "14px", fontWeight: 700, color: emailTokens.bodyText }, children: (agent == null ? void 0 : agent.name) ? l.closingAgent(agent.name, {
|
|
5967
5981
|
whatsappUrl: agent.whatsappUrl,
|