@planetaexo/design-system 0.4.14 → 0.4.15

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.d.cts CHANGED
@@ -420,7 +420,7 @@ interface BookingOtpEmailProps {
420
420
  declare function BookingOtpEmail({ bodyMessage, expiryMessage, logoUrl, className, }: BookingOtpEmailProps): react_jsx_runtime.JSX.Element;
421
421
 
422
422
  interface TravellerFormInviteLink {
423
- adventureName: string;
423
+ adventureName?: string;
424
424
  url: string;
425
425
  }
426
426
  interface TravellerFormInviteEmailLabels {
package/dist/index.d.ts CHANGED
@@ -420,7 +420,7 @@ interface BookingOtpEmailProps {
420
420
  declare function BookingOtpEmail({ bodyMessage, expiryMessage, logoUrl, className, }: BookingOtpEmailProps): react_jsx_runtime.JSX.Element;
421
421
 
422
422
  interface TravellerFormInviteLink {
423
- adventureName: string;
423
+ adventureName?: string;
424
424
  url: string;
425
425
  }
426
426
  interface TravellerFormInviteEmailLabels {
package/dist/index.js CHANGED
@@ -3435,7 +3435,7 @@ function TravellerFormInviteEmail({
3435
3435
  /* @__PURE__ */ jsx("p", { style: { fontSize: "15px", lineHeight: "1.5", margin: "0 0 8px" }, children: bodyIntro }),
3436
3436
  /* @__PURE__ */ jsx("p", { style: { fontSize: "15px", lineHeight: "1.5", margin: "0 0 20px" }, children: bodyInstruction }),
3437
3437
  /* @__PURE__ */ jsx("ul", { style: { listStyle: "none", padding: 0, margin: "0 0 24px" }, children: links.map((link, i) => /* @__PURE__ */ jsxs("li", { style: { marginBottom: "12px" }, children: [
3438
- /* @__PURE__ */ jsx(
3438
+ link.adventureName && /* @__PURE__ */ jsx(
3439
3439
  "span",
3440
3440
  {
3441
3441
  style: {