@planetaexo/design-system 0.27.0 → 0.28.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 +6 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5125,28 +5125,28 @@ var DEFAULT_LABELS6 = {
|
|
|
5125
5125
|
dMinus1: {
|
|
5126
5126
|
intro: (b, d) => `This is a friendly reminder that the remaining balance for your booking #${b} with PlanetaEXO is due tomorrow (${d}).`,
|
|
5127
5127
|
secureLine: "To secure your booking, please complete the payment through your booking page using the button below:",
|
|
5128
|
-
closingThanks: "Many thanks
|
|
5128
|
+
closingThanks: "Many thanks.",
|
|
5129
5129
|
disregardIfPaid: "",
|
|
5130
5130
|
closingAlternative: EMPTY_CLOSING_ALTERNATIVE
|
|
5131
5131
|
},
|
|
5132
5132
|
dZero: {
|
|
5133
5133
|
intro: (b, d) => `This is a friendly reminder that the remaining balance for your booking #${b} with PlanetaEXO is due today (${d}).`,
|
|
5134
5134
|
secureLine: "To keep your booking confirmed, please complete the payment through your booking page using the button below:",
|
|
5135
|
-
closingThanks: "Many thanks
|
|
5135
|
+
closingThanks: "Many thanks.",
|
|
5136
5136
|
disregardIfPaid: "",
|
|
5137
5137
|
closingAlternative: EMPTY_CLOSING_ALTERNATIVE
|
|
5138
5138
|
},
|
|
5139
5139
|
dPlus1: {
|
|
5140
5140
|
intro: (b, d) => `We noticed that the remaining balance for your booking #${b} with PlanetaEXO was due yesterday (${d}) and is still pending.`,
|
|
5141
5141
|
secureLine: "To avoid any impact on your booking confirmation, we kindly ask you to complete the payment as soon as possible through your booking page:",
|
|
5142
|
-
closingThanks: "Thank you
|
|
5142
|
+
closingThanks: "Thank you.",
|
|
5143
5143
|
disregardIfPaid: "If you have already completed the payment, please disregard this message.",
|
|
5144
5144
|
closingAlternative: EMPTY_CLOSING_ALTERNATIVE
|
|
5145
5145
|
},
|
|
5146
5146
|
dPlus2: {
|
|
5147
5147
|
intro: (b, d) => `This is a final reminder regarding the remaining balance for your booking #${b} with PlanetaEXO, which was due on ${d} and is still pending.`,
|
|
5148
5148
|
secureLine: "To avoid any impact on your booking status or availability, we kindly ask you to complete the payment as soon as possible through your booking page:",
|
|
5149
|
-
closingThanks: "Thank you for your attention
|
|
5149
|
+
closingThanks: "Thank you for your attention.",
|
|
5150
5150
|
disregardIfPaid: "If you have already completed the payment, please disregard this message.",
|
|
5151
5151
|
closingAlternative: (agentName, contact) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5152
5152
|
"If you are experiencing any issues with payment or need additional time, please contact your agent ",
|
|
@@ -5286,6 +5286,8 @@ function PaymentReminderEmail({
|
|
|
5286
5286
|
travellerCount: adv.travellerCount,
|
|
5287
5287
|
travellers: adv.travellers,
|
|
5288
5288
|
itinerary: adv.itinerary,
|
|
5289
|
+
image: adv.image,
|
|
5290
|
+
imageAlt: adv.imageAlt,
|
|
5289
5291
|
lineItems: adv.lineItems.map((li) => ({
|
|
5290
5292
|
unitPrice: li.unitPrice,
|
|
5291
5293
|
quantity: li.quantity,
|