@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 CHANGED
@@ -5834,7 +5834,7 @@ var DEFAULT_LABELS7 = {
5834
5834
  expectationsHeading: "Travellers Expectations",
5835
5835
  expectationsEmptyNote: "No expectations were collected for this adventure.",
5836
5836
  expectationsEmptyAnswer: "\u2014",
5837
- pdfNote: "The consolidated registration PDF is attached to this email.",
5837
+ 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.",
5838
5838
  closingAgent: (agentName, contact) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
5839
5839
  "If you have any questions, your contact ",
5840
5840
  agentName,
@@ -5982,7 +5982,21 @@ function PartnerConfirmationEmail({
5982
5982
  }) })
5983
5983
  }
5984
5984
  ) : /* @__PURE__ */ jsxRuntime.jsx("p", { style: { marginTop: 0, marginBottom: "24px", color: emailTokens.bodyText }, children: l.expectationsEmptyNote }),
5985
- pdfAttached && hasText3(l.pdfNote) && /* @__PURE__ */ jsxRuntime.jsx("p", { style: { marginBottom: "16px", color: emailTokens.bodyText }, children: l.pdfNote }),
5985
+ pdfAttached && hasText3(l.pdfNote) && /* @__PURE__ */ jsxRuntime.jsx(
5986
+ "div",
5987
+ {
5988
+ style: {
5989
+ padding: "12px 16px",
5990
+ borderRadius: 8,
5991
+ backgroundColor: "#fef3c7",
5992
+ color: "#78350f",
5993
+ fontSize: "14px",
5994
+ lineHeight: "1.6",
5995
+ marginBottom: "20px"
5996
+ },
5997
+ children: l.pdfNote
5998
+ }
5999
+ ),
5986
6000
  sectionDivider,
5987
6001
  /* @__PURE__ */ jsxRuntime.jsx("p", { style: { marginBottom: "16px", fontSize: "14px", fontWeight: 700, color: emailTokens.bodyText }, children: (agent == null ? void 0 : agent.name) ? l.closingAgent(agent.name, {
5988
6002
  whatsappUrl: agent.whatsappUrl,