@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.cjs
CHANGED
|
@@ -5107,7 +5107,7 @@ var DEFAULT_LABELS5 = {
|
|
|
5107
5107
|
adventuresRowLabel: "Adventures",
|
|
5108
5108
|
travellersRowLabel: "Total Travellers",
|
|
5109
5109
|
agentRowLabel: "Agent",
|
|
5110
|
-
progressHeader: "Registration progress",
|
|
5110
|
+
progressHeader: "\u{1F4CB} Registration progress",
|
|
5111
5111
|
startsLabel: "Starts",
|
|
5112
5112
|
completedFractionLabel: (c, total) => `Completed: ${c} / ${total} travellers`,
|
|
5113
5113
|
ctaLabel: "View Booking & Registrations",
|
|
@@ -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(
|
|
@@ -5291,10 +5290,11 @@ function RegistrationReminderEmail({
|
|
|
5291
5290
|
{
|
|
5292
5291
|
style: {
|
|
5293
5292
|
marginTop: 0,
|
|
5294
|
-
marginBottom: "
|
|
5293
|
+
marginBottom: "20px",
|
|
5295
5294
|
fontWeight: 700,
|
|
5296
|
-
fontSize: "
|
|
5297
|
-
color: emailTokens.foreground
|
|
5295
|
+
fontSize: "18px",
|
|
5296
|
+
color: emailTokens.foreground,
|
|
5297
|
+
fontFamily: emailTokens.fontFamily
|
|
5298
5298
|
},
|
|
5299
5299
|
children: l.progressHeader
|
|
5300
5300
|
}
|
|
@@ -5392,10 +5392,8 @@ function RegistrationReminderEmail({
|
|
|
5392
5392
|
children: v.importantNote
|
|
5393
5393
|
}
|
|
5394
5394
|
),
|
|
5395
|
-
|
|
5396
|
-
|
|
5397
|
-
/* @__PURE__ */ jsxRuntime.jsx(BookingSummary, { heading: l.bookingSummaryHeader, rows: summaryRows })
|
|
5398
|
-
] }),
|
|
5395
|
+
sectionDivider,
|
|
5396
|
+
/* @__PURE__ */ jsxRuntime.jsx(BookingSummary, { heading: l.bookingSummaryHeader, rows: summaryRows }),
|
|
5399
5397
|
hasPleaseNote && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5400
5398
|
sectionDivider,
|
|
5401
5399
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -5403,10 +5401,11 @@ function RegistrationReminderEmail({
|
|
|
5403
5401
|
{
|
|
5404
5402
|
style: {
|
|
5405
5403
|
marginTop: 0,
|
|
5406
|
-
marginBottom: "
|
|
5404
|
+
marginBottom: "20px",
|
|
5407
5405
|
fontWeight: 700,
|
|
5408
|
-
fontSize: "
|
|
5409
|
-
color: emailTokens.foreground
|
|
5406
|
+
fontSize: "18px",
|
|
5407
|
+
color: emailTokens.foreground,
|
|
5408
|
+
fontFamily: emailTokens.fontFamily
|
|
5410
5409
|
},
|
|
5411
5410
|
children: v.pleaseNoteHeader
|
|
5412
5411
|
}
|