@planetaexo/design-system 0.32.0 → 0.33.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.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",
@@ -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: "Please note:",
5109
+ pleaseNoteHeader: "\u2139\uFE0F 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",
@@ -5270,10 +5270,11 @@ function RegistrationReminderEmail({
5270
5270
  {
5271
5271
  style: {
5272
5272
  marginTop: 0,
5273
- marginBottom: "12px",
5273
+ marginBottom: "20px",
5274
5274
  fontWeight: 700,
5275
- fontSize: "16px",
5276
- color: emailTokens.foreground
5275
+ fontSize: "18px",
5276
+ color: emailTokens.foreground,
5277
+ fontFamily: emailTokens.fontFamily
5277
5278
  },
5278
5279
  children: l.progressHeader
5279
5280
  }
@@ -5382,10 +5383,11 @@ function RegistrationReminderEmail({
5382
5383
  {
5383
5384
  style: {
5384
5385
  marginTop: 0,
5385
- marginBottom: "12px",
5386
+ marginBottom: "20px",
5386
5387
  fontWeight: 700,
5387
- fontSize: "16px",
5388
- color: emailTokens.foreground
5388
+ fontSize: "18px",
5389
+ color: emailTokens.foreground,
5390
+ fontFamily: emailTokens.fontFamily
5389
5391
  },
5390
5392
  children: v.pleaseNoteHeader
5391
5393
  }