@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.js
CHANGED
|
@@ -5106,7 +5106,7 @@ var DEFAULT_LABELS5 = {
|
|
|
5106
5106
|
subject: "Complete Traveller Registration for Your Upcoming Adventure",
|
|
5107
5107
|
intro: "Your adventure with PlanetaEXO is getting closer, and there is one important step remaining before departure.",
|
|
5108
5108
|
contextNote: "To help us prepare logistics and ensure your experience runs smoothly, all travellers must complete their registration before the adventure starts.",
|
|
5109
|
-
pleaseNoteHeader: "
|
|
5109
|
+
pleaseNoteHeader: "Please note:",
|
|
5110
5110
|
pleaseNoteBullets: [
|
|
5111
5111
|
"Registration is mandatory for each traveller included in the booking",
|
|
5112
5112
|
"If your booking includes multiple adventures, registration must be completed for each adventure separately",
|
|
@@ -5262,7 +5262,6 @@ function RegistrationReminderEmail({
|
|
|
5262
5262
|
hasText(v.intro) && /* @__PURE__ */ jsx("p", { style: { marginBottom: "16px" }, children: v.intro }),
|
|
5263
5263
|
hasText(v.contextNote) && /* @__PURE__ */ jsx("p", { style: { marginBottom: "16px" }, children: v.contextNote }),
|
|
5264
5264
|
hasIntroBlock && sectionDivider,
|
|
5265
|
-
slug === "d_minus_30" && /* @__PURE__ */ jsx(BookingSummary, { heading: l.bookingSummaryHeader, rows: summaryRows }),
|
|
5266
5265
|
slug === "d_minus_15" && showBookerCoord && /* @__PURE__ */ jsx("p", { style: { marginBottom: "16px" }, children: v.bookerCoordinationNote }),
|
|
5267
5266
|
hasItems(adventures) && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
5268
5267
|
/* @__PURE__ */ jsx(
|
|
@@ -5372,10 +5371,8 @@ function RegistrationReminderEmail({
|
|
|
5372
5371
|
children: v.importantNote
|
|
5373
5372
|
}
|
|
5374
5373
|
),
|
|
5375
|
-
|
|
5376
|
-
|
|
5377
|
-
/* @__PURE__ */ jsx(BookingSummary, { heading: l.bookingSummaryHeader, rows: summaryRows })
|
|
5378
|
-
] }),
|
|
5374
|
+
sectionDivider,
|
|
5375
|
+
/* @__PURE__ */ jsx(BookingSummary, { heading: l.bookingSummaryHeader, rows: summaryRows }),
|
|
5379
5376
|
hasPleaseNote && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
5380
5377
|
sectionDivider,
|
|
5381
5378
|
/* @__PURE__ */ jsx(
|