@planetaexo/design-system 0.33.0 → 0.34.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 +3 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5127,7 +5127,7 @@ var DEFAULT_LABELS5 = {
|
|
|
5127
5127
|
subject: "Complete Traveller Registration for Your Upcoming Adventure",
|
|
5128
5128
|
intro: "Your adventure with PlanetaEXO is getting closer, and there is one important step remaining before departure.",
|
|
5129
5129
|
contextNote: "To help us prepare logistics and ensure your experience runs smoothly, all travellers must complete their registration before the adventure starts.",
|
|
5130
|
-
pleaseNoteHeader: "
|
|
5130
|
+
pleaseNoteHeader: "Please note:",
|
|
5131
5131
|
pleaseNoteBullets: [
|
|
5132
5132
|
"Registration is mandatory for each traveller included in the booking",
|
|
5133
5133
|
"If your booking includes multiple adventures, registration must be completed for each adventure separately",
|
|
@@ -5283,7 +5283,6 @@ function RegistrationReminderEmail({
|
|
|
5283
5283
|
hasText(v.intro) && /* @__PURE__ */ jsxRuntime.jsx("p", { style: { marginBottom: "16px" }, children: v.intro }),
|
|
5284
5284
|
hasText(v.contextNote) && /* @__PURE__ */ jsxRuntime.jsx("p", { style: { marginBottom: "16px" }, children: v.contextNote }),
|
|
5285
5285
|
hasIntroBlock && sectionDivider,
|
|
5286
|
-
slug === "d_minus_30" && /* @__PURE__ */ jsxRuntime.jsx(BookingSummary, { heading: l.bookingSummaryHeader, rows: summaryRows }),
|
|
5287
5286
|
slug === "d_minus_15" && showBookerCoord && /* @__PURE__ */ jsxRuntime.jsx("p", { style: { marginBottom: "16px" }, children: v.bookerCoordinationNote }),
|
|
5288
5287
|
hasItems(adventures) && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5289
5288
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -5393,10 +5392,8 @@ function RegistrationReminderEmail({
|
|
|
5393
5392
|
children: v.importantNote
|
|
5394
5393
|
}
|
|
5395
5394
|
),
|
|
5396
|
-
|
|
5397
|
-
|
|
5398
|
-
/* @__PURE__ */ jsxRuntime.jsx(BookingSummary, { heading: l.bookingSummaryHeader, rows: summaryRows })
|
|
5399
|
-
] }),
|
|
5395
|
+
sectionDivider,
|
|
5396
|
+
/* @__PURE__ */ jsxRuntime.jsx(BookingSummary, { heading: l.bookingSummaryHeader, rows: summaryRows }),
|
|
5400
5397
|
hasPleaseNote && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5401
5398
|
sectionDivider,
|
|
5402
5399
|
/* @__PURE__ */ jsxRuntime.jsx(
|