@beyondcorp/beyond-ui 1.3.10 → 1.4.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.
Files changed (423) hide show
  1. package/dist/components/Auth/{PasswordResetForm.d.ts → ForgotPasswordForm.d.ts} +2 -2
  2. package/dist/components/Auth/{PasswordResetForm.example.js → ForgotPasswordForm.example.js} +3 -3
  3. package/dist/components/Auth/ForgotPasswordForm.example.js.map +1 -0
  4. package/dist/components/Auth/{PasswordResetForm.js → ForgotPasswordForm.js} +4 -4
  5. package/dist/components/Auth/ForgotPasswordForm.js.map +1 -0
  6. package/dist/components/Auth/ResetPasswordForm.d.ts +9 -0
  7. package/dist/components/Auth/ResetPasswordForm.js +41 -0
  8. package/dist/components/Auth/ResetPasswordForm.js.map +1 -0
  9. package/dist/components/Auth/index.d.ts +2 -1
  10. package/dist/components/Auth/index.js +2 -1
  11. package/dist/components/Auth/index.js.map +1 -1
  12. package/dist/components/ComponentShowcase/ComponentShowcase.js +7 -1
  13. package/dist/components/ComponentShowcase/ComponentShowcase.js.map +1 -1
  14. package/dist/components/ComponentShowcase/componentDocs.d.ts +6 -0
  15. package/dist/components/ComponentShowcase/componentDocs.js +17 -0
  16. package/dist/components/ComponentShowcase/componentDocs.js.map +1 -1
  17. package/dist/components/ComponentShowcase/showcaseRegistry.js +4 -2
  18. package/dist/components/ComponentShowcase/showcaseRegistry.js.map +1 -1
  19. package/dist/components/Email/EmailShowcase.d.ts +1 -0
  20. package/dist/components/Email/EmailShowcase.js +85 -0
  21. package/dist/components/Email/EmailShowcase.js.map +1 -0
  22. package/dist/components/Email/components/EmailButton.d.ts +5 -0
  23. package/dist/components/Email/components/EmailButton.js +7 -0
  24. package/dist/components/Email/components/EmailButton.js.map +1 -0
  25. package/dist/components/Email/components/EmailDivider.d.ts +1 -0
  26. package/dist/components/Email/components/EmailDivider.js +7 -0
  27. package/dist/components/Email/components/EmailDivider.js.map +1 -0
  28. package/dist/components/Email/components/EmailFooter.d.ts +3 -0
  29. package/dist/components/Email/components/EmailFooter.js +9 -0
  30. package/dist/components/Email/components/EmailFooter.js.map +1 -0
  31. package/dist/components/Email/components/EmailHeader.d.ts +4 -0
  32. package/dist/components/Email/components/EmailHeader.js +8 -0
  33. package/dist/components/Email/components/EmailHeader.js.map +1 -0
  34. package/dist/components/Email/components/EmailLayout.d.ts +6 -0
  35. package/dist/components/Email/components/EmailLayout.js +15 -0
  36. package/dist/components/Email/components/EmailLayout.js.map +1 -0
  37. package/dist/components/Email/components/EmailPreviewer.d.ts +5 -0
  38. package/dist/components/Email/components/EmailPreviewer.js +25 -0
  39. package/dist/components/Email/components/EmailPreviewer.js.map +1 -0
  40. package/dist/components/Email/components/index.d.ts +7 -0
  41. package/dist/components/Email/components/theme.d.ts +27 -0
  42. package/dist/components/Email/components/theme.js +21 -0
  43. package/dist/components/Email/components/theme.js.map +1 -0
  44. package/dist/components/Email/index.d.ts +2 -0
  45. package/dist/components/Email/templates/auth/ConfirmEmail.d.ts +7 -0
  46. package/dist/components/Email/templates/auth/ConfirmEmail.js +13 -0
  47. package/dist/components/Email/templates/auth/ConfirmEmail.js.map +1 -0
  48. package/dist/components/Email/templates/auth/EmailChangeVerification.d.ts +9 -0
  49. package/dist/components/Email/templates/auth/EmailChangeVerification.js +13 -0
  50. package/dist/components/Email/templates/auth/EmailChangeVerification.js.map +1 -0
  51. package/dist/components/Email/templates/auth/MagicLinkEmail.d.ts +7 -0
  52. package/dist/components/Email/templates/auth/MagicLinkEmail.js +14 -0
  53. package/dist/components/Email/templates/auth/MagicLinkEmail.js.map +1 -0
  54. package/dist/components/Email/templates/auth/ResetPasswordEmail.d.ts +8 -0
  55. package/dist/components/Email/templates/auth/ResetPasswordEmail.js +13 -0
  56. package/dist/components/Email/templates/auth/ResetPasswordEmail.js.map +1 -0
  57. package/dist/components/Email/templates/auth/WelcomeEmail.d.ts +8 -0
  58. package/dist/components/Email/templates/auth/WelcomeEmail.js +13 -0
  59. package/dist/components/Email/templates/auth/WelcomeEmail.js.map +1 -0
  60. package/dist/components/Email/templates/auth/index.d.ts +5 -0
  61. package/dist/components/Email/templates/billing/CreditCardExpiring.d.ts +9 -0
  62. package/dist/components/Email/templates/billing/CreditCardExpiring.js +14 -0
  63. package/dist/components/Email/templates/billing/CreditCardExpiring.js.map +1 -0
  64. package/dist/components/Email/templates/billing/InvoiceEmail.d.ts +10 -0
  65. package/dist/components/Email/templates/billing/InvoiceEmail.js +16 -0
  66. package/dist/components/Email/templates/billing/InvoiceEmail.js.map +1 -0
  67. package/dist/components/Email/templates/billing/OverduePaymentNotice.d.ts +9 -0
  68. package/dist/components/Email/templates/billing/OverduePaymentNotice.js +13 -0
  69. package/dist/components/Email/templates/billing/OverduePaymentNotice.js.map +1 -0
  70. package/dist/components/Email/templates/billing/PaymentFailedEmail.d.ts +8 -0
  71. package/dist/components/Email/templates/billing/PaymentFailedEmail.js +14 -0
  72. package/dist/components/Email/templates/billing/PaymentFailedEmail.js.map +1 -0
  73. package/dist/components/Email/templates/billing/PaymentReceipt.d.ts +10 -0
  74. package/dist/components/Email/templates/billing/PaymentReceipt.js +15 -0
  75. package/dist/components/Email/templates/billing/PaymentReceipt.js.map +1 -0
  76. package/dist/components/Email/templates/billing/SubscriptionCancelled.d.ts +9 -0
  77. package/dist/components/Email/templates/billing/SubscriptionCancelled.js +14 -0
  78. package/dist/components/Email/templates/billing/SubscriptionCancelled.js.map +1 -0
  79. package/dist/components/Email/templates/billing/SubscriptionConfirmation.d.ts +10 -0
  80. package/dist/components/Email/templates/billing/SubscriptionConfirmation.js +13 -0
  81. package/dist/components/Email/templates/billing/SubscriptionConfirmation.js.map +1 -0
  82. package/dist/components/Email/templates/billing/TrialEndingEmail.d.ts +8 -0
  83. package/dist/components/Email/templates/billing/TrialEndingEmail.js +13 -0
  84. package/dist/components/Email/templates/billing/TrialEndingEmail.js.map +1 -0
  85. package/dist/components/Email/templates/billing/index.d.ts +8 -0
  86. package/dist/components/Email/templates/engagement/FeatureAnnouncement.d.ts +10 -0
  87. package/dist/components/Email/templates/engagement/FeatureAnnouncement.js +15 -0
  88. package/dist/components/Email/templates/engagement/FeatureAnnouncement.js.map +1 -0
  89. package/dist/components/Email/templates/engagement/FeedbackRequestEmail.d.ts +8 -0
  90. package/dist/components/Email/templates/engagement/FeedbackRequestEmail.js +13 -0
  91. package/dist/components/Email/templates/engagement/FeedbackRequestEmail.js.map +1 -0
  92. package/dist/components/Email/templates/engagement/InactivityWarning.d.ts +9 -0
  93. package/dist/components/Email/templates/engagement/InactivityWarning.js +14 -0
  94. package/dist/components/Email/templates/engagement/InactivityWarning.js.map +1 -0
  95. package/dist/components/Email/templates/engagement/MilestoneEmail.d.ts +9 -0
  96. package/dist/components/Email/templates/engagement/MilestoneEmail.js +14 -0
  97. package/dist/components/Email/templates/engagement/MilestoneEmail.js.map +1 -0
  98. package/dist/components/Email/templates/engagement/ProductChangelog.d.ts +9 -0
  99. package/dist/components/Email/templates/engagement/ProductChangelog.js +13 -0
  100. package/dist/components/Email/templates/engagement/ProductChangelog.js.map +1 -0
  101. package/dist/components/Email/templates/engagement/TeamInviteEmail.d.ts +9 -0
  102. package/dist/components/Email/templates/engagement/TeamInviteEmail.js +14 -0
  103. package/dist/components/Email/templates/engagement/TeamInviteEmail.js.map +1 -0
  104. package/dist/components/Email/templates/engagement/TipOfWeek.d.ts +9 -0
  105. package/dist/components/Email/templates/engagement/TipOfWeek.js +13 -0
  106. package/dist/components/Email/templates/engagement/TipOfWeek.js.map +1 -0
  107. package/dist/components/Email/templates/engagement/WeeklyDigest.d.ts +11 -0
  108. package/dist/components/Email/templates/engagement/WeeklyDigest.js +20 -0
  109. package/dist/components/Email/templates/engagement/WeeklyDigest.js.map +1 -0
  110. package/dist/components/Email/templates/engagement/index.d.ts +8 -0
  111. package/dist/components/Email/templates/growth/ReferralConverted.d.ts +9 -0
  112. package/dist/components/Email/templates/growth/ReferralConverted.js +13 -0
  113. package/dist/components/Email/templates/growth/ReferralConverted.js.map +1 -0
  114. package/dist/components/Email/templates/growth/ReferralInvite.d.ts +8 -0
  115. package/dist/components/Email/templates/growth/ReferralInvite.js +13 -0
  116. package/dist/components/Email/templates/growth/ReferralInvite.js.map +1 -0
  117. package/dist/components/Email/templates/growth/ReferralReward.d.ts +10 -0
  118. package/dist/components/Email/templates/growth/ReferralReward.js +14 -0
  119. package/dist/components/Email/templates/growth/ReferralReward.js.map +1 -0
  120. package/dist/components/Email/templates/growth/SocialSharePrompt.d.ts +8 -0
  121. package/dist/components/Email/templates/growth/SocialSharePrompt.js +15 -0
  122. package/dist/components/Email/templates/growth/SocialSharePrompt.js.map +1 -0
  123. package/dist/components/Email/templates/growth/WaitlistWelcome.d.ts +9 -0
  124. package/dist/components/Email/templates/growth/WaitlistWelcome.js +14 -0
  125. package/dist/components/Email/templates/growth/WaitlistWelcome.js.map +1 -0
  126. package/dist/components/Email/templates/growth/index.d.ts +5 -0
  127. package/dist/components/Email/templates/index.d.ts +11 -0
  128. package/dist/components/Email/templates/index.js +116 -0
  129. package/dist/components/Email/templates/index.js.map +1 -0
  130. package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.d.ts +13 -0
  131. package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.js +19 -0
  132. package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.js.map +1 -0
  133. package/dist/components/Email/templates/internal/comms/LeadershipUpdate.d.ts +9 -0
  134. package/dist/components/Email/templates/internal/comms/LeadershipUpdate.js +16 -0
  135. package/dist/components/Email/templates/internal/comms/LeadershipUpdate.js.map +1 -0
  136. package/dist/components/Email/templates/internal/comms/MeetingRecap.d.ts +10 -0
  137. package/dist/components/Email/templates/internal/comms/MeetingRecap.js +19 -0
  138. package/dist/components/Email/templates/internal/comms/MeetingRecap.js.map +1 -0
  139. package/dist/components/Email/templates/internal/comms/index.d.ts +3 -0
  140. package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.d.ts +8 -0
  141. package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.js +14 -0
  142. package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.js.map +1 -0
  143. package/dist/components/Email/templates/internal/hr/EmployeeFarewell.d.ts +9 -0
  144. package/dist/components/Email/templates/internal/hr/EmployeeFarewell.js +13 -0
  145. package/dist/components/Email/templates/internal/hr/EmployeeFarewell.js.map +1 -0
  146. package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.d.ts +8 -0
  147. package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.js +13 -0
  148. package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.js.map +1 -0
  149. package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.d.ts +11 -0
  150. package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.js +14 -0
  151. package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.js.map +1 -0
  152. package/dist/components/Email/templates/internal/hr/PolicyUpdate.d.ts +9 -0
  153. package/dist/components/Email/templates/internal/hr/PolicyUpdate.js +13 -0
  154. package/dist/components/Email/templates/internal/hr/PolicyUpdate.js.map +1 -0
  155. package/dist/components/Email/templates/internal/hr/index.d.ts +5 -0
  156. package/dist/components/Email/templates/internal/index.d.ts +3 -0
  157. package/dist/components/Email/templates/internal/it/AppAccessGranted.d.ts +9 -0
  158. package/dist/components/Email/templates/internal/it/AppAccessGranted.js +13 -0
  159. package/dist/components/Email/templates/internal/it/AppAccessGranted.js.map +1 -0
  160. package/dist/components/Email/templates/internal/it/ITOutageReport.d.ts +9 -0
  161. package/dist/components/Email/templates/internal/it/ITOutageReport.js +15 -0
  162. package/dist/components/Email/templates/internal/it/ITOutageReport.js.map +1 -0
  163. package/dist/components/Email/templates/internal/it/PasswordRotationReminder.d.ts +8 -0
  164. package/dist/components/Email/templates/internal/it/PasswordRotationReminder.js +13 -0
  165. package/dist/components/Email/templates/internal/it/PasswordRotationReminder.js.map +1 -0
  166. package/dist/components/Email/templates/internal/it/index.d.ts +3 -0
  167. package/dist/components/Email/templates/legal/DMCANotice.d.ts +9 -0
  168. package/dist/components/Email/templates/legal/DMCANotice.js +14 -0
  169. package/dist/components/Email/templates/legal/DMCANotice.js.map +1 -0
  170. package/dist/components/Email/templates/legal/DPANotice.d.ts +9 -0
  171. package/dist/components/Email/templates/legal/DPANotice.js +14 -0
  172. package/dist/components/Email/templates/legal/DPANotice.js.map +1 -0
  173. package/dist/components/Email/templates/legal/GDPRCompliance.d.ts +8 -0
  174. package/dist/components/Email/templates/legal/GDPRCompliance.js +14 -0
  175. package/dist/components/Email/templates/legal/GDPRCompliance.js.map +1 -0
  176. package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.d.ts +8 -0
  177. package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.js +14 -0
  178. package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.js.map +1 -0
  179. package/dist/components/Email/templates/legal/TermsOfServiceUpdate.d.ts +8 -0
  180. package/dist/components/Email/templates/legal/TermsOfServiceUpdate.js +14 -0
  181. package/dist/components/Email/templates/legal/TermsOfServiceUpdate.js.map +1 -0
  182. package/dist/components/Email/templates/legal/index.d.ts +5 -0
  183. package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.d.ts +6 -0
  184. package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.js +11 -0
  185. package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.js.map +1 -0
  186. package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.d.ts +6 -0
  187. package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.js +11 -0
  188. package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.js.map +1 -0
  189. package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.d.ts +5 -0
  190. package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.js +11 -0
  191. package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.js.map +1 -0
  192. package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.d.ts +5 -0
  193. package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.js +11 -0
  194. package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.js.map +1 -0
  195. package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.d.ts +6 -0
  196. package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.js +11 -0
  197. package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.js.map +1 -0
  198. package/dist/components/Email/templates/marketing/affiliate/index.d.ts +5 -0
  199. package/dist/components/Email/templates/marketing/blog/BestOfRoundup.d.ts +6 -0
  200. package/dist/components/Email/templates/marketing/blog/BestOfRoundup.js +11 -0
  201. package/dist/components/Email/templates/marketing/blog/BestOfRoundup.js.map +1 -0
  202. package/dist/components/Email/templates/marketing/blog/BlogSeries.d.ts +7 -0
  203. package/dist/components/Email/templates/marketing/blog/BlogSeries.js +11 -0
  204. package/dist/components/Email/templates/marketing/blog/BlogSeries.js.map +1 -0
  205. package/dist/components/Email/templates/marketing/blog/NewBlogPost.d.ts +7 -0
  206. package/dist/components/Email/templates/marketing/blog/NewBlogPost.js +11 -0
  207. package/dist/components/Email/templates/marketing/blog/NewBlogPost.js.map +1 -0
  208. package/dist/components/Email/templates/marketing/blog/index.d.ts +3 -0
  209. package/dist/components/Email/templates/marketing/content/InfographicEmail.d.ts +5 -0
  210. package/dist/components/Email/templates/marketing/content/InfographicEmail.js +11 -0
  211. package/dist/components/Email/templates/marketing/content/InfographicEmail.js.map +1 -0
  212. package/dist/components/Email/templates/marketing/content/NewGuideEbook.d.ts +6 -0
  213. package/dist/components/Email/templates/marketing/content/NewGuideEbook.js +11 -0
  214. package/dist/components/Email/templates/marketing/content/NewGuideEbook.js.map +1 -0
  215. package/dist/components/Email/templates/marketing/content/PodcastEpisode.d.ts +6 -0
  216. package/dist/components/Email/templates/marketing/content/PodcastEpisode.js +11 -0
  217. package/dist/components/Email/templates/marketing/content/PodcastEpisode.js.map +1 -0
  218. package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.d.ts +6 -0
  219. package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.js +11 -0
  220. package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.js.map +1 -0
  221. package/dist/components/Email/templates/marketing/content/YouTubeNotification.d.ts +6 -0
  222. package/dist/components/Email/templates/marketing/content/YouTubeNotification.js +11 -0
  223. package/dist/components/Email/templates/marketing/content/YouTubeNotification.js.map +1 -0
  224. package/dist/components/Email/templates/marketing/content/index.d.ts +5 -0
  225. package/dist/components/Email/templates/marketing/events/ConferenceSeries.d.ts +5 -0
  226. package/dist/components/Email/templates/marketing/events/ConferenceSeries.js +11 -0
  227. package/dist/components/Email/templates/marketing/events/ConferenceSeries.js.map +1 -0
  228. package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.d.ts +5 -0
  229. package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.js +11 -0
  230. package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.js.map +1 -0
  231. package/dist/components/Email/templates/marketing/events/EventAnnouncement.d.ts +9 -0
  232. package/dist/components/Email/templates/marketing/events/EventAnnouncement.js +13 -0
  233. package/dist/components/Email/templates/marketing/events/EventAnnouncement.js.map +1 -0
  234. package/dist/components/Email/templates/marketing/events/PostEventThankYou.d.ts +5 -0
  235. package/dist/components/Email/templates/marketing/events/PostEventThankYou.js +11 -0
  236. package/dist/components/Email/templates/marketing/events/PostEventThankYou.js.map +1 -0
  237. package/dist/components/Email/templates/marketing/events/ScheduleReleased.d.ts +5 -0
  238. package/dist/components/Email/templates/marketing/events/ScheduleReleased.js +11 -0
  239. package/dist/components/Email/templates/marketing/events/ScheduleReleased.js.map +1 -0
  240. package/dist/components/Email/templates/marketing/events/VIPInvite.d.ts +5 -0
  241. package/dist/components/Email/templates/marketing/events/VIPInvite.js +11 -0
  242. package/dist/components/Email/templates/marketing/events/VIPInvite.js.map +1 -0
  243. package/dist/components/Email/templates/marketing/events/index.d.ts +6 -0
  244. package/dist/components/Email/templates/marketing/index.d.ts +10 -0
  245. package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.d.ts +5 -0
  246. package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.js +11 -0
  247. package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.js.map +1 -0
  248. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.d.ts +5 -0
  249. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.js +11 -0
  250. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.js.map +1 -0
  251. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.d.ts +11 -0
  252. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.js +13 -0
  253. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.js.map +1 -0
  254. package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.d.ts +9 -0
  255. package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.js +14 -0
  256. package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.js.map +1 -0
  257. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.d.ts +9 -0
  258. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.js +14 -0
  259. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.js.map +1 -0
  260. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.d.ts +5 -0
  261. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.js +11 -0
  262. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.js.map +1 -0
  263. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.d.ts +5 -0
  264. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.js +11 -0
  265. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.js.map +1 -0
  266. package/dist/components/Email/templates/marketing/lead-nurturing/index.d.ts +7 -0
  267. package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.d.ts +5 -0
  268. package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.js +11 -0
  269. package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.js.map +1 -0
  270. package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.d.ts +16 -0
  271. package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.js +22 -0
  272. package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.js.map +1 -0
  273. package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.d.ts +16 -0
  274. package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.js +29 -0
  275. package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.js.map +1 -0
  276. package/dist/components/Email/templates/marketing/newsletters/index.d.ts +3 -0
  277. package/dist/components/Email/templates/marketing/promotional/AbandonedCart.d.ts +15 -0
  278. package/dist/components/Email/templates/marketing/promotional/AbandonedCart.js +20 -0
  279. package/dist/components/Email/templates/marketing/promotional/AbandonedCart.js.map +1 -0
  280. package/dist/components/Email/templates/marketing/promotional/BackInStock.d.ts +5 -0
  281. package/dist/components/Email/templates/marketing/promotional/BackInStock.js +11 -0
  282. package/dist/components/Email/templates/marketing/promotional/BackInStock.js.map +1 -0
  283. package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.d.ts +5 -0
  284. package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.js +11 -0
  285. package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.js.map +1 -0
  286. package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.d.ts +5 -0
  287. package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.js +11 -0
  288. package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.js.map +1 -0
  289. package/dist/components/Email/templates/marketing/promotional/FlashSale.d.ts +9 -0
  290. package/dist/components/Email/templates/marketing/promotional/FlashSale.js +14 -0
  291. package/dist/components/Email/templates/marketing/promotional/FlashSale.js.map +1 -0
  292. package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.d.ts +5 -0
  293. package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.js +11 -0
  294. package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.js.map +1 -0
  295. package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.d.ts +5 -0
  296. package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.js +11 -0
  297. package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.js.map +1 -0
  298. package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.d.ts +5 -0
  299. package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.js +11 -0
  300. package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.js.map +1 -0
  301. package/dist/components/Email/templates/marketing/promotional/index.d.ts +8 -0
  302. package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.d.ts +5 -0
  303. package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.js +11 -0
  304. package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.js.map +1 -0
  305. package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.d.ts +5 -0
  306. package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.js +11 -0
  307. package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.js.map +1 -0
  308. package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.d.ts +5 -0
  309. package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.js +11 -0
  310. package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.js.map +1 -0
  311. package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.d.ts +8 -0
  312. package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.js +13 -0
  313. package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.js.map +1 -0
  314. package/dist/components/Email/templates/marketing/reengagement/index.d.ts +4 -0
  315. package/dist/components/Email/templates/marketing/social/CommunityMilestone.d.ts +5 -0
  316. package/dist/components/Email/templates/marketing/social/CommunityMilestone.js +11 -0
  317. package/dist/components/Email/templates/marketing/social/CommunityMilestone.js.map +1 -0
  318. package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.d.ts +5 -0
  319. package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.js +11 -0
  320. package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.js.map +1 -0
  321. package/dist/components/Email/templates/marketing/social/ShareYourStory.d.ts +5 -0
  322. package/dist/components/Email/templates/marketing/social/ShareYourStory.js +11 -0
  323. package/dist/components/Email/templates/marketing/social/ShareYourStory.js.map +1 -0
  324. package/dist/components/Email/templates/marketing/social/SocialProof.d.ts +13 -0
  325. package/dist/components/Email/templates/marketing/social/SocialProof.js +16 -0
  326. package/dist/components/Email/templates/marketing/social/SocialProof.js.map +1 -0
  327. package/dist/components/Email/templates/marketing/social/UserSpotlight.d.ts +5 -0
  328. package/dist/components/Email/templates/marketing/social/UserSpotlight.js +11 -0
  329. package/dist/components/Email/templates/marketing/social/UserSpotlight.js.map +1 -0
  330. package/dist/components/Email/templates/marketing/social/index.d.ts +5 -0
  331. package/dist/components/Email/templates/marketing/surveys/BetaFeedback.d.ts +5 -0
  332. package/dist/components/Email/templates/marketing/surveys/BetaFeedback.js +11 -0
  333. package/dist/components/Email/templates/marketing/surveys/BetaFeedback.js.map +1 -0
  334. package/dist/components/Email/templates/marketing/surveys/CSATSurvey.d.ts +5 -0
  335. package/dist/components/Email/templates/marketing/surveys/CSATSurvey.js +11 -0
  336. package/dist/components/Email/templates/marketing/surveys/CSATSurvey.js.map +1 -0
  337. package/dist/components/Email/templates/marketing/surveys/ExitSurvey.d.ts +7 -0
  338. package/dist/components/Email/templates/marketing/surveys/ExitSurvey.js +20 -0
  339. package/dist/components/Email/templates/marketing/surveys/ExitSurvey.js.map +1 -0
  340. package/dist/components/Email/templates/marketing/surveys/NPSSurvey.d.ts +7 -0
  341. package/dist/components/Email/templates/marketing/surveys/NPSSurvey.js +17 -0
  342. package/dist/components/Email/templates/marketing/surveys/NPSSurvey.js.map +1 -0
  343. package/dist/components/Email/templates/marketing/surveys/ProductFeedback.d.ts +5 -0
  344. package/dist/components/Email/templates/marketing/surveys/ProductFeedback.js +11 -0
  345. package/dist/components/Email/templates/marketing/surveys/ProductFeedback.js.map +1 -0
  346. package/dist/components/Email/templates/marketing/surveys/index.d.ts +5 -0
  347. package/dist/components/Email/templates/sales/ClientReferenceRequest.d.ts +8 -0
  348. package/dist/components/Email/templates/sales/ClientReferenceRequest.js +13 -0
  349. package/dist/components/Email/templates/sales/ClientReferenceRequest.js.map +1 -0
  350. package/dist/components/Email/templates/sales/ClientWinBack.d.ts +10 -0
  351. package/dist/components/Email/templates/sales/ClientWinBack.js +13 -0
  352. package/dist/components/Email/templates/sales/ClientWinBack.js.map +1 -0
  353. package/dist/components/Email/templates/sales/ColdOutreach.d.ts +11 -0
  354. package/dist/components/Email/templates/sales/ColdOutreach.js +13 -0
  355. package/dist/components/Email/templates/sales/ColdOutreach.js.map +1 -0
  356. package/dist/components/Email/templates/sales/FollowUpEmail.d.ts +9 -0
  357. package/dist/components/Email/templates/sales/FollowUpEmail.js +13 -0
  358. package/dist/components/Email/templates/sales/FollowUpEmail.js.map +1 -0
  359. package/dist/components/Email/templates/sales/ProjectTermination.d.ts +9 -0
  360. package/dist/components/Email/templates/sales/ProjectTermination.js +12 -0
  361. package/dist/components/Email/templates/sales/ProjectTermination.js.map +1 -0
  362. package/dist/components/Email/templates/sales/ProposalAccepted.d.ts +9 -0
  363. package/dist/components/Email/templates/sales/ProposalAccepted.js +13 -0
  364. package/dist/components/Email/templates/sales/ProposalAccepted.js.map +1 -0
  365. package/dist/components/Email/templates/sales/ScheduleDemo.d.ts +9 -0
  366. package/dist/components/Email/templates/sales/ScheduleDemo.js +13 -0
  367. package/dist/components/Email/templates/sales/ScheduleDemo.js.map +1 -0
  368. package/dist/components/Email/templates/sales/SendProposal.d.ts +9 -0
  369. package/dist/components/Email/templates/sales/SendProposal.js +14 -0
  370. package/dist/components/Email/templates/sales/SendProposal.js.map +1 -0
  371. package/dist/components/Email/templates/sales/index.d.ts +8 -0
  372. package/dist/components/Email/templates/security/AccountDeletedConfirmation.d.ts +8 -0
  373. package/dist/components/Email/templates/security/AccountDeletedConfirmation.js +13 -0
  374. package/dist/components/Email/templates/security/AccountDeletedConfirmation.js.map +1 -0
  375. package/dist/components/Email/templates/security/ApiKeyCreated.d.ts +9 -0
  376. package/dist/components/Email/templates/security/ApiKeyCreated.js +14 -0
  377. package/dist/components/Email/templates/security/ApiKeyCreated.js.map +1 -0
  378. package/dist/components/Email/templates/security/DataExportReady.d.ts +8 -0
  379. package/dist/components/Email/templates/security/DataExportReady.js +13 -0
  380. package/dist/components/Email/templates/security/DataExportReady.js.map +1 -0
  381. package/dist/components/Email/templates/security/NewLoginAlert.d.ts +10 -0
  382. package/dist/components/Email/templates/security/NewLoginAlert.js +13 -0
  383. package/dist/components/Email/templates/security/NewLoginAlert.js.map +1 -0
  384. package/dist/components/Email/templates/security/PolicyUpdateEmail.d.ts +9 -0
  385. package/dist/components/Email/templates/security/PolicyUpdateEmail.js +13 -0
  386. package/dist/components/Email/templates/security/PolicyUpdateEmail.js.map +1 -0
  387. package/dist/components/Email/templates/security/TwoFactorCode.d.ts +8 -0
  388. package/dist/components/Email/templates/security/TwoFactorCode.js +13 -0
  389. package/dist/components/Email/templates/security/TwoFactorCode.js.map +1 -0
  390. package/dist/components/Email/templates/security/index.d.ts +6 -0
  391. package/dist/components/Email/templates/support/SupportFeedbackRequest.d.ts +9 -0
  392. package/dist/components/Email/templates/support/SupportFeedbackRequest.js +15 -0
  393. package/dist/components/Email/templates/support/SupportFeedbackRequest.js.map +1 -0
  394. package/dist/components/Email/templates/support/TicketCreatedEmail.d.ts +9 -0
  395. package/dist/components/Email/templates/support/TicketCreatedEmail.js +13 -0
  396. package/dist/components/Email/templates/support/TicketCreatedEmail.js.map +1 -0
  397. package/dist/components/Email/templates/support/TicketReplyEmail.d.ts +9 -0
  398. package/dist/components/Email/templates/support/TicketReplyEmail.js +14 -0
  399. package/dist/components/Email/templates/support/TicketReplyEmail.js.map +1 -0
  400. package/dist/components/Email/templates/support/TicketResolvedEmail.d.ts +9 -0
  401. package/dist/components/Email/templates/support/TicketResolvedEmail.js +14 -0
  402. package/dist/components/Email/templates/support/TicketResolvedEmail.js.map +1 -0
  403. package/dist/components/Email/templates/support/index.d.ts +4 -0
  404. package/dist/components/Email/templates/system/IncidentReport.d.ts +10 -0
  405. package/dist/components/Email/templates/system/IncidentReport.js +13 -0
  406. package/dist/components/Email/templates/system/IncidentReport.js.map +1 -0
  407. package/dist/components/Email/templates/system/MaintenanceNotice.d.ts +9 -0
  408. package/dist/components/Email/templates/system/MaintenanceNotice.js +13 -0
  409. package/dist/components/Email/templates/system/MaintenanceNotice.js.map +1 -0
  410. package/dist/components/Email/templates/system/NotificationEmail.d.ts +10 -0
  411. package/dist/components/Email/templates/system/NotificationEmail.js +14 -0
  412. package/dist/components/Email/templates/system/NotificationEmail.js.map +1 -0
  413. package/dist/components/Email/templates/system/StatusPageUpdate.d.ts +10 -0
  414. package/dist/components/Email/templates/system/StatusPageUpdate.js +13 -0
  415. package/dist/components/Email/templates/system/StatusPageUpdate.js.map +1 -0
  416. package/dist/components/Email/templates/system/index.d.ts +4 -0
  417. package/dist/index.d.ts +1 -0
  418. package/dist/index.js +124 -1
  419. package/dist/styles.css +1 -1
  420. package/package.json +12 -5
  421. package/dist/components/Auth/PasswordResetForm.example.js.map +0 -1
  422. package/dist/components/Auth/PasswordResetForm.js.map +0 -1
  423. /package/dist/components/Auth/{PasswordResetForm.example.d.ts → ForgotPasswordForm.example.d.ts} +0 -0
