@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,9 @@
1
+ import React from 'react';
2
+ export interface ProjectTerminationProps {
3
+ clientName?: string;
4
+ projectName?: string;
5
+ effectiveDate?: string;
6
+ senderName?: string;
7
+ }
8
+ export declare const ProjectTermination: React.FC<ProjectTerminationProps>;
9
+ export default ProjectTermination;
@@ -0,0 +1,12 @@
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
+ import { Section } from '../../../../node_modules/@react-email/section/dist/index.js';
6
+
7
+ const ProjectTermination = ({ clientName = 'Alex', projectName = 'Monthly Retainer', effectiveDate = 'December 31st', senderName = 'Jordan' }) => {
8
+ return (jsxs(EmailLayout, { previewText: `Notice regarding ${projectName}`, title: "Project Termination", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Contract Notice" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: ["Hi ", clientName, ","] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["I am writing to formally confirm that we will be concluding our work on the ", jsx("strong", { children: projectName }), ". As per our recent discussion, our final day of service will be ", jsx("strong", { children: effectiveDate }), "."] }), 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: jsx(Text, { className: "text-gray-700 dark:text-gray-300 m-0", children: "We will ensure all final deliverables and documentation are securely handed over prior to this date. Final invoicing will be prorated accordingly." }) }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mt-4", children: ["Thank you for the opportunity to work together. Best,", jsx("br", {}), senderName] })] }));
9
+ };
10
+
11
+ export { ProjectTermination, ProjectTermination as default };
12
+ //# sourceMappingURL=ProjectTermination.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProjectTermination.js","sources":["../../../../../src/components/Email/templates/sales/ProjectTermination.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailDivider } from '../../components';\n\nexport interface ProjectTerminationProps {\n clientName?: string;\n projectName?: string;\n effectiveDate?: string;\n senderName?: string;\n}\n\nexport const ProjectTermination: React.FC<ProjectTerminationProps> = ({\n clientName = 'Alex',\n projectName = 'Monthly Retainer',\n effectiveDate = 'December 31st',\n senderName = 'Jordan'\n}) => {\n return (\n <EmailLayout previewText={`Notice regarding ${projectName}`} title=\"Project Termination\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Contract Notice</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">Hi {clientName},</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n I am writing to formally confirm that we will be concluding our work on the <strong>{projectName}</strong>. As per our recent discussion, our final day of service will be <strong>{effectiveDate}</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\">We will ensure all final deliverables and documentation are securely handed over prior to this date. Final invoicing will be prorated accordingly.</Text>\n </Section>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mt-4\">Thank you for the opportunity to work together. Best,<br />{senderName}</Text>\n </EmailLayout>\n );\n};\n\nexport default ProjectTermination;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;MAWa,kBAAkB,GAAsC,CAAC,EACpE,UAAU,GAAG,MAAM,EACnB,WAAW,GAAG,kBAAkB,EAChC,aAAa,GAAG,eAAe,EAC/B,UAAU,GAAG,QAAQ,EACtB,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,iBAAA,EAAoB,WAAW,CAAA,CAAE,EAAE,KAAK,EAAC,qBAAqB,EAAA,QAAA,EAAA,CACtFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,gCAAuB,EAC9FD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAAK,UAAU,SAAS,EACzGA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,8EAAA,EACHC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,WAAW,EAAA,CAAU,EAAA,mEAAA,EAAiEA,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,aAAa,GAAU,EAAA,GAAA,CAAA,EAAA,CACtM,EACPA,GAAA,CAAC,OAAO,IAAC,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAC9GA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sCAAsC,EAAA,QAAA,EAAA,oJAAA,EAAA,CAA0J,EAAA,CACxM,EACVD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,sEAAsDC,GAAA,CAAA,IAAA,EAAA,EAAA,CAAM,EAAC,UAAU,CAAA,EAAA,CAAQ,CAAA,EAAA,CACpJ;AAElB;;;;"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface ProposalAcceptedProps {
3
+ clientName?: string;
4
+ projectName?: string;
5
+ repName?: string;
6
+ nextStepsLink?: string;
7
+ }
8
+ export declare const ProposalAccepted: React.FC<ProposalAcceptedProps>;
9
+ export default ProposalAccepted;
@@ -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 ProposalAccepted = ({ clientName = 'Alex', projectName = 'Q4 Enterprise Engagement', repName = 'Jordan', nextStepsLink = 'https://example.com/onboarding/start' }) => {
9
+ return (jsxs(EmailLayout, { previewText: "It's official! Let's get started.", title: "Proposal Accepted", children: [jsx(Text, { className: "text-3xl text-center mb-4", children: "\uD83C\uDF89" }), jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4 text-center", children: "It's Official!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", clientName, ", we received your signed proposal for the ", jsx("strong", { children: projectName }), ". We are thrilled to officially welcome you aboard and can't wait to start working together!"] }), jsxs(Section, { className: "bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600 text-center", children: [jsx(Text, { className: "text-gray-900 dark:text-white font-semibold m-0 mb-4", children: "Ready to kick things off?" }), jsx(EmailButton, { href: nextStepsLink, children: "Start Onboarding" })] })] }));
10
+ };
11
+
12
+ export { ProposalAccepted, ProposalAccepted as default };
13
+ //# sourceMappingURL=ProposalAccepted.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProposalAccepted.js","sources":["../../../../../src/components/Email/templates/sales/ProposalAccepted.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface ProposalAcceptedProps {\n clientName?: string;\n projectName?: string;\n repName?: string;\n nextStepsLink?: string;\n}\n\nexport const ProposalAccepted: React.FC<ProposalAcceptedProps> = ({\n clientName = 'Alex',\n projectName = 'Q4 Enterprise Engagement',\n repName = 'Jordan',\n nextStepsLink = 'https://example.com/onboarding/start'\n}) => {\n return (\n <EmailLayout previewText=\"It's official! Let's get started.\" title=\"Proposal Accepted\">\n <Text className=\"text-3xl text-center mb-4\">🎉</Text>\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4 text-center\">It's Official!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {clientName}, we received your signed proposal for the <strong>{projectName}</strong>. We are thrilled to officially welcome you aboard and can't wait to start working together!\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 text-center\">\n <Text className=\"text-gray-900 dark:text-white font-semibold m-0 mb-4\">Ready to kick things off?</Text>\n <EmailButton href={nextStepsLink}>Start Onboarding</EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default ProposalAccepted;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;MAWa,gBAAgB,GAAoC,CAAC,EAChE,UAAU,GAAG,MAAM,EACnB,WAAW,GAAG,0BAA0B,EACxC,OAAO,GAAG,QAAQ,EAClB,aAAa,GAAG,sCAAsC,EACvD,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,mCAAmC,EAAC,KAAK,EAAC,mBAAmB,EAAA,QAAA,EAAA,CACpFC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,2BAA2B,EAAA,QAAA,EAAA,cAAA,EAAA,CAAU,EACrDA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,mEAAmE,EAAA,QAAA,EAAA,gBAAA,EAAA,CAAsB,EACzGD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,UAAU,EAAA,6CAAA,EAA4CC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,WAAW,GAAU,EAAA,8FAAA,CAAA,EAAA,CACnF,EACPD,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,yGAAyG,aAC1HC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,2BAAA,EAAA,CAAiC,EACvGA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,aAAa,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAgC,CAAA,EAAA,CACxD,CAAA,EAAA,CACE;AAElB;;;;"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface ScheduleDemoProps {
3
+ prospectName?: string;
4
+ productName?: string;
5
+ repName?: string;
6
+ schedulingLink?: string;
7
+ }
8
+ export declare const ScheduleDemo: React.FC<ScheduleDemoProps>;
9
+ export default ScheduleDemo;
@@ -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 ScheduleDemo = ({ prospectName = 'Alex', productName = 'Beyond UI', repName = 'Jordan', schedulingLink = 'https://calendly.com/example/demo' }) => {
9
+ return (jsxs(EmailLayout, { previewText: `Schedule your customized ${productName} demo`, title: "Schedule a Demo", children: [jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: ["Hi ", prospectName, ","] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: ["Thanks for requesting a demo of ", productName, "! I'm excited to show you how our platform can fit into your workflow."] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Please grab a time on my calendar below that works best for you and your team." }), jsx(Section, { className: "mb-6", children: jsx(EmailButton, { href: schedulingLink, children: "Choose a time" }) }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed", children: ["Talk soon,", jsx("br", {}), repName] })] }));
10
+ };
11
+
12
+ export { ScheduleDemo, ScheduleDemo as default };
13
+ //# sourceMappingURL=ScheduleDemo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScheduleDemo.js","sources":["../../../../../src/components/Email/templates/sales/ScheduleDemo.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../components';\n\nexport interface ScheduleDemoProps {\n prospectName?: string;\n productName?: string;\n repName?: string;\n schedulingLink?: string;\n}\n\nexport const ScheduleDemo: React.FC<ScheduleDemoProps> = ({\n prospectName = 'Alex',\n productName = 'Beyond UI',\n repName = 'Jordan',\n schedulingLink = 'https://calendly.com/example/demo'\n}) => {\n return (\n <EmailLayout previewText={`Schedule your customized ${productName} demo`} title=\"Schedule a Demo\">\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">Hi {prospectName},</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">\n Thanks for requesting a demo of {productName}! I'm excited to show you how our platform can fit into your workflow.\n </Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Please grab a time on my calendar below that works best for you and your team.\n </Text>\n <Section className=\"mb-6\"><EmailButton href={schedulingLink}>Choose a time</EmailButton></Section>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed\">Talk soon,<br />{repName}</Text>\n </EmailLayout>\n );\n};\n\nexport default ScheduleDemo;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;MAWa,YAAY,GAAgC,CAAC,EACxD,YAAY,GAAG,MAAM,EACrB,WAAW,GAAG,WAAW,EACzB,OAAO,GAAG,QAAQ,EAClB,cAAc,GAAG,mCAAmC,EACrD,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,yBAAA,EAA4B,WAAW,CAAA,KAAA,CAAO,EAAE,KAAK,EAAC,iBAAiB,aAC/FA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAAK,YAAY,SAAS,EAC3GA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,kCAAA,EAC9C,WAAW,8EACvC,EACPC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,gFAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EAACA,GAAA,CAAC,WAAW,IAAC,IAAI,EAAE,cAAc,EAAA,QAAA,EAAA,eAAA,EAAA,CAA6B,EAAA,CAAU,EAClGD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,4DAA4D,EAAA,QAAA,EAAA,CAAA,YAAA,EAAWC,aAAM,EAAC,OAAO,CAAA,EAAA,CAAQ,CAAA,EAAA,CACjG;AAElB;;;;"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface SendProposalProps {
3
+ clientName?: string;
4
+ projectName?: string;
5
+ senderName?: string;
6
+ proposalLink?: string;
7
+ }
8
+ export declare const SendProposal: React.FC<SendProposalProps>;
9
+ export default SendProposal;
@@ -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 SendProposal = ({ clientName = 'Alex', projectName = 'Q4 Enterprise Engagement', senderName = 'Jordan', proposalLink = 'https://example.com/proposals/123' }) => {
10
+ return (jsxs(EmailLayout, { previewText: `Your proposal for ${projectName} is ready`, title: "Proposal Attached", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Your Proposal is Ready" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: ["Hi ", clientName, ","] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["It was great speaking with you recently! I have put together a formal proposal and statement of work for the ", jsx("strong", { children: projectName }), " based on our discussion."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: proposalLink, children: "Review Proposal" }) }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed", children: "Please take a look when you have a moment. Let me know if you have any questions or if you'd like to schedule a quick call to go over the details." }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mt-4", children: ["Best,", jsx("br", {}), senderName] })] }));
11
+ };
12
+
13
+ export { SendProposal, SendProposal as default };
14
+ //# sourceMappingURL=SendProposal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendProposal.js","sources":["../../../../../src/components/Email/templates/sales/SendProposal.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface SendProposalProps {\n clientName?: string;\n projectName?: string;\n senderName?: string;\n proposalLink?: string;\n}\n\nexport const SendProposal: React.FC<SendProposalProps> = ({\n clientName = 'Alex',\n projectName = 'Q4 Enterprise Engagement',\n senderName = 'Jordan',\n proposalLink = 'https://example.com/proposals/123'\n}) => {\n return (\n <EmailLayout previewText={`Your proposal for ${projectName} is ready`} title=\"Proposal Attached\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Your Proposal is Ready</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">Hi {clientName},</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n It was great speaking with you recently! I have put together a formal proposal and statement of work for the <strong>{projectName}</strong> based on our discussion.\n </Text>\n <Section className=\"text-center mb-6\"><EmailButton href={proposalLink}>Review Proposal</EmailButton></Section>\n <EmailDivider />\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed\">Please take a look when you have a moment. Let me know if you have any questions or if you'd like to schedule a quick call to go over the details.</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mt-4\">Best,<br />{senderName}</Text>\n </EmailLayout>\n );\n};\n\nexport default SendProposal;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;MAWa,YAAY,GAAgC,CAAC,EACxD,UAAU,GAAG,MAAM,EACnB,WAAW,GAAG,0BAA0B,EACxC,UAAU,GAAG,QAAQ,EACrB,YAAY,GAAG,mCAAmC,EACnD,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,IAAC,WAAW,EAAE,qBAAqB,WAAW,CAAA,SAAA,CAAW,EAAE,KAAK,EAAC,mBAAmB,EAAA,QAAA,EAAA,CAC9FC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,wBAAA,EAAA,CAA8B,EACrGD,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,oBAAK,UAAU,EAAA,GAAA,CAAA,EAAA,CAAS,EACzGA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,+GAAA,EAC8BC,0BAAS,WAAW,EAAA,CAAU,EAAA,2BAAA,CAAA,EAAA,CACtI,EACPA,IAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,YAACA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,EAAA,QAAA,EAAA,iBAAA,EAAA,CAA+B,GAAU,EAC9GA,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,4DAA4D,EAAA,QAAA,EAAA,oJAAA,EAAA,CAA0J,EACtOD,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,sBAAMC,GAAA,CAAA,IAAA,EAAA,EAAA,CAAM,EAAC,UAAU,CAAA,EAAA,CAAQ,CAAA,EAAA,CACpG;AAElB;;;;"}
@@ -0,0 +1,8 @@
1
+ export * from './ColdOutreach';
2
+ export * from './FollowUpEmail';
3
+ export * from './ScheduleDemo';
4
+ export * from './SendProposal';
5
+ export * from './ProposalAccepted';
6
+ export * from './ProjectTermination';
7
+ export * from './ClientWinBack';
8
+ export * from './ClientReferenceRequest';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface AccountDeletedConfirmationProps {
3
+ userName?: string;
4
+ deletionDate?: string;
5
+ reactivationDeadline?: string;
6
+ }
7
+ export declare const AccountDeletedConfirmation: React.FC<AccountDeletedConfirmationProps>;
8
+ export default AccountDeletedConfirmation;
@@ -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 AccountDeletedConfirmation = ({ userName = 'User', deletionDate = 'May 8, 2026', reactivationDeadline = 'June 7, 2026' }) => {
9
+ return (jsxs(EmailLayout, { previewText: "Your account has been deleted", title: "Account Deleted", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Account Deletion Confirmed" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", your account was successfully deleted on ", deletionDate, "."] }), jsx(Section, { className: "bg-red-50 dark:bg-red-900 p-4 rounded-lg mb-6 border border-red-100 dark:border-red-800", children: jsxs(Text, { className: "text-red-800 dark:text-red-200 m-0 leading-relaxed", children: ["Your personal data has been queued for permanent deletion. If you change your mind, you can recover your account by logging in before ", jsx("strong", { children: reactivationDeadline }), ". After this date, all data will be permanently erased and cannot be recovered."] }) }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm", children: "We're sorry to see you go! If you ever decide to come back, you're always welcome." })] }));
10
+ };
11
+
12
+ export { AccountDeletedConfirmation, AccountDeletedConfirmation as default };
13
+ //# sourceMappingURL=AccountDeletedConfirmation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountDeletedConfirmation.js","sources":["../../../../../src/components/Email/templates/security/AccountDeletedConfirmation.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailDivider } from '../../components';\n\nexport interface AccountDeletedConfirmationProps {\n userName?: string;\n deletionDate?: string;\n reactivationDeadline?: string;\n}\n\nexport const AccountDeletedConfirmation: React.FC<AccountDeletedConfirmationProps> = ({\n userName = 'User',\n deletionDate = 'May 8, 2026',\n reactivationDeadline = 'June 7, 2026'\n}) => {\n return (\n <EmailLayout previewText=\"Your account has been deleted\" title=\"Account Deleted\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Account Deletion Confirmed</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, your account was successfully deleted on {deletionDate}.\n </Text>\n <Section className=\"bg-red-50 dark:bg-red-900 p-4 rounded-lg mb-6 border border-red-100 dark:border-red-800\">\n <Text className=\"text-red-800 dark:text-red-200 m-0 leading-relaxed\">\n Your personal data has been queued for permanent deletion. If you change your mind, you can recover your account by logging in before <strong>{reactivationDeadline}</strong>. After this date, all data will be permanently erased and cannot be recovered.\n </Text>\n </Section>\n <EmailDivider />\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm\">We're sorry to see you go! If you ever decide to come back, you're always welcome.</Text>\n </EmailLayout>\n );\n};\n\nexport default AccountDeletedConfirmation;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAUO,MAAM,0BAA0B,GAA8C,CAAC,EACpF,QAAQ,GAAG,MAAM,EACjB,YAAY,GAAG,aAAa,EAC5B,oBAAoB,GAAG,cAAc,EACtC,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,+BAA+B,EAAC,KAAK,EAAC,iBAAiB,EAAA,QAAA,EAAA,CAC9EC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,4BAAA,EAAA,CAAkC,EACzGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,EAAA,6CAAA,EAA6C,YAAY,EAAA,GAAA,CAAA,EAAA,CAChE,EACPC,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,yFAAyF,EAAA,QAAA,EAC1GD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,oDAAoD,EAAA,QAAA,EAAA,CAAA,wIAAA,EACoEC,0BAAS,oBAAoB,EAAA,CAAU,EAAA,iFAAA,CAAA,EAAA,CACxK,EAAA,CACC,EACVA,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,0CAA0C,EAAA,QAAA,EAAA,oFAAA,EAAA,CAA0F,CAAA,EAAA,CACxI;AAElB;;;;"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface ApiKeyCreatedProps {
3
+ userName?: string;
4
+ keyName?: string;
5
+ creationTime?: string;
6
+ settingsLink?: string;
7
+ }
8
+ export declare const ApiKeyCreated: React.FC<ApiKeyCreatedProps>;
9
+ export default ApiKeyCreated;
@@ -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 ApiKeyCreated = ({ userName = 'User', keyName = 'Production Server Key', creationTime = 'May 8, 2026, 14:00 UTC', settingsLink = 'https://example.com/dashboard/developers/api-keys' }) => {
10
+ return (jsxs(EmailLayout, { previewText: "A new API key was generated for your account", title: "Security Alert: API Key Created", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "New API Key Created" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", a new API key (", jsx("strong", { children: keyName }), ") was successfully generated for your workspace on ", creationTime, "."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: settingsLink, children: "Manage API Keys" }) }), jsx(EmailDivider, {}), jsx(Text, { className: "text-red-600 dark:text-red-400 text-sm font-semibold", children: "If you did not request this key, please revoke it immediately and reset your password to secure your account." })] }));
11
+ };
12
+
13
+ export { ApiKeyCreated, ApiKeyCreated as default };
14
+ //# sourceMappingURL=ApiKeyCreated.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ApiKeyCreated.js","sources":["../../../../../src/components/Email/templates/security/ApiKeyCreated.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface ApiKeyCreatedProps {\n userName?: string;\n keyName?: string;\n creationTime?: string;\n settingsLink?: string;\n}\n\nexport const ApiKeyCreated: React.FC<ApiKeyCreatedProps> = ({\n userName = 'User',\n keyName = 'Production Server Key',\n creationTime = 'May 8, 2026, 14:00 UTC',\n settingsLink = 'https://example.com/dashboard/developers/api-keys'\n}) => {\n return (\n <EmailLayout previewText=\"A new API key was generated for your account\" title=\"Security Alert: API Key Created\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">New API Key Created</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, a new API key (<strong>{keyName}</strong>) was successfully generated for your workspace on {creationTime}.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={settingsLink}>Manage API Keys</EmailButton>\n </Section>\n <EmailDivider />\n <Text className=\"text-red-600 dark:text-red-400 text-sm font-semibold\">\n If you did not request this key, please revoke it immediately and reset your password to secure your account.\n </Text>\n </EmailLayout>\n );\n};\n\nexport default ApiKeyCreated;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;MAWa,aAAa,GAAiC,CAAC,EAC1D,QAAQ,GAAG,MAAM,EACjB,OAAO,GAAG,uBAAuB,EACjC,YAAY,GAAG,wBAAwB,EACvC,YAAY,GAAG,mDAAmD,EACnE,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,8CAA8C,EAAC,KAAK,EAAC,iCAAiC,EAAA,QAAA,EAAA,CAC7GC,IAAC,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,EAAA,mBAAA,EAAkBC,0BAAS,OAAO,EAAA,CAAU,EAAA,qDAAA,EAAoD,YAAY,EAAA,GAAA,CAAA,EAAA,CACnH,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,EAAA,QAAA,EAAA,iBAAA,EAAA,CAA+B,EAAA,CACtD,EACVA,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,+GAAA,EAAA,CAE/D,CAAA,EAAA,CACK;AAElB;;;;"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface DataExportReadyProps {
3
+ userName?: string;
4
+ downloadLink?: string;
5
+ expiryDays?: number;
6
+ }
7
+ export declare const DataExportReady: React.FC<DataExportReadyProps>;
8
+ export default DataExportReady;
@@ -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 DataExportReady = ({ userName = 'User', downloadLink = 'https://example.com/account/export/download?token=123', expiryDays = 7 }) => {
9
+ return (jsxs(EmailLayout, { previewText: "Your account data export is ready", title: "Data Export Ready", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Your data export is ready" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", the account data you recently requested is now available for download."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: downloadLink, children: "Download Data Archive" }) }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["For security reasons, this link will expire in ", expiryDays, " days. If you need a new export after that time, you can request another one from your account settings."] })] }));
10
+ };
11
+
12
+ export { DataExportReady, DataExportReady as default };
13
+ //# sourceMappingURL=DataExportReady.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataExportReady.js","sources":["../../../../../src/components/Email/templates/security/DataExportReady.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface DataExportReadyProps {\n userName?: string;\n downloadLink?: string;\n expiryDays?: number;\n}\n\nexport const DataExportReady: React.FC<DataExportReadyProps> = ({\n userName = 'User',\n downloadLink = 'https://example.com/account/export/download?token=123',\n expiryDays = 7\n}) => {\n return (\n <EmailLayout previewText=\"Your account data export is ready\" title=\"Data Export Ready\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Your data export is ready</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, the account data you recently requested is now available for download.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={downloadLink}>Download Data Archive</EmailButton>\n </Section>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n For security reasons, this link will expire in {expiryDays} days. If you need a new export after that time, you can request another one from your account settings.\n </Text>\n </EmailLayout>\n );\n};\n\nexport default DataExportReady;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAUO,MAAM,eAAe,GAAmC,CAAC,EAC9D,QAAQ,GAAG,MAAM,EACjB,YAAY,GAAG,uDAAuD,EACtE,UAAU,GAAG,CAAC,EACf,KAAI;IACH,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,mCAAmC,EAAC,KAAK,EAAC,mBAAmB,EAAA,QAAA,EAAA,CACpFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,2BAAA,EAAA,CAAiC,EACxGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,gFACP,EACPC,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,EAAA,QAAA,EAAA,uBAAA,EAAA,CAAqC,EAAA,CAC5D,EACVD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,iDAAA,EAC/B,UAAU,EAAA,0GAAA,CAAA,EAAA,CACrD,CAAA,EAAA,CACK;AAElB;;;;"}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ export interface NewLoginAlertProps {
3
+ userName?: string;
4
+ deviceInfo?: string;
5
+ location?: string;
6
+ time?: string;
7
+ isThisYouLink?: string;
8
+ }
9
+ export declare const NewLoginAlert: React.FC<NewLoginAlertProps>;
10
+ export default NewLoginAlert;
@@ -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 NewLoginAlert = ({ userName = 'User', deviceInfo = 'Chrome on MacOS', location = 'San Francisco, CA', time = 'May 8, 2026, 2:00 PM UTC', isThisYouLink = 'https://example.com/security' }) => {
9
+ return (jsxs(EmailLayout, { previewText: "New login to your account", title: "New Login Alert", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "New login detected" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: ["Hi ", userName, ", we noticed a new login to your account from an unrecognized device."] }), 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: [jsxs(Text, { className: "text-gray-700 dark:text-gray-300 m-0 mb-2", children: [jsx("strong", { children: "Device:" }), " ", deviceInfo] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 m-0 mb-2", children: [jsx("strong", { children: "Location:" }), " ", location] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 m-0", children: [jsx("strong", { children: "Time:" }), " ", time] })] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "If this was you, you can safely ignore this email. If you don't recognize this activity, please secure your account immediately." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: isThisYouLink, children: "Secure My Account" }) })] }));
10
+ };
11
+
12
+ export { NewLoginAlert, NewLoginAlert as default };
13
+ //# sourceMappingURL=NewLoginAlert.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NewLoginAlert.js","sources":["../../../../../src/components/Email/templates/security/NewLoginAlert.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../components';\n\nexport interface NewLoginAlertProps {\n userName?: string;\n deviceInfo?: string;\n location?: string;\n time?: string;\n isThisYouLink?: string;\n}\n\nexport const NewLoginAlert: React.FC<NewLoginAlertProps> = ({\n userName = 'User',\n deviceInfo = 'Chrome on MacOS',\n location = 'San Francisco, CA',\n time = 'May 8, 2026, 2:00 PM UTC',\n isThisYouLink = 'https://example.com/security'\n}) => {\n return (\n <EmailLayout previewText=\"New login to your account\" title=\"New Login Alert\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">New login detected</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">\n Hi {userName}, we noticed a new login to your account from an unrecognized device.\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 mb-2\"><strong>Device:</strong> {deviceInfo}</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 m-0 mb-2\"><strong>Location:</strong> {location}</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 m-0\"><strong>Time:</strong> {time}</Text>\n </Section>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n If this was you, you can safely ignore this email. If you don't recognize this activity, please secure your account immediately.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={isThisYouLink}>\n Secure My Account\n </EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default NewLoginAlert;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAYO,MAAM,aAAa,GAAiC,CAAC,EAC1D,QAAQ,GAAG,MAAM,EACjB,UAAU,GAAG,iBAAiB,EAC9B,QAAQ,GAAG,mBAAmB,EAC9B,IAAI,GAAG,0BAA0B,EACjC,aAAa,GAAG,8BAA8B,EAC/C,KAAI;IACH,QACEA,KAAC,WAAW,EAAA,EAAC,WAAW,EAAC,2BAA2B,EAAC,KAAK,EAAC,iBAAiB,EAAA,QAAA,EAAA,CAC1EC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,oBAAA,EAAA,CAA0B,EACjGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,oBAC3E,QAAQ,EAAA,uEAAA,CAAA,EAAA,CACP,EACPA,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,aAC9GA,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,2CAA2C,EAAA,QAAA,EAAA,CAACC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAA,SAAA,EAAA,CAAwB,EAAA,GAAA,EAAE,UAAU,CAAA,EAAA,CAAQ,EACxGD,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,2CAA2C,aAACC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAA,WAAA,EAAA,CAA0B,EAAA,GAAA,EAAE,QAAQ,CAAA,EAAA,CAAQ,EACxGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sCAAsC,EAAA,QAAA,EAAA,CAACC,oCAAsB,EAAA,GAAA,EAAE,IAAI,CAAA,EAAA,CAAQ,CAAA,EAAA,CACnF,EACVA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,kIAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,YACnCA,GAAA,CAAC,WAAW,IAAC,IAAI,EAAE,aAAa,EAAA,QAAA,EAAA,mBAAA,EAAA,CAElB,EAAA,CACN,CAAA,EAAA,CACE;AAElB;;;;"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface PolicyUpdateEmailProps {
3
+ userName?: string;
4
+ effectiveDate?: string;
5
+ whatChanged?: string;
6
+ policyLink?: string;
7
+ }
8
+ export declare const PolicyUpdateEmail: React.FC<PolicyUpdateEmailProps>;
9
+ export default PolicyUpdateEmail;
@@ -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 PolicyUpdateEmail = ({ userName = 'User', effectiveDate = 'June 1, 2026', whatChanged = 'We have updated our data retention guidelines and added new provisions for third-party integrations to comply with recent regulations.', policyLink = 'https://example.com/legal/privacy-policy' }) => {
9
+ return (jsxs(EmailLayout, { previewText: "Updates to our Privacy Policy", title: "Policy Update Notice", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Updates to our Privacy Policy" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: ["Hi ", userName, ","] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["We are writing to let you know that we have published an updated Privacy Policy, which will take effect on ", jsx("strong", { children: effectiveDate }), "."] }), 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: "font-semibold text-gray-900 dark:text-white m-0 mb-2", children: "What changed?" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 m-0", children: whatChanged })] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["By continuing to use our services on or after ", effectiveDate, ", you agree to the updated policy."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: policyLink, children: "Read the Full Policy" }) })] }));
10
+ };
11
+
12
+ export { PolicyUpdateEmail, PolicyUpdateEmail as default };
13
+ //# sourceMappingURL=PolicyUpdateEmail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PolicyUpdateEmail.js","sources":["../../../../../src/components/Email/templates/security/PolicyUpdateEmail.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface PolicyUpdateEmailProps {\n userName?: string;\n effectiveDate?: string;\n whatChanged?: string;\n policyLink?: string;\n}\n\nexport const PolicyUpdateEmail: React.FC<PolicyUpdateEmailProps> = ({\n userName = 'User',\n effectiveDate = 'June 1, 2026',\n whatChanged = 'We have updated our data retention guidelines and added new provisions for third-party integrations to comply with recent regulations.',\n policyLink = 'https://example.com/legal/privacy-policy'\n}) => {\n return (\n <EmailLayout previewText=\"Updates to our Privacy Policy\" title=\"Policy Update Notice\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Updates to our Privacy Policy</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">Hi {userName},</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We are writing to let you know that we have published an updated Privacy Policy, which will take effect on <strong>{effectiveDate}</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=\"font-semibold text-gray-900 dark:text-white m-0 mb-2\">What changed?</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 m-0\">{whatChanged}</Text>\n </Section>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">By continuing to use our services on or after {effectiveDate}, you agree to the updated policy.</Text>\n <Section className=\"text-center mb-6\"><EmailButton href={policyLink}>Read the Full Policy</EmailButton></Section>\n </EmailLayout>\n );\n};\n\nexport default PolicyUpdateEmail;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;MAWa,iBAAiB,GAAqC,CAAC,EAClE,QAAQ,GAAG,MAAM,EACjB,aAAa,GAAG,cAAc,EAC9B,WAAW,GAAG,wIAAwI,EACtJ,UAAU,GAAG,0CAA0C,EACxD,KAAI;IACH,QACEA,KAAC,WAAW,EAAA,EAAC,WAAW,EAAC,+BAA+B,EAAC,KAAK,EAAC,sBAAsB,EAAA,QAAA,EAAA,CACnFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,+BAAA,EAAA,CAAqC,EAC5GD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAAK,QAAQ,SAAS,EACvGA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,6GAAA,EAC4BC,0BAAS,aAAa,EAAA,CAAU,SACtI,EACPD,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAAA,CAC9GC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,eAAA,EAAA,CAAqB,EAC3FA,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,sCAAsC,EAAA,QAAA,EAAE,WAAW,GAAQ,CAAA,EAAA,CACnE,EACVD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,gDAAA,EAAgD,aAAa,EAAA,oCAAA,CAAA,EAAA,CAA0C,EACxLC,IAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,YAACA,GAAA,CAAC,WAAW,IAAC,IAAI,EAAE,UAAU,EAAA,QAAA,EAAA,sBAAA,EAAA,CAAoC,EAAA,CAAU,CAAA,EAAA,CACrG;AAElB;;;;"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface TwoFactorCodeProps {
3
+ userName?: string;
4
+ authCode?: string;
5
+ expiryMinutes?: number;
6
+ }
7
+ export declare const TwoFactorCode: React.FC<TwoFactorCodeProps>;
8
+ export default TwoFactorCode;
@@ -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 TwoFactorCode = ({ userName = 'User', authCode = '592 481', expiryMinutes = 10 }) => {
9
+ return (jsxs(EmailLayout, { previewText: `Your authentication code is ${authCode}`, title: "Authentication Code", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Authentication Code" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", please use the verification code below to complete your sign in."] }), jsx(Section, { className: "bg-gray-50 dark:bg-gray-700 border border-gray-200 dark:border-gray-600 rounded-lg p-6 mb-6 text-center", children: jsx(Text, { className: "text-4xl font-mono font-bold tracking-[0.25em] text-gray-900 dark:text-white m-0", children: authCode }) }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["This code will expire in ", expiryMinutes, " minutes."] }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm", children: "If you didn't request this code, please reset your password immediately." })] }));
10
+ };
11
+
12
+ export { TwoFactorCode, TwoFactorCode as default };
13
+ //# sourceMappingURL=TwoFactorCode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TwoFactorCode.js","sources":["../../../../../src/components/Email/templates/security/TwoFactorCode.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailDivider } from '../../components';\n\nexport interface TwoFactorCodeProps {\n userName?: string;\n authCode?: string;\n expiryMinutes?: number;\n}\n\nexport const TwoFactorCode: React.FC<TwoFactorCodeProps> = ({\n userName = 'User',\n authCode = '592 481',\n expiryMinutes = 10\n}) => {\n return (\n <EmailLayout previewText={`Your authentication code is ${authCode}`} title=\"Authentication Code\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Authentication Code</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, please use the verification code below to complete your sign in.\n </Text>\n <Section className=\"bg-gray-50 dark:bg-gray-700 border border-gray-200 dark:border-gray-600 rounded-lg p-6 mb-6 text-center\">\n <Text className=\"text-4xl font-mono font-bold tracking-[0.25em] text-gray-900 dark:text-white m-0\">\n {authCode}\n </Text>\n </Section>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">This code will expire in {expiryMinutes} minutes.</Text>\n <EmailDivider />\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm\">If you didn't request this code, please reset your password immediately.</Text>\n </EmailLayout>\n );\n};\n\nexport default TwoFactorCode;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAUO,MAAM,aAAa,GAAiC,CAAC,EAC1D,QAAQ,GAAG,MAAM,EACjB,QAAQ,GAAG,SAAS,EACpB,aAAa,GAAG,EAAE,EACnB,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,4BAAA,EAA+B,QAAQ,CAAA,CAAE,EAAE,KAAK,EAAC,qBAAqB,EAAA,QAAA,EAAA,CAC9FC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,qBAAA,EAAA,CAA2B,EAClGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,oBAC3E,QAAQ,EAAA,oEAAA,CAAA,EAAA,CACP,EACPC,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,yGAAyG,EAAA,QAAA,EAC1HA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,kFAAkF,EAAA,QAAA,EAC/F,QAAQ,GACJ,EAAA,CACC,EACVD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,2BAAA,EAA2B,aAAa,EAAA,WAAA,CAAA,EAAA,CAAiB,EAC1IC,GAAA,CAAC,YAAY,KAAG,EAChBA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,0CAA0C,EAAA,QAAA,EAAA,0EAAA,EAAA,CAAgF,CAAA,EAAA,CAC9H;AAElB;;;;"}
@@ -0,0 +1,6 @@
1
+ export * from './NewLoginAlert';
2
+ export * from './TwoFactorCode';
3
+ export * from './DataExportReady';
4
+ export * from './PolicyUpdateEmail';
5
+ export * from './AccountDeletedConfirmation';
6
+ export * from './ApiKeyCreated';
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface SupportFeedbackRequestProps {
3
+ userName?: string;
4
+ ticketId?: string;
5
+ goodFeedbackLink?: string;
6
+ badFeedbackLink?: string;
7
+ }
8
+ export declare const SupportFeedbackRequest: React.FC<SupportFeedbackRequestProps>;
9
+ export default SupportFeedbackRequest;
@@ -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 SupportFeedbackRequest = ({ userName = 'User', ticketId = '#12345', goodFeedbackLink = 'https://example.com/support/feedback?rating=good', badFeedbackLink = 'https://example.com/support/feedback?rating=bad' }) => {
11
+ return (jsxs(EmailLayout, { previewText: `How was your support experience for ${ticketId}?`, title: "How did we do?", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "How did we do?" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", your support request (", ticketId, ") has been closed. We'd love to know how your experience was to help us improve our support."] }), jsx(Section, { className: "mb-6", children: jsxs(Row, { children: [jsx(Column, { className: "pr-2", children: jsx(EmailButton, { href: goodFeedbackLink, children: "\uD83D\uDC4D Great" }) }), jsx(Column, { className: "pl-2", children: jsx(EmailButton, { href: badFeedbackLink, children: "\uD83D\uDC4E Needs Work" }) })] }) })] }));
12
+ };
13
+
14
+ export { SupportFeedbackRequest, SupportFeedbackRequest as default };
15
+ //# sourceMappingURL=SupportFeedbackRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SupportFeedbackRequest.js","sources":["../../../../../src/components/Email/templates/support/SupportFeedbackRequest.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section, Row, Column } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../components';\n\nexport interface SupportFeedbackRequestProps {\n userName?: string;\n ticketId?: string;\n goodFeedbackLink?: string;\n badFeedbackLink?: string;\n}\n\nexport const SupportFeedbackRequest: React.FC<SupportFeedbackRequestProps> = ({\n userName = 'User',\n ticketId = '#12345',\n goodFeedbackLink = 'https://example.com/support/feedback?rating=good',\n badFeedbackLink = 'https://example.com/support/feedback?rating=bad'\n}) => {\n return (\n <EmailLayout previewText={`How was your support experience for ${ticketId}?`} title=\"How did we do?\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">How did we do?</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, your support request ({ticketId}) has been closed. We'd love to know how your experience was to help us improve our support.\n </Text>\n <Section className=\"mb-6\">\n <Row>\n <Column className=\"pr-2\">\n <EmailButton href={goodFeedbackLink}>👍 Great</EmailButton>\n </Column>\n <Column className=\"pl-2\">\n <EmailButton href={badFeedbackLink}>👎 Needs Work</EmailButton>\n </Column>\n </Row>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default SupportFeedbackRequest;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;;MAWa,sBAAsB,GAA0C,CAAC,EAC5E,QAAQ,GAAG,MAAM,EACjB,QAAQ,GAAG,QAAQ,EACnB,gBAAgB,GAAG,kDAAkD,EACrE,eAAe,GAAG,iDAAiD,EACpE,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,oCAAA,EAAuC,QAAQ,CAAA,CAAA,CAAG,EAAE,KAAK,EAAC,gBAAgB,EAAA,QAAA,EAAA,CAClGC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,+BAAsB,EAC7FD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,8BAA0B,QAAQ,EAAA,8FAAA,CAAA,EAAA,CACzC,EACPC,GAAA,CAAC,OAAO,IAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EACvBD,KAAC,GAAG,EAAA,EAAA,QAAA,EAAA,CACFC,GAAA,CAAC,MAAM,IAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EACtBA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,gBAAgB,mCAAwB,EAAA,CACpD,EACTA,GAAA,CAAC,MAAM,IAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EACtBA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,eAAe,EAAA,QAAA,EAAA,yBAAA,EAAA,CAA6B,EAAA,CACxD,IACL,EAAA,CACE,CAAA,EAAA,CACE;AAElB;;;;"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface TicketCreatedEmailProps {
3
+ userName?: string;
4
+ ticketId?: string;
5
+ subject?: string;
6
+ portalLink?: string;
7
+ }
8
+ export declare const TicketCreatedEmail: React.FC<TicketCreatedEmailProps>;
9
+ export default TicketCreatedEmail;
@@ -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 TicketCreatedEmail = ({ userName = 'User', ticketId = '#12345', subject = 'Issue with login', portalLink = 'https://example.com/support/12345' }) => {
9
+ return (jsxs(EmailLayout, { previewText: `Ticket Received: ${ticketId}`, title: "Ticket Created", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "We've received your request" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", thanks for reaching out. We have created a support ticket for your request (", ticketId, "). Our team will get back to you as soon as possible."] }), 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: "font-semibold text-gray-900 dark:text-white m-0", children: "Subject:" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 m-0 mt-1", children: subject })] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: portalLink, children: "View Ticket Status" }) })] }));
10
+ };
11
+
12
+ export { TicketCreatedEmail, TicketCreatedEmail as default };
13
+ //# sourceMappingURL=TicketCreatedEmail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TicketCreatedEmail.js","sources":["../../../../../src/components/Email/templates/support/TicketCreatedEmail.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../components';\n\nexport interface TicketCreatedEmailProps {\n userName?: string;\n ticketId?: string;\n subject?: string;\n portalLink?: string;\n}\n\nexport const TicketCreatedEmail: React.FC<TicketCreatedEmailProps> = ({\n userName = 'User',\n ticketId = '#12345',\n subject = 'Issue with login',\n portalLink = 'https://example.com/support/12345'\n}) => {\n return (\n <EmailLayout previewText={`Ticket Received: ${ticketId}`} title=\"Ticket Created\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">We've received your request</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, thanks for reaching out. We have created a support ticket for your request ({ticketId}). Our team will get back to you as soon as possible.\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=\"font-semibold text-gray-900 dark:text-white m-0\">Subject:</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 m-0 mt-1\">{subject}</Text>\n </Section>\n <Section className=\"text-center mb-6\">\n <EmailButton href={portalLink}>\n View Ticket Status\n </EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default TicketCreatedEmail;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;MAWa,kBAAkB,GAAsC,CAAC,EACpE,QAAQ,GAAG,MAAM,EACjB,QAAQ,GAAG,QAAQ,EACnB,OAAO,GAAG,kBAAkB,EAC5B,UAAU,GAAG,mCAAmC,EACjD,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,iBAAA,EAAoB,QAAQ,CAAA,CAAE,EAAE,KAAK,EAAC,gBAAgB,EAAA,QAAA,EAAA,CAC9EC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,4CAAmC,EAC1GD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,oFAAgF,QAAQ,EAAA,uDAAA,CAAA,EAAA,CAC/F,EACPA,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,aAC9GC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iDAAiD,EAAA,QAAA,EAAA,UAAA,EAAA,CAAgB,EACjFA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,2CAA2C,YAAE,OAAO,EAAA,CAAQ,CAAA,EAAA,CACpE,EACVA,IAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,UAAU,mCAEf,EAAA,CACN,CAAA,EAAA,CACE;AAElB;;;;"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface TicketReplyEmailProps {
3
+ userName?: string;
4
+ ticketId?: string;
5
+ replyPreview?: string;
6
+ portalLink?: string;
7
+ }
8
+ export declare const TicketReplyEmail: React.FC<TicketReplyEmailProps>;
9
+ export default TicketReplyEmail;
@@ -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 TicketReplyEmail = ({ userName = 'User', ticketId = '#12345', replyPreview = "Hello! I've taken a look at your account and I believe I found the issue. We've applied a fix on our end...", portalLink = 'https://example.com/support/12345' }) => {
10
+ return (jsxs(EmailLayout, { previewText: `New reply on ticket ${ticketId}`, title: "New Ticket Reply", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Update on your request" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", a support agent has replied to your ticket (", jsx("strong", { children: ticketId }), ")."] }), jsx(Section, { className: "bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border-l-4 border-blue-500 dark:border-blue-400", children: jsxs(Text, { className: "text-gray-700 dark:text-gray-300 m-0 italic", children: ["\"", replyPreview, "\""] }) }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: portalLink, children: "View Full Reply" }) }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm", children: "You can also reply directly to this email to update your ticket." })] }));
11
+ };
12
+
13
+ export { TicketReplyEmail, TicketReplyEmail as default };
14
+ //# sourceMappingURL=TicketReplyEmail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TicketReplyEmail.js","sources":["../../../../../src/components/Email/templates/support/TicketReplyEmail.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface TicketReplyEmailProps {\n userName?: string;\n ticketId?: string;\n replyPreview?: string;\n portalLink?: string;\n}\n\nexport const TicketReplyEmail: React.FC<TicketReplyEmailProps> = ({\n userName = 'User',\n ticketId = '#12345',\n replyPreview = \"Hello! I've taken a look at your account and I believe I found the issue. We've applied a fix on our end...\",\n portalLink = 'https://example.com/support/12345'\n}) => {\n return (\n <EmailLayout previewText={`New reply on ticket ${ticketId}`} title=\"New Ticket Reply\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Update on your request</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, a support agent has replied to your ticket (<strong>{ticketId}</strong>).\n </Text>\n <Section className=\"bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border-l-4 border-blue-500 dark:border-blue-400\">\n <Text className=\"text-gray-700 dark:text-gray-300 m-0 italic\">\"{replyPreview}\"</Text>\n </Section>\n <Section className=\"text-center mb-6\"><EmailButton href={portalLink}>View Full Reply</EmailButton></Section>\n <EmailDivider />\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm\">You can also reply directly to this email to update your ticket.</Text>\n </EmailLayout>\n );\n};\n\nexport default TicketReplyEmail;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;MAWa,gBAAgB,GAAoC,CAAC,EAChE,QAAQ,GAAG,MAAM,EACjB,QAAQ,GAAG,QAAQ,EACnB,YAAY,GAAG,6GAA6G,EAC5H,UAAU,GAAG,mCAAmC,EACjD,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,oBAAA,EAAuB,QAAQ,CAAA,CAAE,EAAE,KAAK,EAAC,kBAAkB,aACnFC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,wBAAA,EAAA,CAA8B,EACrGD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,EAAA,gDAAA,EAA+CC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,QAAQ,EAAA,CAAU,EAAA,IAAA,CAAA,EAAA,CACjF,EACPA,GAAA,CAAC,OAAO,IAAC,SAAS,EAAC,iGAAiG,EAAA,QAAA,EAClHD,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,6CAA6C,mBAAG,YAAY,EAAA,IAAA,CAAA,EAAA,CAAS,EAAA,CAC7E,EACVC,IAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,YAACA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,UAAU,EAAA,QAAA,EAAA,iBAAA,EAAA,CAA+B,GAAU,EAC5GA,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,0CAA0C,EAAA,QAAA,EAAA,kEAAA,EAAA,CAAwE,CAAA,EAAA,CACtH;AAElB;;;;"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface TicketResolvedEmailProps {
3
+ userName?: string;
4
+ ticketId?: string;
5
+ resolutionSummary?: string;
6
+ feedbackLink?: string;
7
+ }
8
+ export declare const TicketResolvedEmail: React.FC<TicketResolvedEmailProps>;
9
+ export default TicketResolvedEmail;
@@ -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 TicketResolvedEmail = ({ userName = 'User', ticketId = '#12345', resolutionSummary = 'We have successfully fixed the login issue on your account. You should now be able to access the dashboard normally.', feedbackLink = 'https://example.com/support/feedback/12345' }) => {
10
+ return (jsxs(EmailLayout, { previewText: `Ticket ${ticketId} has been resolved`, title: "Ticket Resolved", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Your ticket has been resolved" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", your support request (", ticketId, ") has been marked as resolved by our team."] }), 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: "font-semibold text-gray-900 dark:text-white m-0 mb-2", children: "Resolution Note:" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 m-0 italic", children: ["\"", resolutionSummary, "\""] })] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "How did we do? We'd love to hear your feedback on how we handled your request." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: feedbackLink, children: "Leave Feedback" }) }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm", children: "If your issue is still not resolved, you can reply directly to this email to reopen the ticket." })] }));
11
+ };
12
+
13
+ export { TicketResolvedEmail, TicketResolvedEmail as default };
14
+ //# sourceMappingURL=TicketResolvedEmail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TicketResolvedEmail.js","sources":["../../../../../src/components/Email/templates/support/TicketResolvedEmail.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface TicketResolvedEmailProps {\n userName?: string;\n ticketId?: string;\n resolutionSummary?: string;\n feedbackLink?: string;\n}\n\nexport const TicketResolvedEmail: React.FC<TicketResolvedEmailProps> = ({\n userName = 'User',\n ticketId = '#12345',\n resolutionSummary = 'We have successfully fixed the login issue on your account. You should now be able to access the dashboard normally.',\n feedbackLink = 'https://example.com/support/feedback/12345'\n}) => {\n return (\n <EmailLayout previewText={`Ticket ${ticketId} has been resolved`} title=\"Ticket Resolved\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Your ticket has been resolved</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, your support request ({ticketId}) has been marked as resolved by our team.\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=\"font-semibold text-gray-900 dark:text-white m-0 mb-2\">Resolution Note:</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 m-0 italic\">\"{resolutionSummary}\"</Text>\n </Section>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n How did we do? We'd love to hear your feedback on how we handled your request.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={feedbackLink}>Leave Feedback</EmailButton>\n </Section>\n <EmailDivider />\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm\">If your issue is still not resolved, you can reply directly to this email to reopen the ticket.</Text>\n </EmailLayout>\n );\n};\n\nexport default TicketResolvedEmail;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;MAWa,mBAAmB,GAAuC,CAAC,EACtE,QAAQ,GAAG,MAAM,EACjB,QAAQ,GAAG,QAAQ,EACnB,iBAAiB,GAAG,sHAAsH,EAC1I,YAAY,GAAG,4CAA4C,EAC5D,KAAI;IACH,QACEA,KAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,OAAA,EAAU,QAAQ,CAAA,kBAAA,CAAoB,EAAE,KAAK,EAAC,iBAAiB,aACvFC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,+BAAA,EAAA,CAAqC,EAC5GD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,EAAA,0BAAA,EAA0B,QAAQ,kDACzC,EACPA,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAAA,CAC9GC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAwB,EAC9FD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,6CAA6C,EAAA,QAAA,EAAA,CAAA,IAAA,EAAG,iBAAiB,UAAS,CAAA,EAAA,CAClF,EACVC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,+FAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,EAAA,QAAA,EAAA,gBAAA,EAAA,CAA8B,EAAA,CACrD,EACVA,GAAA,CAAC,YAAY,KAAG,EAChBA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,0CAA0C,EAAA,QAAA,EAAA,iGAAA,EAAA,CAAuG,CAAA,EAAA,CACrJ;AAElB;;;;"}
@@ -0,0 +1,4 @@
1
+ export * from './TicketCreatedEmail';
2
+ export * from './TicketResolvedEmail';
3
+ export * from './TicketReplyEmail';
4
+ export * from './SupportFeedbackRequest';
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ export interface IncidentReportProps {
3
+ incidentSummary?: string;
4
+ duration?: string;
5
+ rootCause?: string;
6
+ fixApplied?: string;
7
+ statusPageLink?: string;
8
+ }
9
+ export declare const IncidentReport: React.FC<IncidentReportProps>;
10
+ export default IncidentReport;
@@ -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 IncidentReport = ({ incidentSummary = 'Database connectivity issues causing intermittent downtime.', duration = '45 minutes (14:00 UTC - 14:45 UTC)', rootCause = 'A misconfigured network route caused a spike in latency between our application layer and the primary database cluster.', fixApplied = 'We have reverted the network routing change and implemented new automated tests to prevent this specific configuration error from being deployed again.', statusPageLink = 'https://status.example.com/incidents/123' }) => {
9
+ return (jsxs(EmailLayout, { previewText: "Incident Report & Post-Mortem", title: "Incident Report", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Post-Incident Report" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "We recently experienced a service disruption. We know you rely on our platform, and we sincerely apologize for the inconvenience. Here is a summary of what happened and how we fixed it." }), jsxs(Section, { className: "bg-gray-50 dark:bg-gray-700 p-6 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 mb-4", children: [jsx("strong", { children: "Incident:" }), jsx("br", {}), incidentSummary] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 m-0 mb-4", children: [jsx("strong", { children: "Duration:" }), jsx("br", {}), duration] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 m-0 mb-4", children: [jsx("strong", { children: "Root Cause:" }), jsx("br", {}), rootCause] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 m-0", children: [jsx("strong", { children: "Resolution & Prevention:" }), jsx("br", {}), fixApplied] })] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: statusPageLink, children: "View Full Status Report" }) }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed", children: "Thank you for your patience and understanding while we resolved this issue." })] }));
10
+ };
11
+
12
+ export { IncidentReport, IncidentReport as default };
13
+ //# sourceMappingURL=IncidentReport.js.map