@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.cjs +10 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +10 -8
- 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",
|
|
@@ -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: "Please note:",
|
|
5130
|
+
pleaseNoteHeader: "\u2139\uFE0F 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",
|
|
@@ -5291,10 +5291,11 @@ function RegistrationReminderEmail({
|
|
|
5291
5291
|
{
|
|
5292
5292
|
style: {
|
|
5293
5293
|
marginTop: 0,
|
|
5294
|
-
marginBottom: "
|
|
5294
|
+
marginBottom: "20px",
|
|
5295
5295
|
fontWeight: 700,
|
|
5296
|
-
fontSize: "
|
|
5297
|
-
color: emailTokens.foreground
|
|
5296
|
+
fontSize: "18px",
|
|
5297
|
+
color: emailTokens.foreground,
|
|
5298
|
+
fontFamily: emailTokens.fontFamily
|
|
5298
5299
|
},
|
|
5299
5300
|
children: l.progressHeader
|
|
5300
5301
|
}
|
|
@@ -5403,10 +5404,11 @@ function RegistrationReminderEmail({
|
|
|
5403
5404
|
{
|
|
5404
5405
|
style: {
|
|
5405
5406
|
marginTop: 0,
|
|
5406
|
-
marginBottom: "
|
|
5407
|
+
marginBottom: "20px",
|
|
5407
5408
|
fontWeight: 700,
|
|
5408
|
-
fontSize: "
|
|
5409
|
-
color: emailTokens.foreground
|
|
5409
|
+
fontSize: "18px",
|
|
5410
|
+
color: emailTokens.foreground,
|
|
5411
|
+
fontFamily: emailTokens.fontFamily
|
|
5410
5412
|
},
|
|
5411
5413
|
children: v.pleaseNoteHeader
|
|
5412
5414
|
}
|