@@ -0,0 +1,20 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../components/EmailButton.js';
3
+ import { EmailDivider } from '../../components/EmailDivider.js';
4
+ import { EmailLayout } from '../../components/EmailLayout.js';
5
+ import 'react';
6
+ import { Text } from '../../../../node_modules/@react-email/text/dist/index.js';
7
+ import { Section } from '../../../../node_modules/@react-email/section/dist/index.js';
8
+ import { Row } from '../../../../node_modules/@react-email/row/dist/index.js';
9
+ import { Column } from '../../../../node_modules/@react-email/column/dist/index.js';
10
+
11
+ const WeeklyDigest = ({ userName = 'User', stats = [
12
+ { label: 'Tasks Completed', value: 42 },
13
+ { label: 'Hours Saved', value: '5.2h' },
14
+ { label: 'New Connections', value: 12 }
15
+ ], dashboardLink = 'https://example.com/dashboard' }) => {
16
+ return (jsxs(EmailLayout, { previewText: "Your weekly activity summary", title: "Weekly Activity Digest", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Your Weekly Summary" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", here's a quick look at your activity and achievements from the past week."] }), jsx(Section, { className: "mb-6", children: stats.map((stat, index) => (jsxs(Row, { className: "bg-gray-50 dark:bg-gray-700 p-4 mb-2 rounded-lg border border-gray-100 dark:border-gray-600", children: [jsx(Column, { children: jsx(Text, { className: "text-gray-600 dark:text-gray-300 m-0 font-medium", children: stat.label }) }), jsx(Column, { className: "text-right", children: jsx(Text, { className: "text-blue-600 dark:text-blue-400 font-bold m-0 text-xl", children: stat.value }) })] }, index))) }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: dashboardLink, children: "View Full Report" }) }), jsx(EmailDivider, {})] }));
17
+ };
18
+
19
+ export { WeeklyDigest, WeeklyDigest as default };
20
+ //# sourceMappingURL=WeeklyDigest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WeeklyDigest.js","sources":["../../../../../src/components/Email/templates/engagement/WeeklyDigest.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section, Row, Column } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface WeeklyDigestProps {\n userName?: string;\n stats?: Array<{ label: string; value: string | number }>;\n dashboardLink?: string;\n}\n\nexport const WeeklyDigest: React.FC<WeeklyDigestProps> = ({\n userName = 'User',\n stats = [\n { label: 'Tasks Completed', value: 42 },\n { label: 'Hours Saved', value: '5.2h' },\n { label: 'New Connections', value: 12 }\n ],\n dashboardLink = 'https://example.com/dashboard'\n}) => {\n return (\n <EmailLayout previewText=\"Your weekly activity summary\" title=\"Weekly Activity Digest\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Your Weekly Summary</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, here's a quick look at your activity and achievements from the past week.\n </Text>\n \n <Section className=\"mb-6\">\n {stats.map((stat, index) => (\n <Row key={index} className=\"bg-gray-50 dark:bg-gray-700 p-4 mb-2 rounded-lg border border-gray-100 dark:border-gray-600\">\n <Column>\n <Text className=\"text-gray-600 dark:text-gray-300 m-0 font-medium\">{stat.label}</Text>\n </Column>\n <Column className=\"text-right\">\n <Text className=\"text-blue-600 dark:text-blue-400 font-bold m-0 text-xl\">{stat.value}</Text>\n </Column>\n </Row>\n ))}\n </Section>\n\n <Section className=\"text-center mb-6\">\n <EmailButton href={dashboardLink}>View Full Report</EmailButton>\n </Section>\n <EmailDivider />\n </EmailLayout>\n );\n};\n\nexport default WeeklyDigest;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;;;AAUO,MAAM,YAAY,GAAgC,CAAC,EACxD,QAAQ,GAAG,MAAM,EACjB,KAAK,GAAG;AACN,IAAA,EAAE,KAAK,EAAE,iBAAiB,EAAE,KAAK,EAAE,EAAE,EAAE;AACvC,IAAA,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,EAAE;AACvC,IAAA,EAAE,KAAK,EAAE,iBAAiB,EAAE,KAAK,EAAE,EAAE;AACtC,CAAA,EACD,aAAa,GAAG,+BAA+B,EAChD,KAAI;IACH,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,8BAA8B,EAAC,KAAK,EAAC,wBAAwB,EAAA,QAAA,EAAA,CACpFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,qBAAA,EAAA,CAA2B,EAClGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,mFACP,EAEPC,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EACtB,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,MACrBD,IAAA,CAAC,GAAG,EAAA,EAAa,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAAA,CACtHC,GAAA,CAAC,MAAM,EAAA,EAAA,QAAA,EACLA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,kDAAkD,EAAA,QAAA,EAAE,IAAI,CAAC,KAAK,EAAA,CAAQ,EAAA,CAC/E,EACTA,GAAA,CAAC,MAAM,EAAA,EAAC,SAAS,EAAC,YAAY,EAAA,QAAA,EAC5BA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,wDAAwD,EAAA,QAAA,EAAE,IAAI,CAAC,KAAK,EAAA,CAAQ,GACrF,CAAA,EAAA,EAND,KAAK,CAOT,CACP,CAAC,EAAA,CACM,EAEVA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,aAAa,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAgC,EAAA,CACxD,EACVA,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,CAAA,EAAA,CACJ;AAElB;;;;"}
@@ -0,0 +1,8 @@
1
+ export * from './FeatureAnnouncement';
2
+ export * from './WeeklyDigest';
3
+ export * from './MilestoneEmail';
4
+ export * from './InactivityWarning';
5
+ export * from './TipOfWeek';
6
+ export * from './FeedbackRequestEmail';
7
+ export * from './TeamInviteEmail';
8
+ export * from './ProductChangelog';
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface ReferralConvertedProps {
3
+ userName?: string;
4
+ friendName?: string;
5
+ rewardAmount?: string;
6
+ dashboardLink?: string;
7
+ }
8
+ export declare const ReferralConverted: React.FC<ReferralConvertedProps>;
9
+ export default ReferralConverted;
@@ -0,0 +1,13 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../components/EmailButton.js';
3
+ import { EmailLayout } from '../../components/EmailLayout.js';
4
+ import 'react';
5
+ import { Text } from '../../../../node_modules/@react-email/text/dist/index.js';
6
+ import { Section } from '../../../../node_modules/@react-email/section/dist/index.js';
7
+
8
+ const ReferralConverted = ({ userName = 'User', friendName = 'Alex', rewardAmount = '$15 Credit', dashboardLink = 'https://example.com/rewards' }) => {
9
+ return (jsxs(EmailLayout, { previewText: `Your friend ${friendName} just signed up!`, title: "Successful Referral", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Your friend joined!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Great news, ", userName, "! ", jsx("strong", { children: friendName }), " just used your referral link to sign up and start their subscription."] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["As a thank you, we have added ", jsx("strong", { children: rewardAmount }), " to your account balance."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: dashboardLink, children: "View Your Rewards" }) })] }));
10
+ };
11
+
12
+ export { ReferralConverted, ReferralConverted as default };
13
+ //# sourceMappingURL=ReferralConverted.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReferralConverted.js","sources":["../../../../../src/components/Email/templates/growth/ReferralConverted.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../components';\n\nexport interface ReferralConvertedProps {\n userName?: string;\n friendName?: string;\n rewardAmount?: string;\n dashboardLink?: string;\n}\n\nexport const ReferralConverted: React.FC<ReferralConvertedProps> = ({\n userName = 'User',\n friendName = 'Alex',\n rewardAmount = '$15 Credit',\n dashboardLink = 'https://example.com/rewards'\n}) => {\n return (\n <EmailLayout previewText={`Your friend ${friendName} just signed up!`} title=\"Successful Referral\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Your friend joined!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Great news, {userName}! <strong>{friendName}</strong> just used your referral link to sign up and start their subscription.\n </Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">As a thank you, we have added <strong>{rewardAmount}</strong> to your account balance.</Text>\n <Section className=\"text-center mb-6\"><EmailButton href={dashboardLink}>View Your Rewards</EmailButton></Section>\n </EmailLayout>\n );\n};\n\nexport default ReferralConverted;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;MAWa,iBAAiB,GAAqC,CAAC,EAClE,QAAQ,GAAG,MAAM,EACjB,UAAU,GAAG,MAAM,EACnB,YAAY,GAAG,YAAY,EAC3B,aAAa,GAAG,6BAA6B,EAC9C,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,YAAA,EAAe,UAAU,CAAA,gBAAA,CAAkB,EAAE,KAAK,EAAC,qBAAqB,EAAA,QAAA,EAAA,CAChGC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,qBAAA,EAAA,CAA2B,EAClGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,cAAA,EAClE,QAAQ,EAAA,IAAA,EAAGC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,UAAU,EAAA,CAAU,EAAA,wEAAA,CAAA,EAAA,CAChD,EACPD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,gCAAA,EAA+BC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,YAAY,EAAA,CAAU,iCAAgC,EAC/KA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EAACA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,aAAa,EAAA,QAAA,EAAA,mBAAA,EAAA,CAAiC,EAAA,CAAU,CAAA,EAAA,CACrG;AAElB;;;;"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface ReferralInviteProps {
3
+ referrerName?: string;
4
+ rewardAmount?: string;
5
+ referralLink?: string;
6
+ }
7
+ export declare const ReferralInvite: React.FC<ReferralInviteProps>;
8
+ export default ReferralInvite;
@@ -0,0 +1,13 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../components/EmailButton.js';
3
+ import { EmailLayout } from '../../components/EmailLayout.js';
4
+ import 'react';
5
+ import { Text } from '../../../../node_modules/@react-email/text/dist/index.js';
6
+ import { Section } from '../../../../node_modules/@react-email/section/dist/index.js';
7
+
8
+ const ReferralInvite = ({ referrerName = 'Alex', rewardAmount = '$10', referralLink = 'https://example.com/signup?ref=alex123' }) => {
9
+ return (jsxs(EmailLayout, { previewText: `${referrerName} invited you!`, title: "You've been invited", children: [jsxs(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: ["You've been invited by ", referrerName] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi there, ", referrerName, " thinks you'd love our platform! Sign up using their invite link and you'll both get ", rewardAmount, " in credit to use on your first purchase."] }), jsxs(Section, { className: "bg-blue-50 dark:bg-blue-900 border border-blue-100 dark:border-blue-800 p-6 rounded-lg mb-6 text-center", children: [jsxs(Text, { className: "text-blue-600 dark:text-blue-400 font-bold text-lg m-0 mb-4", children: ["Claim your ", rewardAmount, " credit"] }), jsx(EmailButton, { href: referralLink, children: "Accept Invite" })] })] }));
10
+ };
11
+
12
+ export { ReferralInvite, ReferralInvite as default };
13
+ //# sourceMappingURL=ReferralInvite.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReferralInvite.js","sources":["../../../../../src/components/Email/templates/growth/ReferralInvite.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../components';\n\nexport interface ReferralInviteProps {\n referrerName?: string;\n rewardAmount?: string;\n referralLink?: string;\n}\n\nexport const ReferralInvite: React.FC<ReferralInviteProps> = ({\n referrerName = 'Alex',\n rewardAmount = '$10',\n referralLink = 'https://example.com/signup?ref=alex123'\n}) => {\n return (\n <EmailLayout previewText={`${referrerName} invited you!`} title=\"You've been invited\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">You've been invited by {referrerName}</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi there, {referrerName} thinks you'd love our platform! Sign up using their invite link and you'll both get {rewardAmount} in credit to use on your first purchase.\n </Text>\n <Section className=\"bg-blue-50 dark:bg-blue-900 border border-blue-100 dark:border-blue-800 p-6 rounded-lg mb-6 text-center\">\n <Text className=\"text-blue-600 dark:text-blue-400 font-bold text-lg m-0 mb-4\">Claim your {rewardAmount} credit</Text>\n <EmailButton href={referralLink}>\n Accept Invite\n </EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default ReferralInvite;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAUO,MAAM,cAAc,GAAkC,CAAC,EAC5D,YAAY,GAAG,MAAM,EACrB,YAAY,GAAG,KAAK,EACpB,YAAY,GAAG,wCAAwC,EACxD,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,EAAG,YAAY,CAAA,aAAA,CAAe,EAAE,KAAK,EAAC,qBAAqB,EAAA,QAAA,EAAA,CACnFA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,CAAA,yBAAA,EAAyB,YAAY,CAAA,EAAA,CAAQ,EACpHA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,YAAA,EACpE,YAAY,EAAA,uFAAA,EAAuF,YAAY,EAAA,2CAAA,CAAA,EAAA,CACrH,EACPA,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,yGAAyG,EAAA,QAAA,EAAA,CAC1HA,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,6DAA6D,EAAA,QAAA,EAAA,CAAA,aAAA,EAAa,YAAY,EAAA,SAAA,CAAA,EAAA,CAAe,EACrHC,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,EAAA,QAAA,EAAA,eAAA,EAAA,CAEjB,CAAA,EAAA,CACN,CAAA,EAAA,CACE;AAElB;;;;"}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ export interface ReferralRewardProps {
3
+ userName?: string;
4
+ rewardType?: string;
5
+ rewardValue?: string;
6
+ referralCount?: number;
7
+ redeemLink?: string;
8
+ }
9
+ export declare const ReferralReward: React.FC<ReferralRewardProps>;
10
+ export default ReferralReward;
@@ -0,0 +1,14 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../components/EmailButton.js';
3
+ import { EmailDivider } from '../../components/EmailDivider.js';
4
+ import { EmailLayout } from '../../components/EmailLayout.js';
5
+ import 'react';
6
+ import { Text } from '../../../../node_modules/@react-email/text/dist/index.js';
7
+ import { Section } from '../../../../node_modules/@react-email/section/dist/index.js';
8
+
9
+ const ReferralReward = ({ userName = 'User', rewardType = 'Account Credit', rewardValue = '$25', referralCount = 1, redeemLink = 'https://example.com/rewards' }) => {
10
+ return (jsxs(EmailLayout, { previewText: `You earned a ${rewardValue} reward!`, title: "Referral Reward Earned", children: [jsx(Text, { className: "text-3xl text-center mb-2", children: "\uD83C\uDF81" }), jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4 text-center", children: "You earned a reward!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6 text-center", children: ["Hi ", userName, ", thanks for spreading the word! A friend you referred just joined, and to say thanks, we've added a reward to your account."] }), jsxs(Section, { className: "bg-green-50 dark:bg-green-900 border border-green-100 dark:border-green-800 p-6 rounded-lg mb-6 text-center", children: [jsx(Text, { className: "text-gray-500 dark:text-gray-400 font-semibold uppercase tracking-wider text-xs m-0 mb-2", children: rewardType }), jsx(Text, { className: "text-4xl font-bold text-green-600 dark:text-green-400 m-0", children: rewardValue })] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: redeemLink, children: "Redeem Reward" }) }), jsx(EmailDivider, {}), jsxs(Text, { className: "text-gray-500 dark:text-gray-400 text-sm text-center", children: ["You've successfully referred ", referralCount, " friends so far. Keep sharing your link to earn more!"] })] }));
11
+ };
12
+
13
+ export { ReferralReward, ReferralReward as default };
14
+ //# sourceMappingURL=ReferralReward.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReferralReward.js","sources":["../../../../../src/components/Email/templates/growth/ReferralReward.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface ReferralRewardProps {\n userName?: string;\n rewardType?: string;\n rewardValue?: string;\n referralCount?: number;\n redeemLink?: string;\n}\n\nexport const ReferralReward: React.FC<ReferralRewardProps> = ({\n userName = 'User',\n rewardType = 'Account Credit',\n rewardValue = '$25',\n referralCount = 1,\n redeemLink = 'https://example.com/rewards'\n}) => {\n return (\n <EmailLayout previewText={`You earned a ${rewardValue} reward!`} title=\"Referral Reward Earned\">\n <Text className=\"text-3xl text-center mb-2\">🎁</Text>\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4 text-center\">You earned a reward!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6 text-center\">\n Hi {userName}, thanks for spreading the word! A friend you referred just joined, and to say thanks, we've added a reward to your account.\n </Text>\n <Section className=\"bg-green-50 dark:bg-green-900 border border-green-100 dark:border-green-800 p-6 rounded-lg mb-6 text-center\">\n <Text className=\"text-gray-500 dark:text-gray-400 font-semibold uppercase tracking-wider text-xs m-0 mb-2\">{rewardType}</Text>\n <Text className=\"text-4xl font-bold text-green-600 dark:text-green-400 m-0\">{rewardValue}</Text>\n </Section>\n <Section className=\"text-center mb-6\"><EmailButton href={redeemLink}>Redeem Reward</EmailButton></Section>\n <EmailDivider />\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm text-center\">You've successfully referred {referralCount} friends so far. Keep sharing your link to earn more!</Text>\n </EmailLayout>\n );\n};\n\nexport default ReferralReward;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;AAYO,MAAM,cAAc,GAAkC,CAAC,EAC5D,QAAQ,GAAG,MAAM,EACjB,UAAU,GAAG,gBAAgB,EAC7B,WAAW,GAAG,KAAK,EACnB,aAAa,GAAG,CAAC,EACjB,UAAU,GAAG,6BAA6B,EAC3C,KAAI;IACH,QACEA,KAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,aAAA,EAAgB,WAAW,CAAA,QAAA,CAAU,EAAE,KAAK,EAAC,wBAAwB,aAC7FC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,2BAA2B,EAAA,QAAA,EAAA,cAAA,EAAA,CAAU,EACrDA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,mEAAmE,EAAA,QAAA,EAAA,sBAAA,EAAA,CAA4B,EAC/GD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,6EAA6E,oBACvF,QAAQ,EAAA,8HAAA,CAAA,EAAA,CACP,EACPA,IAAA,CAAC,OAAO,IAAC,SAAS,EAAC,6GAA6G,EAAA,QAAA,EAAA,CAC9HC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,0FAA0F,EAAA,QAAA,EAAE,UAAU,GAAQ,EAC9HA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,2DAA2D,EAAA,QAAA,EAAE,WAAW,GAAQ,CAAA,EAAA,CACxF,EACVA,IAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EAACA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,UAAU,8BAA6B,EAAA,CAAU,EAC1GA,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,EAChBD,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,8CAA+B,aAAa,EAAA,uDAAA,CAAA,EAAA,CAA6D,CAAA,EAAA,CACnK;AAElB;;;;"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface SocialSharePromptProps {
3
+ userName?: string;
4
+ twitterLink?: string;
5
+ linkedinLink?: string;
6
+ }
7
+ export declare const SocialSharePrompt: React.FC<SocialSharePromptProps>;
8
+ export default SocialSharePrompt;
@@ -0,0 +1,15 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../components/EmailButton.js';
3
+ import { EmailLayout } from '../../components/EmailLayout.js';
4
+ import 'react';
5
+ import { Text } from '../../../../node_modules/@react-email/text/dist/index.js';
6
+ import { Section } from '../../../../node_modules/@react-email/section/dist/index.js';
7
+ import { Row } from '../../../../node_modules/@react-email/row/dist/index.js';
8
+ import { Column } from '../../../../node_modules/@react-email/column/dist/index.js';
9
+
10
+ const SocialSharePrompt = ({ userName = 'User', twitterLink = 'https://twitter.com/intent/tweet?text=I%20love%20using%20Beyond%20Corp!', linkedinLink = 'https://www.linkedin.com/sharing/share-offsite/?url=https://example.com' }) => {
11
+ return (jsxs(EmailLayout, { previewText: "Tell the world what you think!", title: "Share your experience", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Enjoying the platform?" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", we noticed you've been getting a lot of value out of our product recently. We rely heavily on word-of-mouth to grow, and it would mean the world to us if you shared your experience on social media!"] }), jsx(Section, { className: "mb-6", children: jsxs(Row, { children: [jsx(Column, { className: "pr-2", children: jsx(EmailButton, { href: twitterLink, children: "Share on X" }) }), jsx(Column, { className: "pl-2", children: jsx(EmailButton, { href: linkedinLink, children: "Share on LinkedIn" }) })] }) })] }));
12
+ };
13
+
14
+ export { SocialSharePrompt, SocialSharePrompt as default };
15
+ //# sourceMappingURL=SocialSharePrompt.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SocialSharePrompt.js","sources":["../../../../../src/components/Email/templates/growth/SocialSharePrompt.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section, Row, Column } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../components';\n\nexport interface SocialSharePromptProps {\n userName?: string;\n twitterLink?: string;\n linkedinLink?: string;\n}\n\nexport const SocialSharePrompt: React.FC<SocialSharePromptProps> = ({\n userName = 'User',\n twitterLink = 'https://twitter.com/intent/tweet?text=I%20love%20using%20Beyond%20Corp!',\n linkedinLink = 'https://www.linkedin.com/sharing/share-offsite/?url=https://example.com'\n}) => {\n return (\n <EmailLayout previewText=\"Tell the world what you think!\" title=\"Share your experience\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Enjoying the platform?</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, we noticed you've been getting a lot of value out of our product recently. We rely heavily on word-of-mouth to grow, and it would mean the world to us if you shared your experience on social media!\n </Text>\n <Section className=\"mb-6\">\n <Row>\n <Column className=\"pr-2\"><EmailButton href={twitterLink}>Share on X</EmailButton></Column>\n <Column className=\"pl-2\"><EmailButton href={linkedinLink}>Share on LinkedIn</EmailButton></Column>\n </Row>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default SocialSharePrompt;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;;AAUO,MAAM,iBAAiB,GAAqC,CAAC,EAClE,QAAQ,GAAG,MAAM,EACjB,WAAW,GAAG,yEAAyE,EACvF,YAAY,GAAG,yEAAyE,EACzF,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,gCAAgC,EAAC,KAAK,EAAC,uBAAuB,EAAA,QAAA,EAAA,CACrFC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,wBAAA,EAAA,CAA8B,EACrGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,EAAA,yMAAA,CAAA,EAAA,CACP,EACPC,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EACvBD,IAAA,CAAC,GAAG,eACFC,GAAA,CAAC,MAAM,EAAA,EAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EAACA,GAAA,CAAC,WAAW,IAAC,IAAI,EAAE,WAAW,EAAA,QAAA,EAAA,YAAA,EAAA,CAA0B,GAAS,EAC1FA,GAAA,CAAC,MAAM,EAAA,EAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EAACA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,kCAAiC,EAAA,CAAS,CAAA,EAAA,CAC9F,EAAA,CACE,CAAA,EAAA,CACE;AAElB;;;;"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface WaitlistWelcomeProps {
3
+ userName?: string;
4
+ position?: number;
5
+ estimatedInviteDate?: string;
6
+ referralLink?: string;
7
+ }
8
+ export declare const WaitlistWelcome: React.FC<WaitlistWelcomeProps>;
9
+ export default WaitlistWelcome;
@@ -0,0 +1,14 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../components/EmailButton.js';
3
+ import { EmailDivider } from '../../components/EmailDivider.js';
4
+ import { EmailLayout } from '../../components/EmailLayout.js';
5
+ import 'react';
6
+ import { Text } from '../../../../node_modules/@react-email/text/dist/index.js';
7
+ import { Section } from '../../../../node_modules/@react-email/section/dist/index.js';
8
+
9
+ const WaitlistWelcome = ({ userName = 'User', position = 1492, estimatedInviteDate = 'Next month', referralLink = 'https://example.com/waitlist?ref=user123' }) => {
10
+ return (jsxs(EmailLayout, { previewText: "You're on the waitlist!", title: "Welcome to the waitlist", children: [jsxs(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: ["You're on the list, ", userName, "!"] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Thanks for joining the waitlist. We're rolling out access in batches, and you are currently in position ", jsxs("strong", { children: ["#", position.toLocaleString()] }), ". We estimate your invite will arrive ", jsx("strong", { children: estimatedInviteDate }), "."] }), jsx(EmailDivider, {}), jsx(Text, { className: "text-lg font-bold text-gray-900 dark:text-white mb-2", children: "Want to skip the line?" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Share your unique referral link with friends. For every friend who joins the waitlist, you'll jump 100 spots ahead!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: referralLink, children: "Copy Referral Link" }) })] }));
11
+ };
12
+
13
+ export { WaitlistWelcome, WaitlistWelcome as default };
14
+ //# sourceMappingURL=WaitlistWelcome.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WaitlistWelcome.js","sources":["../../../../../src/components/Email/templates/growth/WaitlistWelcome.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section, Row, Column } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface WaitlistWelcomeProps {\n userName?: string;\n position?: number;\n estimatedInviteDate?: string;\n referralLink?: string;\n}\n\nexport const WaitlistWelcome: React.FC<WaitlistWelcomeProps> = ({\n userName = 'User',\n position = 1492,\n estimatedInviteDate = 'Next month',\n referralLink = 'https://example.com/waitlist?ref=user123'\n}) => {\n return (\n <EmailLayout previewText=\"You're on the waitlist!\" title=\"Welcome to the waitlist\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">You're on the list, {userName}!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Thanks for joining the waitlist. We're rolling out access in batches, and you are currently in position <strong>#{position.toLocaleString()}</strong>. We estimate your invite will arrive <strong>{estimatedInviteDate}</strong>.\n </Text>\n <EmailDivider />\n <Text className=\"text-lg font-bold text-gray-900 dark:text-white mb-2\">Want to skip the line?</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Share your unique referral link with friends. For every friend who joins the waitlist, you'll jump 100 spots ahead!\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={referralLink}>Copy Referral Link</EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default WaitlistWelcome;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;MAWa,eAAe,GAAmC,CAAC,EAC9D,QAAQ,GAAG,MAAM,EACjB,QAAQ,GAAG,IAAI,EACf,mBAAmB,GAAG,YAAY,EAClC,YAAY,GAAG,0CAA0C,EAC1D,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,yBAAyB,EAAC,KAAK,EAAC,yBAAyB,EAAA,QAAA,EAAA,CAChFA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,CAAA,sBAAA,EAAsB,QAAQ,SAAS,EAC9GA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,0GAAA,EACyBA,IAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAA,CAAA,GAAA,EAAU,QAAQ,CAAC,cAAc,EAAE,CAAA,EAAA,CAAU,EAAA,wCAAA,EAAsCC,0BAAS,mBAAmB,EAAA,CAAU,EAAA,GAAA,CAAA,EAAA,CAC5N,EACPA,IAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,uCAA8B,EACpGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,qHAAA,EAAA,CAE1E,EACPA,IAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,mCAAkC,EAAA,CACzD,CAAA,EAAA,CACE;AAElB;;;;"}
@@ -0,0 +1,5 @@
1
+ export * from './ReferralInvite';
2
+ export * from './WaitlistWelcome';
3
+ export * from './ReferralReward';
4
+ export * from './ReferralConverted';
5
+ export * from './SocialSharePrompt';
@@ -0,0 +1,11 @@
1
+ export * from './auth';
2
+ export * from './billing';
3
+ export * from './support';
4
+ export * from './security';
5
+ export * from './engagement';
6
+ export * from './growth';
7
+ export * from './system';
8
+ export * from './internal';
9
+ export * from './sales';
10
+ export * from './legal';
11
+ export * from './marketing';
@@ -0,0 +1,116 @@
1
+ export { WelcomeEmail } from './auth/WelcomeEmail.js';
2
+ export { ResetPasswordEmail } from './auth/ResetPasswordEmail.js';
3
+ export { ConfirmEmail } from './auth/ConfirmEmail.js';
4
+ export { MagicLinkEmail } from './auth/MagicLinkEmail.js';
5
+ export { EmailChangeVerification } from './auth/EmailChangeVerification.js';
6
+ export { PaymentFailedEmail } from './billing/PaymentFailedEmail.js';
7
+ export { InvoiceEmail } from './billing/InvoiceEmail.js';
8
+ export { TrialEndingEmail } from './billing/TrialEndingEmail.js';
9
+ export { SubscriptionCancelled } from './billing/SubscriptionCancelled.js';
10
+ export { SubscriptionConfirmation } from './billing/SubscriptionConfirmation.js';
11
+ export { CreditCardExpiring } from './billing/CreditCardExpiring.js';
12
+ export { PaymentReceipt } from './billing/PaymentReceipt.js';
13
+ export { OverduePaymentNotice } from './billing/OverduePaymentNotice.js';
14
+ export { TicketCreatedEmail } from './support/TicketCreatedEmail.js';
15
+ export { TicketResolvedEmail } from './support/TicketResolvedEmail.js';
16
+ export { TicketReplyEmail } from './support/TicketReplyEmail.js';
17
+ export { SupportFeedbackRequest } from './support/SupportFeedbackRequest.js';
18
+ export { NewLoginAlert } from './security/NewLoginAlert.js';
19
+ export { TwoFactorCode } from './security/TwoFactorCode.js';
20
+ export { DataExportReady } from './security/DataExportReady.js';
21
+ export { PolicyUpdateEmail } from './security/PolicyUpdateEmail.js';
22
+ export { AccountDeletedConfirmation } from './security/AccountDeletedConfirmation.js';
23
+ export { ApiKeyCreated } from './security/ApiKeyCreated.js';
24
+ export { FeatureAnnouncement } from './engagement/FeatureAnnouncement.js';
25
+ export { WeeklyDigest } from './engagement/WeeklyDigest.js';
26
+ export { MilestoneEmail } from './engagement/MilestoneEmail.js';
27
+ export { InactivityWarning } from './engagement/InactivityWarning.js';
28
+ export { TipOfWeek } from './engagement/TipOfWeek.js';
29
+ export { FeedbackRequestEmail } from './engagement/FeedbackRequestEmail.js';
30
+ export { TeamInviteEmail } from './engagement/TeamInviteEmail.js';
31
+ export { ProductChangelog } from './engagement/ProductChangelog.js';
32
+ export { ReferralInvite } from './growth/ReferralInvite.js';
33
+ export { WaitlistWelcome } from './growth/WaitlistWelcome.js';
34
+ export { ReferralReward } from './growth/ReferralReward.js';
35
+ export { ReferralConverted } from './growth/ReferralConverted.js';
36
+ export { SocialSharePrompt } from './growth/SocialSharePrompt.js';
37
+ export { MaintenanceNotice } from './system/MaintenanceNotice.js';
38
+ export { IncidentReport } from './system/IncidentReport.js';
39
+ export { NotificationEmail } from './system/NotificationEmail.js';
40
+ export { StatusPageUpdate } from './system/StatusPageUpdate.js';
41
+ export { BirthdayAnniversary } from './internal/hr/BirthdayAnniversary.js';
42
+ export { EmployeeFarewell } from './internal/hr/EmployeeFarewell.js';
43
+ export { PolicyUpdate } from './internal/hr/PolicyUpdate.js';
44
+ export { ExitInterviewRequest } from './internal/hr/ExitInterviewRequest.js';
45
+ export { NewHireAnnouncement } from './internal/hr/NewHireAnnouncement.js';
46
+ export { ITOutageReport } from './internal/it/ITOutageReport.js';
47
+ export { PasswordRotationReminder } from './internal/it/PasswordRotationReminder.js';
48
+ export { AppAccessGranted } from './internal/it/AppAccessGranted.js';
49
+ export { LeadershipUpdate } from './internal/comms/LeadershipUpdate.js';
50
+ export { MeetingRecap } from './internal/comms/MeetingRecap.js';
51
+ export { CompanyEventsCalendar } from './internal/comms/CompanyEventsCalendar.js';
52
+ export { ColdOutreach } from './sales/ColdOutreach.js';
53
+ export { FollowUpEmail } from './sales/FollowUpEmail.js';
54
+ export { ScheduleDemo } from './sales/ScheduleDemo.js';
55
+ export { SendProposal } from './sales/SendProposal.js';
56
+ export { ProposalAccepted } from './sales/ProposalAccepted.js';
57
+ export { ProjectTermination } from './sales/ProjectTermination.js';
58
+ export { ClientWinBack } from './sales/ClientWinBack.js';
59
+ export { ClientReferenceRequest } from './sales/ClientReferenceRequest.js';
60
+ export { DPANotice } from './legal/DPANotice.js';
61
+ export { PrivacyPolicyUpdate } from './legal/PrivacyPolicyUpdate.js';
62
+ export { TermsOfServiceUpdate } from './legal/TermsOfServiceUpdate.js';
63
+ export { DMCANotice } from './legal/DMCANotice.js';
64
+ export { GDPRCompliance } from './legal/GDPRCompliance.js';
65
+ export { WeeklyNewsletter } from './marketing/newsletters/WeeklyNewsletter.js';
66
+ export { MonthlyDigest } from './marketing/newsletters/MonthlyDigest.js';
67
+ export { CuratedIndustryNews } from './marketing/newsletters/CuratedIndustryNews.js';
68
+ export { NewBlogPost } from './marketing/blog/NewBlogPost.js';
69
+ export { BlogSeries } from './marketing/blog/BlogSeries.js';
70
+ export { BestOfRoundup } from './marketing/blog/BestOfRoundup.js';
71
+ export { LeadMagnetDelivery } from './marketing/lead-nurturing/LeadMagnetDelivery.js';
72
+ export { WebinarConfirmation } from './marketing/lead-nurturing/WebinarConfirmation.js';
73
+ export { WebinarReminder } from './marketing/lead-nurturing/WebinarReminder.js';
74
+ export { WebinarFollowup } from './marketing/lead-nurturing/WebinarFollowup.js';
75
+ export { DripCampaignDay1 } from './marketing/lead-nurturing/DripCampaignDay1.js';
76
+ export { DripCampaignComplete } from './marketing/lead-nurturing/DripCampaignComplete.js';
77
+ export { CaseStudyDelivery } from './marketing/lead-nurturing/CaseStudyDelivery.js';
78
+ export { AbandonedCart } from './marketing/promotional/AbandonedCart.js';
79
+ export { FlashSale } from './marketing/promotional/FlashSale.js';
80
+ export { BrowseAbandonment } from './marketing/promotional/BrowseAbandonment.js';
81
+ export { PriceDropAlert } from './marketing/promotional/PriceDropAlert.js';
82
+ export { BackInStock } from './marketing/promotional/BackInStock.js';
83
+ export { SeasonalCampaign } from './marketing/promotional/SeasonalCampaign.js';
84
+ export { BirthdayOffer } from './marketing/promotional/BirthdayOffer.js';
85
+ export { MilestoneDiscount } from './marketing/promotional/MilestoneDiscount.js';
86
+ export { EventAnnouncement } from './marketing/events/EventAnnouncement.js';
87
+ export { EarlyBirdReminder } from './marketing/events/EarlyBirdReminder.js';
88
+ export { ScheduleReleased } from './marketing/events/ScheduleReleased.js';
89
+ export { VIPInvite } from './marketing/events/VIPInvite.js';
90
+ export { PostEventThankYou } from './marketing/events/PostEventThankYou.js';
91
+ export { ConferenceSeries } from './marketing/events/ConferenceSeries.js';
92
+ export { WeMissYou30Day } from './marketing/reengagement/WeMissYou30Day.js';
93
+ export { ComeBack60Day } from './marketing/reengagement/ComeBack60Day.js';
94
+ export { LastChance90Day } from './marketing/reengagement/LastChance90Day.js';
95
+ export { ProductUpdateReengagement } from './marketing/reengagement/ProductUpdateReengagement.js';
96
+ export { SocialProof } from './marketing/social/SocialProof.js';
97
+ export { NewFollowerWelcome } from './marketing/social/NewFollowerWelcome.js';
98
+ export { ShareYourStory } from './marketing/social/ShareYourStory.js';
99
+ export { UserSpotlight } from './marketing/social/UserSpotlight.js';
100
+ export { CommunityMilestone } from './marketing/social/CommunityMilestone.js';
101
+ export { NPSSurvey } from './marketing/surveys/NPSSurvey.js';
102
+ export { ExitSurvey } from './marketing/surveys/ExitSurvey.js';
103
+ export { CSATSurvey } from './marketing/surveys/CSATSurvey.js';
104
+ export { ProductFeedback } from './marketing/surveys/ProductFeedback.js';
105
+ export { BetaFeedback } from './marketing/surveys/BetaFeedback.js';
106
+ export { AffiliateInvite } from './marketing/affiliate/AffiliateInvite.js';
107
+ export { AffiliateWelcome } from './marketing/affiliate/AffiliateWelcome.js';
108
+ export { AffiliatePayout } from './marketing/affiliate/AffiliatePayout.js';
109
+ export { AffiliateTopPerformer } from './marketing/affiliate/AffiliateTopPerformer.js';
110
+ export { PartnerComarketing } from './marketing/affiliate/PartnerComarketing.js';
111
+ export { NewGuideEbook } from './marketing/content/NewGuideEbook.js';
112
+ export { ToolTemplateDelivery } from './marketing/content/ToolTemplateDelivery.js';
113
+ export { InfographicEmail } from './marketing/content/InfographicEmail.js';
114
+ export { PodcastEpisode } from './marketing/content/PodcastEpisode.js';
115
+ export { YouTubeNotification } from './marketing/content/YouTubeNotification.js';
116
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ export interface EventItem {
3
+ date: string;
4
+ name: string;
5
+ time?: string;
6
+ }
7
+ export interface CompanyEventsCalendarProps {
8
+ month?: string;
9
+ events?: EventItem[];
10
+ calendarLink?: string;
11
+ }
12
+ export declare const CompanyEventsCalendar: React.FC<CompanyEventsCalendarProps>;
13
+ export default CompanyEventsCalendar;
@@ -0,0 +1,19 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../../components/EmailButton.js';
3
+ import { EmailLayout } from '../../../components/EmailLayout.js';
4
+ import 'react';
5
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
6
+ import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
7
+ import { Row } from '../../../../../node_modules/@react-email/row/dist/index.js';
8
+ import { Column } from '../../../../../node_modules/@react-email/column/dist/index.js';
9
+
10
+ const CompanyEventsCalendar = ({ month = 'November 2026', events = [
11
+ { date: 'Nov 4', name: 'Town Hall Meeting', time: '10:00 AM' },
12
+ { date: 'Nov 11', name: 'Veterans Day (Office Closed)' },
13
+ { date: 'Nov 26', name: 'Thanksgiving Potluck', time: '12:00 PM' }
14
+ ], calendarLink = 'https://calendar.example.com' }) => {
15
+ return (jsxs(EmailLayout, { previewText: `Upcoming events for ${month}`, title: "Company Events", children: [jsxs(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-6", children: ["Upcoming Events: ", month] }), jsx(Section, { className: "mb-6", children: events.map((event, index) => (jsxs(Row, { className: "bg-gray-50 dark:bg-gray-700 p-4 mb-2 rounded-lg border border-gray-100 dark:border-gray-600", children: [jsx(Column, { style: { width: '80px' }, children: jsx(Text, { className: "text-blue-600 dark:text-blue-400 font-bold m-0", children: event.date }) }), jsxs(Column, { children: [jsx(Text, { className: "text-gray-900 dark:text-white font-semibold m-0", children: event.name }), event.time && jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm m-0 mt-1", children: event.time })] })] }, index))) }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: calendarLink, children: "View Full Calendar" }) })] }));
16
+ };
17
+
18
+ export { CompanyEventsCalendar, CompanyEventsCalendar as default };
19
+ //# sourceMappingURL=CompanyEventsCalendar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CompanyEventsCalendar.js","sources":["../../../../../../src/components/Email/templates/internal/comms/CompanyEventsCalendar.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section, Row, Column } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport interface EventItem {\n date: string;\n name: string;\n time?: string;\n}\n\nexport interface CompanyEventsCalendarProps {\n month?: string;\n events?: EventItem[];\n calendarLink?: string;\n}\n\nexport const CompanyEventsCalendar: React.FC<CompanyEventsCalendarProps> = ({\n month = 'November 2026',\n events = [\n { date: 'Nov 4', name: 'Town Hall Meeting', time: '10:00 AM' },\n { date: 'Nov 11', name: 'Veterans Day (Office Closed)' },\n { date: 'Nov 26', name: 'Thanksgiving Potluck', time: '12:00 PM' }\n ],\n calendarLink = 'https://calendar.example.com'\n}) => {\n return (\n <EmailLayout previewText={`Upcoming events for ${month}`} title=\"Company Events\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-6\">Upcoming Events: {month}</Text>\n <Section className=\"mb-6\">\n {events.map((event, index) => (\n <Row key={index} className=\"bg-gray-50 dark:bg-gray-700 p-4 mb-2 rounded-lg border border-gray-100 dark:border-gray-600\">\n <Column style={{ width: '80px' }}><Text className=\"text-blue-600 dark:text-blue-400 font-bold m-0\">{event.date}</Text></Column>\n <Column><Text className=\"text-gray-900 dark:text-white font-semibold m-0\">{event.name}</Text>{event.time && <Text className=\"text-gray-500 dark:text-gray-400 text-sm m-0 mt-1\">{event.time}</Text>}</Column>\n </Row>\n ))}\n </Section>\n <Section className=\"text-center mb-6\"><EmailButton href={calendarLink}>View Full Calendar</EmailButton></Section>\n </EmailLayout>\n );\n};\n\nexport default CompanyEventsCalendar;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;;AAgBO,MAAM,qBAAqB,GAAyC,CAAC,EAC1E,KAAK,GAAG,eAAe,EACvB,MAAM,GAAG;IACP,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,mBAAmB,EAAE,IAAI,EAAE,UAAU,EAAE;AAC9D,IAAA,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,8BAA8B,EAAE;IACxD,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,sBAAsB,EAAE,IAAI,EAAE,UAAU;AACjE,CAAA,EACD,YAAY,GAAG,8BAA8B,EAC9C,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,oBAAA,EAAuB,KAAK,CAAA,CAAE,EAAE,KAAK,EAAC,gBAAgB,EAAA,QAAA,EAAA,CAC9EA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,CAAA,mBAAA,EAAmB,KAAK,CAAA,EAAA,CAAQ,EACvGC,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EACtB,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,KAAK,MACvBD,IAAA,CAAC,GAAG,EAAA,EAAa,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAAA,CACtHC,GAAA,CAAC,MAAM,EAAA,EAAC,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,EAAA,QAAA,EAAEA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,gDAAgD,EAAA,QAAA,EAAE,KAAK,CAAC,IAAI,EAAA,CAAQ,EAAA,CAAS,EAC/HD,IAAA,CAAC,MAAM,EAAA,EAAA,QAAA,EAAA,CAACC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iDAAiD,EAAA,QAAA,EAAE,KAAK,CAAC,IAAI,EAAA,CAAQ,EAAC,KAAK,CAAC,IAAI,IAAIA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,mDAAmD,EAAA,QAAA,EAAE,KAAK,CAAC,IAAI,EAAA,CAAQ,CAAA,EAAA,CAAU,CAAA,EAAA,EAFrM,KAAK,CAGT,CACP,CAAC,EAAA,CACM,EACVA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EAACA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,EAAA,QAAA,EAAA,oBAAA,EAAA,CAAkC,EAAA,CAAU,CAAA,EAAA,CACrG;AAElB;;;;"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface LeadershipUpdateProps {
3
+ senderName?: string;
4
+ senderTitle?: string;
5
+ subject?: string;
6
+ messageBlocks?: string[];
7
+ }
8
+ export declare const LeadershipUpdate: React.FC<LeadershipUpdateProps>;
9
+ export default LeadershipUpdate;
@@ -0,0 +1,16 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailDivider } from '../../../components/EmailDivider.js';
3
+ import { EmailLayout } from '../../../components/EmailLayout.js';
4
+ import 'react';
5
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
6
+
7
+ const LeadershipUpdate = ({ senderName = 'Jane Doe', senderTitle = 'CEO', subject = 'Q3 Company Update', messageBlocks = [
8
+ 'I want to take a moment to reflect on our outstanding performance this past quarter. Thanks to your hard work, we hit all of our primary OKRs.',
9
+ 'As we move into Q4, our focus will shift towards expanding our enterprise offerings and finalizing the upcoming product launch.',
10
+ 'Thank you all for your continued dedication.'
11
+ ] }) => {
12
+ return (jsxs(EmailLayout, { previewText: subject, title: subject, children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-6", children: subject }), messageBlocks.map((block, index) => (jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: block }, index))), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-900 dark:text-white font-semibold text-base m-0", children: senderName }), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm m-0", children: senderTitle })] }));
13
+ };
14
+
15
+ export { LeadershipUpdate, LeadershipUpdate as default };
16
+ //# sourceMappingURL=LeadershipUpdate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LeadershipUpdate.js","sources":["../../../../../../src/components/Email/templates/internal/comms/LeadershipUpdate.tsx"],"sourcesContent":["import React from 'react';\nimport { Text } from '@react-email/components';\nimport { EmailLayout, EmailDivider } from '../../../components';\n\nexport interface LeadershipUpdateProps {\n senderName?: string;\n senderTitle?: string;\n subject?: string;\n messageBlocks?: string[];\n}\n\nexport const LeadershipUpdate: React.FC<LeadershipUpdateProps> = ({\n senderName = 'Jane Doe',\n senderTitle = 'CEO',\n subject = 'Q3 Company Update',\n messageBlocks = [\n 'I want to take a moment to reflect on our outstanding performance this past quarter. Thanks to your hard work, we hit all of our primary OKRs.',\n 'As we move into Q4, our focus will shift towards expanding our enterprise offerings and finalizing the upcoming product launch.',\n 'Thank you all for your continued dedication.'\n ]\n}) => {\n return (\n <EmailLayout previewText={subject} title={subject}>\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-6\">{subject}</Text>\n {messageBlocks.map((block, index) => (\n <Text key={index} className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">\n {block}\n </Text>\n ))}\n <EmailDivider />\n <Text className=\"text-gray-900 dark:text-white font-semibold text-base m-0\">{senderName}</Text>\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm m-0\">{senderTitle}</Text>\n </EmailLayout>\n );\n};\n\nexport default LeadershipUpdate;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;AAWO,MAAM,gBAAgB,GAAoC,CAAC,EAChE,UAAU,GAAG,UAAU,EACvB,WAAW,GAAG,KAAK,EACnB,OAAO,GAAG,mBAAmB,EAC7B,aAAa,GAAG;IACd,gJAAgJ;IAChJ,iIAAiI;IACjI;AACD,CAAA,EACF,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAA,QAAA,EAAA,CAC/CC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAE,OAAO,EAAA,CAAQ,EACvF,aAAa,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,KAAK,MAC9BA,GAAA,CAAC,IAAI,EAAA,EAAa,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAC1F,KAAK,IADG,KAAK,CAET,CACR,CAAC,EACFA,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,2DAA2D,EAAA,QAAA,EAAE,UAAU,EAAA,CAAQ,EAC/FA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,8CAA8C,EAAA,QAAA,EAAE,WAAW,EAAA,CAAQ,CAAA,EAAA,CACvE;AAElB;;;;"}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ export interface MeetingRecapProps {
3
+ meetingTitle?: string;
4
+ date?: string;
5
+ summary?: string;
6
+ actionItems?: string[];
7
+ notesLink?: string;
8
+ }
9
+ export declare const MeetingRecap: React.FC<MeetingRecapProps>;
10
+ export default MeetingRecap;
@@ -0,0 +1,19 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../../components/EmailButton.js';
3
+ import { EmailLayout } from '../../../components/EmailLayout.js';
4
+ import 'react';
5
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
6
+ import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
7
+ import { Row } from '../../../../../node_modules/@react-email/row/dist/index.js';
8
+ import { Column } from '../../../../../node_modules/@react-email/column/dist/index.js';
9
+
10
+ const MeetingRecap = ({ meetingTitle = 'Weekly Engineering Sync', date = 'May 8, 2026', summary = 'We discussed the upcoming deployment schedule and identified potential bottlenecks in the CI/CD pipeline.', actionItems = [
11
+ 'Alex: Review the staging server logs',
12
+ 'Jordan: Draft the deployment runbook',
13
+ 'Sam: Update the frontend dependencies'
14
+ ], notesLink = 'https://docs.example.com/meetings/123' }) => {
15
+ return (jsxs(EmailLayout, { previewText: `Notes from ${meetingTitle}`, title: "Meeting Recap", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-2", children: meetingTitle }), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm mb-6", children: date }), jsxs(Section, { className: "bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600", children: [jsx(Text, { className: "text-gray-900 dark:text-white font-semibold m-0 mb-2", children: "Summary:" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 m-0", children: summary })] }), jsx(Text, { className: "text-lg font-bold text-gray-900 dark:text-white mb-4", children: "Action Items" }), jsx(Section, { className: "mb-6", children: actionItems.map((item, index) => (jsxs(Row, { className: "mb-2", children: [jsx(Column, { style: { width: '24px' }, children: jsx(Text, { className: "m-0 text-gray-400", children: "\u2610" }) }), jsx(Column, { children: jsx(Text, { className: "m-0 text-gray-700 dark:text-gray-300", children: item }) })] }, index))) }), jsx(Section, { className: "text-center", children: jsx(EmailButton, { href: notesLink, children: "View Full Notes" }) })] }));
16
+ };
17
+
18
+ export { MeetingRecap, MeetingRecap as default };
19
+ //# sourceMappingURL=MeetingRecap.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MeetingRecap.js","sources":["../../../../../../src/components/Email/templates/internal/comms/MeetingRecap.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section, Row, Column } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport interface MeetingRecapProps {\n meetingTitle?: string;\n date?: string;\n summary?: string;\n actionItems?: string[];\n notesLink?: string;\n}\n\nexport const MeetingRecap: React.FC<MeetingRecapProps> = ({\n meetingTitle = 'Weekly Engineering Sync',\n date = 'May 8, 2026',\n summary = 'We discussed the upcoming deployment schedule and identified potential bottlenecks in the CI/CD pipeline.',\n actionItems = [\n 'Alex: Review the staging server logs',\n 'Jordan: Draft the deployment runbook',\n 'Sam: Update the frontend dependencies'\n ],\n notesLink = 'https://docs.example.com/meetings/123'\n}) => {\n return (\n <EmailLayout previewText={`Notes from ${meetingTitle}`} title=\"Meeting Recap\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-2\">{meetingTitle}</Text>\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm mb-6\">{date}</Text>\n \n <Section className=\"bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600\">\n <Text className=\"text-gray-900 dark:text-white font-semibold m-0 mb-2\">Summary:</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 m-0\">{summary}</Text>\n </Section>\n\n <Text className=\"text-lg font-bold text-gray-900 dark:text-white mb-4\">Action Items</Text>\n <Section className=\"mb-6\">\n {actionItems.map((item, index) => (\n <Row key={index} className=\"mb-2\">\n <Column style={{ width: '24px' }}><Text className=\"m-0 text-gray-400\">☐</Text></Column>\n <Column><Text className=\"m-0 text-gray-700 dark:text-gray-300\">{item}</Text></Column>\n </Row>\n ))}\n </Section>\n <Section className=\"text-center\"><EmailButton href={notesLink}>View Full Notes</EmailButton></Section>\n </EmailLayout>\n );\n};\n\nexport default MeetingRecap;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;;AAYO,MAAM,YAAY,GAAgC,CAAC,EACxD,YAAY,GAAG,yBAAyB,EACxC,IAAI,GAAG,aAAa,EACpB,OAAO,GAAG,2GAA2G,EACrH,WAAW,GAAG;IACZ,sCAAsC;IACtC,sCAAsC;IACtC;AACD,CAAA,EACD,SAAS,GAAG,uCAAuC,EACpD,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,WAAA,EAAc,YAAY,CAAA,CAAE,EAAE,KAAK,EAAC,eAAe,EAAA,QAAA,EAAA,CAC3EC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAE,YAAY,EAAA,CAAQ,EAC7FA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,+CAA+C,EAAA,QAAA,EAAE,IAAI,EAAA,CAAQ,EAE7ED,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAAA,CAC9GC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,yBAAgB,EACtFA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sCAAsC,EAAA,QAAA,EAAE,OAAO,GAAQ,CAAA,EAAA,CAC/D,EAEVA,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,cAAA,EAAA,CAAoB,EAC1FA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EACtB,WAAW,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,MAC3BD,IAAA,CAAC,GAAG,EAAA,EAAa,SAAS,EAAC,MAAM,EAAA,QAAA,EAAA,CAC/BC,GAAA,CAAC,MAAM,IAAC,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,EAAA,QAAA,EAAEA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,mBAAmB,uBAAS,EAAA,CAAS,EACvFA,GAAA,CAAC,MAAM,EAAA,EAAA,QAAA,EAACA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sCAAsC,EAAA,QAAA,EAAE,IAAI,GAAQ,EAAA,CAAS,CAAA,EAAA,EAF7E,KAAK,CAGT,CACP,CAAC,EAAA,CACM,EACVA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,aAAa,YAACA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,SAAS,EAAA,QAAA,EAAA,iBAAA,EAAA,CAA+B,EAAA,CAAU,CAAA,EAAA,CAC1F;AAElB;;;;"}
@@ -0,0 +1,3 @@
1
+ export * from './LeadershipUpdate';
2
+ export * from './MeetingRecap';
3
+ export * from './CompanyEventsCalendar';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface BirthdayAnniversaryProps {
3
+ employeeName?: string;
4
+ type?: 'Birthday' | 'Work Anniversary';
5
+ years?: number;
6
+ }
7
+ export declare const BirthdayAnniversary: React.FC<BirthdayAnniversaryProps>;
8
+ export default BirthdayAnniversary;
@@ -0,0 +1,14 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailLayout } from '../../../components/EmailLayout.js';
3
+ import 'react';
4
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
5
+
6
+ const BirthdayAnniversary = ({ employeeName = 'Alex', type = 'Work Anniversary', years = 3 }) => {
7
+ const isBirthday = type === 'Birthday';
8
+ return (jsxs(EmailLayout, { previewText: `Happy ${type}, ${employeeName}!`, title: `Happy ${type}!`, children: [jsx(Text, { className: "text-4xl text-center mb-4", children: isBirthday ? '🎂' : '🏆' }), jsxs(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4 text-center", children: ["Happy ", type, ", ", employeeName, "!"] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6 text-center", children: isBirthday
9
+ ? 'Wishing you a fantastic birthday and a great year ahead! We hope you take some time to celebrate and enjoy your special day.'
10
+ : `Thank you for being an amazing part of our team for ${years} ${years === 1 ? 'year' : 'years'}! We deeply appreciate your hard work and dedication.` })] }));
11
+ };
12
+
13
+ export { BirthdayAnniversary, BirthdayAnniversary as default };
14
+ //# sourceMappingURL=BirthdayAnniversary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BirthdayAnniversary.js","sources":["../../../../../../src/components/Email/templates/internal/hr/BirthdayAnniversary.tsx"],"sourcesContent":["import React from 'react';\nimport { Text } from '@react-email/components';\nimport { EmailLayout } from '../../../components';\n\nexport interface BirthdayAnniversaryProps {\n employeeName?: string;\n type?: 'Birthday' | 'Work Anniversary';\n years?: number;\n}\n\nexport const BirthdayAnniversary: React.FC<BirthdayAnniversaryProps> = ({\n employeeName = 'Alex',\n type = 'Work Anniversary',\n years = 3\n}) => {\n const isBirthday = type === 'Birthday';\n return (\n <EmailLayout previewText={`Happy ${type}, ${employeeName}!`} title={`Happy ${type}!`}>\n <Text className=\"text-4xl text-center mb-4\">{isBirthday ? '🎂' : '🏆'}</Text>\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4 text-center\">\n Happy {type}, {employeeName}!\n </Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6 text-center\">\n {isBirthday \n ? 'Wishing you a fantastic birthday and a great year ahead! We hope you take some time to celebrate and enjoy your special day.' \n : `Thank you for being an amazing part of our team for ${years} ${years === 1 ? 'year' : 'years'}! We deeply appreciate your hard work and dedication.`}\n </Text>\n </EmailLayout>\n );\n};\n\nexport default BirthdayAnniversary;"],"names":["_jsxs","_jsx"],"mappings":";;;;;AAUO,MAAM,mBAAmB,GAAuC,CAAC,EACtE,YAAY,GAAG,MAAM,EACrB,IAAI,GAAG,kBAAkB,EACzB,KAAK,GAAG,CAAC,EACV,KAAI;AACH,IAAA,MAAM,UAAU,GAAG,IAAI,KAAK,UAAU;IACtC,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,MAAA,EAAS,IAAI,CAAA,EAAA,EAAK,YAAY,CAAA,CAAA,CAAG,EAAE,KAAK,EAAE,CAAA,MAAA,EAAS,IAAI,CAAA,CAAA,CAAG,EAAA,QAAA,EAAA,CAClFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,2BAA2B,EAAA,QAAA,EAAE,UAAU,GAAG,IAAI,GAAG,IAAI,EAAA,CAAQ,EAC7ED,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,mEAAmE,uBAC1E,IAAI,EAAA,IAAA,EAAI,YAAY,EAAA,GAAA,CAAA,EAAA,CACtB,EACPC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,6EAA6E,EAAA,QAAA,EAC1F;AACC,sBAAE;AACF,sBAAE,CAAA,oDAAA,EAAuD,KAAK,IAAI,KAAK,KAAK,CAAC,GAAG,MAAM,GAAG,OAAO,uDAAuD,EAAA,CACpJ,CAAA,EAAA,CACK;AAElB;;;;"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface EmployeeFarewellProps {
3
+ employeeName?: string;
4
+ role?: string;
5
+ lastDay?: string;
6
+ farewellMessage?: string;
7
+ }
8
+ export declare const EmployeeFarewell: React.FC<EmployeeFarewellProps>;
9
+ export default EmployeeFarewell;
@@ -0,0 +1,13 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailDivider } from '../../../components/EmailDivider.js';
3
+ import { EmailLayout } from '../../../components/EmailLayout.js';
4
+ import 'react';
5
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
6
+ import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
7
+
8
+ const EmployeeFarewell = ({ employeeName = 'Jordan Smith', role = 'Product Manager', lastDay = 'Friday, October 20th', farewellMessage = 'Jordan is moving on to a new adventure. We are incredibly grateful for their contributions over the past few years.' }) => {
9
+ return (jsxs(EmailLayout, { previewText: `Farewell to ${employeeName}`, title: `Farewell ${employeeName}`, children: [jsxs(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: ["Farewell, ", employeeName] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Team, we want to share that ", jsx("strong", { children: employeeName }), ", our ", jsx("strong", { children: role }), ", will be leaving the company. Their last day will be ", jsx("strong", { children: lastDay }), "."] }), jsx(Section, { className: "bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600", children: jsxs(Text, { className: "text-gray-700 dark:text-gray-300 m-0 italic", children: ["\"", farewellMessage, "\""] }) }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm", children: "Please take a moment to reach out and wish them the best in their next chapter!" })] }));
10
+ };
11
+
12
+ export { EmployeeFarewell, EmployeeFarewell as default };
13
+ //# sourceMappingURL=EmployeeFarewell.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmployeeFarewell.js","sources":["../../../../../../src/components/Email/templates/internal/hr/EmployeeFarewell.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailDivider } from '../../../components';\n\nexport interface EmployeeFarewellProps {\n employeeName?: string;\n role?: string;\n lastDay?: string;\n farewellMessage?: string;\n}\n\nexport const EmployeeFarewell: React.FC<EmployeeFarewellProps> = ({\n employeeName = 'Jordan Smith',\n role = 'Product Manager',\n lastDay = 'Friday, October 20th',\n farewellMessage = 'Jordan is moving on to a new adventure. We are incredibly grateful for their contributions over the past few years.'\n}) => {\n return (\n <EmailLayout previewText={`Farewell to ${employeeName}`} title={`Farewell ${employeeName}`}>\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Farewell, {employeeName}</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Team, we want to share that <strong>{employeeName}</strong>, our <strong>{role}</strong>, will be leaving the company. Their last day will be <strong>{lastDay}</strong>.\n </Text>\n <Section className=\"bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600\">\n <Text className=\"text-gray-700 dark:text-gray-300 m-0 italic\">\"{farewellMessage}\"</Text>\n </Section>\n <EmailDivider />\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm\">Please take a moment to reach out and wish them the best in their next chapter!</Text>\n </EmailLayout>\n );\n};\n\nexport default EmployeeFarewell;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;MAWa,gBAAgB,GAAoC,CAAC,EAChE,YAAY,GAAG,cAAc,EAC7B,IAAI,GAAG,iBAAiB,EACxB,OAAO,GAAG,sBAAsB,EAChC,eAAe,GAAG,qHAAqH,EACxI,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,YAAA,EAAe,YAAY,CAAA,CAAE,EAAE,KAAK,EAAE,CAAA,SAAA,EAAY,YAAY,CAAA,CAAE,aACxFA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,CAAA,YAAA,EAAY,YAAY,CAAA,EAAA,CAAQ,EACvGA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,8BAAA,EACnDC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,YAAY,GAAU,EAAA,QAAA,EAAMA,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,IAAI,EAAA,CAAU,4DAAsDA,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,OAAO,EAAA,CAAU,EAAA,GAAA,CAAA,EAAA,CACnK,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAC9GD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,6CAA6C,EAAA,QAAA,EAAA,CAAA,IAAA,EAAG,eAAe,EAAA,IAAA,CAAA,EAAA,CAAS,EAAA,CAChF,EACVC,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,0CAA0C,EAAA,QAAA,EAAA,iFAAA,EAAA,CAAuF,CAAA,EAAA,CACrI;AAElB;;;;"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface ExitInterviewRequestProps {
3
+ employeeName?: string;
4
+ hrContact?: string;
5
+ schedulingLink?: string;
6
+ }
7
+ export declare const ExitInterviewRequest: React.FC<ExitInterviewRequestProps>;
8
+ export default ExitInterviewRequest;