@planetaexo/design-system 0.32.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 +11 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +11 -12
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5086,7 +5086,7 @@ var DEFAULT_LABELS5 = {
|
|
|
5086
5086
|
adventuresRowLabel: "Adventures",
|
|
5087
5087
|
travellersRowLabel: "Total Travellers",
|
|
5088
5088
|
agentRowLabel: "Agent",
|
|
5089
|
-
progressHeader: "Registration progress",
|
|
5089
|
+
progressHeader: "\u{1F4CB} Registration progress",
|
|
5090
5090
|
startsLabel: "Starts",
|
|
5091
5091
|
completedFractionLabel: (c, total) => `Completed: ${c} / ${total} travellers`,
|
|
5092
5092
|
ctaLabel: "View Booking & Registrations",
|
|
@@ -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(
|
|
@@ -5270,10 +5269,11 @@ function RegistrationReminderEmail({
|
|
|
5270
5269
|
{
|
|
5271
5270
|
style: {
|
|
5272
5271
|
marginTop: 0,
|
|
5273
|
-
marginBottom: "
|
|
5272
|
+
marginBottom: "20px",
|
|
5274
5273
|
fontWeight: 700,
|
|
5275
|
-
fontSize: "
|
|
5276
|
-
color: emailTokens.foreground
|
|
5274
|
+
fontSize: "18px",
|
|
5275
|
+
color: emailTokens.foreground,
|
|
5276
|
+
fontFamily: emailTokens.fontFamily
|
|
5277
5277
|
},
|
|
5278
5278
|
children: l.progressHeader
|
|
5279
5279
|
}
|
|
@@ -5371,10 +5371,8 @@ function RegistrationReminderEmail({
|
|
|
5371
5371
|
children: v.importantNote
|
|
5372
5372
|
}
|
|
5373
5373
|
),
|
|
5374
|
-
|
|
5375
|
-
|
|
5376
|
-
/* @__PURE__ */ jsx(BookingSummary, { heading: l.bookingSummaryHeader, rows: summaryRows })
|
|
5377
|
-
] }),
|
|
5374
|
+
sectionDivider,
|
|
5375
|
+
/* @__PURE__ */ jsx(BookingSummary, { heading: l.bookingSummaryHeader, rows: summaryRows }),
|
|
5378
5376
|
hasPleaseNote && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
5379
5377
|
sectionDivider,
|
|
5380
5378
|
/* @__PURE__ */ jsx(
|
|
@@ -5382,10 +5380,11 @@ function RegistrationReminderEmail({
|
|
|
5382
5380
|
{
|
|
5383
5381
|
style: {
|
|
5384
5382
|
marginTop: 0,
|
|
5385
|
-
marginBottom: "
|
|
5383
|
+
marginBottom: "20px",
|
|
5386
5384
|
fontWeight: 700,
|
|
5387
|
-
fontSize: "
|
|
5388
|
-
color: emailTokens.foreground
|
|
5385
|
+
fontSize: "18px",
|
|
5386
|
+
color: emailTokens.foreground,
|
|
5387
|
+
fontFamily: emailTokens.fontFamily
|
|
5389
5388
|
},
|
|
5390
5389
|
children: v.pleaseNoteHeader
|
|
5391
5390
|
}
|