@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 WebinarConfirmationProps {
3
+ userName?: string;
4
+ webinarTitle?: string;
5
+ dateTime?: string;
6
+ joinLink?: string;
7
+ }
8
+ export declare const WebinarConfirmation: React.FC<WebinarConfirmationProps>;
9
+ export default WebinarConfirmation;
@@ -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 WebinarConfirmation = ({ userName = 'Alex', webinarTitle = 'Mastering React Email Components', dateTime = 'Thursday, Nov 12th @ 1:00 PM EST', joinLink = 'https://zoom.us/j/123456789' }) => {
10
+ return (jsxs(EmailLayout, { previewText: `Registration Confirmed: ${webinarTitle}`, title: "Webinar Confirmation", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "You're Registered!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", your spot for ", jsx("strong", { children: webinarTitle }), " has been confirmed. We can't wait to see you there!"] }), 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-500 dark:text-gray-400 text-sm font-semibold uppercase tracking-wider mb-2 m-0", children: "When" }), jsx(Text, { className: "text-lg font-bold text-gray-900 dark:text-white m-0", children: dateTime })] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: joinLink, children: "Join Webinar" }) }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm text-center", children: "Pro tip: Add this to your calendar so you don't miss it!" })] }));
11
+ };
12
+
13
+ export { WebinarConfirmation, WebinarConfirmation as default };
14
+ //# sourceMappingURL=WebinarConfirmation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WebinarConfirmation.js","sources":["../../../../../../src/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../../components';\n\nexport interface WebinarConfirmationProps {\n userName?: string;\n webinarTitle?: string;\n dateTime?: string;\n joinLink?: string;\n}\n\nexport const WebinarConfirmation: React.FC<WebinarConfirmationProps> = ({\n userName = 'Alex',\n webinarTitle = 'Mastering React Email Components',\n dateTime = 'Thursday, Nov 12th @ 1:00 PM EST',\n joinLink = 'https://zoom.us/j/123456789'\n}) => {\n return (\n <EmailLayout previewText={`Registration Confirmed: ${webinarTitle}`} title=\"Webinar Confirmation\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">You're Registered!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, your spot for <strong>{webinarTitle}</strong> has been confirmed. We can't wait to see you there!\n </Text>\n \n <Section className=\"bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600 text-center\">\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm font-semibold uppercase tracking-wider mb-2 m-0\">When</Text>\n <Text className=\"text-lg font-bold text-gray-900 dark:text-white m-0\">{dateTime}</Text>\n </Section>\n\n <Section className=\"text-center mb-6\">\n <EmailButton href={joinLink}>Join Webinar</EmailButton>\n </Section>\n <EmailDivider />\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm text-center\">Pro tip: Add this to your calendar so you don't miss it!</Text>\n </EmailLayout>\n );\n};\n\nexport default WebinarConfirmation;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;MAWa,mBAAmB,GAAuC,CAAC,EACtE,QAAQ,GAAG,MAAM,EACjB,YAAY,GAAG,kCAAkC,EACjD,QAAQ,GAAG,kCAAkC,EAC7C,QAAQ,GAAG,6BAA6B,EACzC,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,IAAC,WAAW,EAAE,2BAA2B,YAAY,CAAA,CAAE,EAAE,KAAK,EAAC,sBAAsB,EAAA,QAAA,EAAA,CAC/FC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,oBAAA,EAAA,CAA0B,EACjGD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,sBAAiBC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,YAAY,GAAU,EAAA,sDAAA,CAAA,EAAA,CACvD,EAEPD,KAAC,OAAO,EAAA,EAAC,SAAS,EAAC,yGAAyG,aAC1HC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,0FAA0F,EAAA,QAAA,EAAA,MAAA,EAAA,CAAY,EACtHA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,qDAAqD,YAAE,QAAQ,EAAA,CAAQ,IAC/E,EAEVA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,QAAQ,6BAA4B,EAAA,CAC/C,EACVA,IAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,0DAAA,EAAA,CAAgE,CAAA,EAAA,CAC1H;AAElB;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const WebinarFollowup: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default WebinarFollowup;
@@ -0,0 +1,11 @@
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 WebinarFollowup = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Thanks for attending! Here's the recording.", title: "Webinar Followup", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Thanks for joining us!" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "It was great having you at our latest live session. In case you missed anything, or if you want to review the slides, we've uploaded the full replay." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Watch the Replay" }) })] }));
9
+
10
+ export { WebinarFollowup, WebinarFollowup as default };
11
+ //# sourceMappingURL=WebinarFollowup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WebinarFollowup.js","sources":["../../../../../../src/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const WebinarFollowup: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Thanks for attending! Here's the recording.\" title=\"Webinar Followup\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Thanks for joining us!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n It was great having you at our latest live session. In case you missed anything, or if you want to review the slides, we've uploaded the full replay.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Watch the Replay</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default WebinarFollowup;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,eAAe,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACzEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,6CAA6C,EAAC,KAAK,EAAC,kBAAkB,EAAA,QAAA,EAAA,CAC7FC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,wBAAA,EAAA,CAA8B,EACrGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,uJAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAgC,EAAA,CAC/C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const WebinarReminder: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default WebinarReminder;
@@ -0,0 +1,11 @@
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 WebinarReminder = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Starting in 1 hour!", title: "Webinar Reminder", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Starting Soon!" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "This is a quick reminder that our upcoming webinar is starting in exactly one hour. Grab a coffee, test your connection, and we'll see you inside!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Join the Room" }) })] }));
9
+
10
+ export { WebinarReminder, WebinarReminder as default };
11
+ //# sourceMappingURL=WebinarReminder.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WebinarReminder.js","sources":["../../../../../../src/components/Email/templates/marketing/lead-nurturing/WebinarReminder.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const WebinarReminder: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Starting in 1 hour!\" title=\"Webinar Reminder\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Starting Soon!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n This is a quick reminder that our upcoming webinar is starting in exactly one hour. Grab a coffee, test your connection, and we'll see you inside!\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Join the Room</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default WebinarReminder;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,eAAe,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACzEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,qBAAqB,EAAC,KAAK,EAAC,kBAAkB,EAAA,QAAA,EAAA,CACrEC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,gBAAA,EAAA,CAAsB,EAC7FA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,oJAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,eAAA,EAAA,CAA6B,EAAA,CAC5C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,7 @@
1
+ export * from './LeadMagnetDelivery';
2
+ export * from './WebinarConfirmation';
3
+ export * from './WebinarReminder';
4
+ export * from './WebinarFollowup';
5
+ export * from './DripCampaignDay1';
6
+ export * from './DripCampaignComplete';
7
+ export * from './CaseStudyDelivery';
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const CuratedIndustryNews: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default CuratedIndustryNews;
@@ -0,0 +1,11 @@
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 CuratedIndustryNews = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "The latest news and trends", title: "Industry Roundup", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Weekly Industry News" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "We scoured the web to find the most important news, updates, and trends in the industry so you don't have to. Here's what you need to know this week." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Read the Roundup" }) })] }));
9
+
10
+ export { CuratedIndustryNews, CuratedIndustryNews as default };
11
+ //# sourceMappingURL=CuratedIndustryNews.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CuratedIndustryNews.js","sources":["../../../../../../src/components/Email/templates/marketing/newsletters/CuratedIndustryNews.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const CuratedIndustryNews: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"The latest news and trends\" title=\"Industry Roundup\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Weekly Industry News</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We scoured the web to find the most important news, updates, and trends in the industry so you don't have to. Here's what you need to know this week.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Read the Roundup</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default CuratedIndustryNews;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,mBAAmB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC7EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,4BAA4B,EAAC,KAAK,EAAC,kBAAkB,EAAA,QAAA,EAAA,CAC5EC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,sBAAA,EAAA,CAA4B,EACnGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,uJAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAgC,EAAA,CAC/C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ export interface MonthlyDigestProps {
3
+ userName?: string;
4
+ monthName?: string;
5
+ topStories?: {
6
+ title: string;
7
+ link: string;
8
+ }[];
9
+ stats?: {
10
+ label: string;
11
+ value: string | number;
12
+ }[];
13
+ dashboardLink?: string;
14
+ }
15
+ export declare const MonthlyDigest: React.FC<MonthlyDigestProps>;
16
+ export default MonthlyDigest;
@@ -0,0 +1,22 @@
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
+ import { Link } from '../../../../../node_modules/@react-email/link/dist/index.js';
10
+
11
+ const MonthlyDigest = ({ userName = 'Alex', monthName = 'October', topStories = [
12
+ { title: 'The Future of AI in SaaS', link: 'https://example.com/blog/ai' },
13
+ { title: '10 Tips to Boost Productivity', link: 'https://example.com/blog/productivity' }
14
+ ], stats = [
15
+ { label: 'Hours Saved', value: 12 },
16
+ { label: 'Tasks Completed', value: 45 }
17
+ ], dashboardLink = 'https://example.com/dashboard' }) => {
18
+ return (jsxs(EmailLayout, { previewText: `Your ${monthName} recap is here!`, title: `${monthName} Digest`, children: [jsxs(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: ["Your ", monthName, " Recap"] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", ", monthName, " was a busy month! Here is a quick look at what you accomplished and what you might have missed."] }), 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: [jsx(Text, { className: "text-gray-900 dark:text-white font-bold mb-4 m-0", children: "Your Impact" }), stats.map((stat, index) => (jsxs(Row, { className: "mb-2", children: [jsx(Column, { children: jsx(Text, { className: "text-gray-600 dark:text-gray-300 m-0", children: stat.label }) }), jsx(Column, { className: "text-right", children: jsx(Text, { className: "text-blue-600 dark:text-blue-400 font-bold m-0", children: stat.value }) })] }, index)))] }), jsxs(Section, { className: "mb-6", children: [jsx(Text, { className: "text-gray-900 dark:text-white font-bold mb-4 m-0", children: "Top Stories" }), topStories.map((story, index) => (jsx(Text, { className: "m-0 mb-2", children: jsx(Link, { href: story.link, className: "text-blue-600 dark:text-blue-400 font-semibold hover:underline", children: story.title }) }, index)))] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: dashboardLink, children: "View Your Dashboard" }) })] }));
19
+ };
20
+
21
+ export { MonthlyDigest, MonthlyDigest as default };
22
+ //# sourceMappingURL=MonthlyDigest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MonthlyDigest.js","sources":["../../../../../../src/components/Email/templates/marketing/newsletters/MonthlyDigest.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section, Link, Row, Column } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport interface MonthlyDigestProps {\n userName?: string;\n monthName?: string;\n topStories?: { title: string; link: string }[];\n stats?: { label: string; value: string | number }[];\n dashboardLink?: string;\n}\n\nexport const MonthlyDigest: React.FC<MonthlyDigestProps> = ({\n userName = 'Alex',\n monthName = 'October',\n topStories = [\n { title: 'The Future of AI in SaaS', link: 'https://example.com/blog/ai' },\n { title: '10 Tips to Boost Productivity', link: 'https://example.com/blog/productivity' }\n ],\n stats = [\n { label: 'Hours Saved', value: 12 },\n { label: 'Tasks Completed', value: 45 }\n ],\n dashboardLink = 'https://example.com/dashboard'\n}) => {\n return (\n <EmailLayout previewText={`Your ${monthName} recap is here!`} title={`${monthName} Digest`}>\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Your {monthName} Recap</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, {monthName} was a busy month! Here is a quick look at what you accomplished and what you might have missed.\n </Text>\n\n <Section className=\"bg-gray-50 dark:bg-gray-700 p-6 rounded-lg mb-6 border border-gray-100 dark:border-gray-600\">\n <Text className=\"text-gray-900 dark:text-white font-bold mb-4 m-0\">Your Impact</Text>\n {stats.map((stat, index) => (\n <Row key={index} className=\"mb-2\">\n <Column><Text className=\"text-gray-600 dark:text-gray-300 m-0\">{stat.label}</Text></Column>\n <Column className=\"text-right\"><Text className=\"text-blue-600 dark:text-blue-400 font-bold m-0\">{stat.value}</Text></Column>\n </Row>\n ))}\n </Section>\n\n <Section className=\"mb-6\">\n <Text className=\"text-gray-900 dark:text-white font-bold mb-4 m-0\">Top Stories</Text>\n {topStories.map((story, index) => (\n <Text key={index} className=\"m-0 mb-2\">\n <Link href={story.link} className=\"text-blue-600 dark:text-blue-400 font-semibold hover:underline\">\n {story.title}\n </Link>\n </Text>\n ))}\n </Section>\n\n <Section className=\"text-center mb-6\">\n <EmailButton href={dashboardLink}>View Your Dashboard</EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default MonthlyDigest;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;;;AAYO,MAAM,aAAa,GAAiC,CAAC,EAC1D,QAAQ,GAAG,MAAM,EACjB,SAAS,GAAG,SAAS,EACrB,UAAU,GAAG;AACX,IAAA,EAAE,KAAK,EAAE,0BAA0B,EAAE,IAAI,EAAE,6BAA6B,EAAE;AAC1E,IAAA,EAAE,KAAK,EAAE,+BAA+B,EAAE,IAAI,EAAE,uCAAuC;AACxF,CAAA,EACD,KAAK,GAAG;AACN,IAAA,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,EAAE,EAAE;AACnC,IAAA,EAAE,KAAK,EAAE,iBAAiB,EAAE,KAAK,EAAE,EAAE;AACtC,CAAA,EACD,aAAa,GAAG,+BAA+B,EAChD,KAAI;IACH,QACEA,KAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,KAAA,EAAQ,SAAS,CAAA,eAAA,CAAiB,EAAE,KAAK,EAAE,CAAA,EAAG,SAAS,CAAA,OAAA,CAAS,EAAA,QAAA,EAAA,CACxFA,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,sBAAO,SAAS,EAAA,QAAA,CAAA,EAAA,CAAc,EACrGA,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,QAAI,SAAS,EAAA,kGAAA,CAAA,EAAA,CACpB,EAEPA,IAAA,CAAC,OAAO,IAAC,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAAA,CAC9GC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,kDAAkD,EAAA,QAAA,EAAA,aAAA,EAAA,CAAmB,EACpF,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,MACrBD,IAAA,CAAC,GAAG,IAAa,SAAS,EAAC,MAAM,EAAA,QAAA,EAAA,CAC/BC,GAAA,CAAC,MAAM,EAAA,EAAA,QAAA,EAACA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sCAAsC,EAAA,QAAA,EAAE,IAAI,CAAC,KAAK,GAAQ,EAAA,CAAS,EAC3FA,IAAC,MAAM,EAAA,EAAC,SAAS,EAAC,YAAY,YAACA,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,gDAAgD,EAAA,QAAA,EAAE,IAAI,CAAC,KAAK,EAAA,CAAQ,GAAS,CAAA,EAAA,EAFpH,KAAK,CAGT,CACP,CAAC,IACM,EAEVD,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EAAA,CACvBC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,kDAAkD,4BAAmB,EACpF,UAAU,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,KAAK,MAC3BA,GAAA,CAAC,IAAI,EAAA,EAAa,SAAS,EAAC,UAAU,EAAA,QAAA,EACpCA,IAAC,IAAI,EAAA,EAAC,IAAI,EAAE,KAAK,CAAC,IAAI,EAAE,SAAS,EAAC,gEAAgE,YAC/F,KAAK,CAAC,KAAK,EAAA,CACP,EAAA,EAHE,KAAK,CAIT,CACR,CAAC,CAAA,EAAA,CACM,EAEVA,IAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,YACnCA,GAAA,CAAC,WAAW,IAAC,IAAI,EAAE,aAAa,EAAA,QAAA,EAAA,qBAAA,EAAA,CAAmC,EAAA,CAC3D,CAAA,EAAA,CACE;AAElB;;;;"}
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ export interface Article {
3
+ title: string;
4
+ excerpt: string;
5
+ readTime: number;
6
+ link: string;
7
+ }
8
+ export interface WeeklyNewsletterProps {
9
+ username?: string;
10
+ weekNumber?: number;
11
+ featuredArticles?: Article[];
12
+ topPickTitle?: string;
13
+ communityHighlight?: string;
14
+ }
15
+ export declare const WeeklyNewsletter: React.FC<WeeklyNewsletterProps>;
16
+ export default WeeklyNewsletter;
@@ -0,0 +1,29 @@
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 { Heading } from '../../../../../node_modules/@react-email/heading/dist/index.js';
6
+ import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
7
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
8
+ import { Link } from '../../../../../node_modules/@react-email/link/dist/index.js';
9
+
10
+ const WeeklyNewsletter = ({ username = 'Reader', weekNumber = 42, featuredArticles = [
11
+ {
12
+ title: '10 Tips for Better React Components',
13
+ excerpt: 'Learn how to write more maintainable and scalable React components with these simple tips.',
14
+ readTime: 5,
15
+ link: 'https://example.com/blog/react-tips'
16
+ },
17
+ {
18
+ title: 'Understanding Server Actions in Next.js',
19
+ excerpt: 'A deep dive into how Server Actions work and when to use them in your Next.js applications.',
20
+ readTime: 8,
21
+ link: 'https://example.com/blog/server-actions'
22
+ }
23
+ ], topPickTitle = 'The Future of Web Development', communityHighlight = 'This week, we want to shout out @johndoe for their amazing contribution to our open-source repository!', }) => {
24
+ const previewText = `Your weekly roundup: ${topPickTitle} and more →`;
25
+ return (jsxs(EmailLayout, { previewText: previewText, title: `Week ${weekNumber} Newsletter`, children: [jsxs(Section, { className: "bg-blue-50 dark:bg-blue-900 rounded-lg p-8 mb-6 text-center border-b-4 border-blue-500", children: [jsxs(Heading, { className: "text-3xl font-bold text-gray-900 dark:text-white m-0", children: ["Beyond", jsx("span", { className: "text-blue-600 dark:text-blue-400", children: "Weekly" })] }), jsxs(Text, { className: "text-gray-600 dark:text-gray-300 mt-2 m-0", children: ["Week ", weekNumber] })] }), jsxs(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: ["Hey ", username, " \uD83D\uDC4B"] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Here's what you missed this week. We've curated the best content to help you stay ahead." }), jsxs(Section, { className: "mb-6", children: [jsx(Heading, { className: "text-xl font-semibold text-gray-900 dark:text-white border-b-2 border-gray-100 dark:border-gray-700 pb-2 mb-4", children: "Top Reads This Week" }), featuredArticles.map((article, index) => (jsxs(Section, { className: "mb-6", children: [jsx(Link, { href: article.link, className: "text-blue-600 dark:text-blue-400 font-semibold text-lg hover:underline", children: article.title }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base mt-1 mb-2", children: article.excerpt }), jsxs(Text, { className: "text-gray-400 dark:text-gray-500 text-xs font-semibold uppercase tracking-wider m-0", children: [article.readTime, " min read"] })] }, index)))] }), 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: [jsx(Text, { className: "text-blue-600 dark:text-blue-400 font-bold text-xs uppercase tracking-wider m-0 mb-2", children: "\u2B50 Editor's Top Pick" }), jsx(Heading, { className: "text-xl font-bold text-gray-900 dark:text-white m-0 mb-4", children: topPickTitle }), jsx(EmailButton, { href: "#", children: "Read Now \u2192" })] }), jsxs(Section, { className: "bg-blue-50 dark:bg-blue-900 p-6 rounded-lg mb-6 border border-blue-100 dark:border-blue-800", children: [jsx(Heading, { className: "text-lg font-semibold text-blue-900 dark:text-blue-100 m-0 mb-2", children: "\uD83C\uDF1F Community Corner" }), jsxs(Text, { className: "text-blue-800 dark:text-blue-200 italic m-0 mb-4", children: ["\"", communityHighlight, "\""] }), jsx(Link, { href: "#", className: "text-blue-600 dark:text-blue-400 font-semibold text-sm hover:underline", children: "Share your story \u2192" })] })] }));
26
+ };
27
+
28
+ export { WeeklyNewsletter, WeeklyNewsletter as default };
29
+ //# sourceMappingURL=WeeklyNewsletter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WeeklyNewsletter.js","sources":["../../../../../../src/components/Email/templates/marketing/newsletters/WeeklyNewsletter.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section, Link, Heading } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport interface Article {\n title: string;\n excerpt: string;\n readTime: number;\n link: string;\n}\n\nexport interface WeeklyNewsletterProps {\n username?: string;\n weekNumber?: number;\n featuredArticles?: Article[];\n topPickTitle?: string;\n communityHighlight?: string;\n}\n\nexport const WeeklyNewsletter: React.FC<WeeklyNewsletterProps> = ({\n username = 'Reader',\n weekNumber = 42,\n featuredArticles = [\n {\n title: '10 Tips for Better React Components',\n excerpt: 'Learn how to write more maintainable and scalable React components with these simple tips.',\n readTime: 5,\n link: 'https://example.com/blog/react-tips'\n },\n {\n title: 'Understanding Server Actions in Next.js',\n excerpt: 'A deep dive into how Server Actions work and when to use them in your Next.js applications.',\n readTime: 8,\n link: 'https://example.com/blog/server-actions'\n }\n ],\n topPickTitle = 'The Future of Web Development',\n communityHighlight = 'This week, we want to shout out @johndoe for their amazing contribution to our open-source repository!',\n}) => {\n const previewText = `Your weekly roundup: ${topPickTitle} and more →`;\n\n return (\n <EmailLayout previewText={previewText} title={`Week ${weekNumber} Newsletter`}>\n <Section className=\"bg-blue-50 dark:bg-blue-900 rounded-lg p-8 mb-6 text-center border-b-4 border-blue-500\">\n <Heading className=\"text-3xl font-bold text-gray-900 dark:text-white m-0\">\n Beyond<span className=\"text-blue-600 dark:text-blue-400\">Weekly</span>\n </Heading>\n <Text className=\"text-gray-600 dark:text-gray-300 mt-2 m-0\">Week {weekNumber}</Text>\n </Section>\n\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Hey {username} 👋</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Here's what you missed this week. We've curated the best content to help you stay ahead.\n </Text>\n\n <Section className=\"mb-6\">\n <Heading className=\"text-xl font-semibold text-gray-900 dark:text-white border-b-2 border-gray-100 dark:border-gray-700 pb-2 mb-4\">\n Top Reads This Week\n </Heading>\n \n {featuredArticles.map((article, index) => (\n <Section key={index} className=\"mb-6\">\n <Link href={article.link} className=\"text-blue-600 dark:text-blue-400 font-semibold text-lg hover:underline\">\n {article.title}\n </Link>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base mt-1 mb-2\">\n {article.excerpt}\n </Text>\n <Text className=\"text-gray-400 dark:text-gray-500 text-xs font-semibold uppercase tracking-wider m-0\">\n {article.readTime} min read\n </Text>\n </Section>\n ))}\n </Section>\n\n <Section className=\"bg-gray-50 dark:bg-gray-700 p-6 rounded-lg mb-6 border border-gray-100 dark:border-gray-600\">\n <Text className=\"text-blue-600 dark:text-blue-400 font-bold text-xs uppercase tracking-wider m-0 mb-2\">\n ⭐ Editor's Top Pick\n </Text>\n <Heading className=\"text-xl font-bold text-gray-900 dark:text-white m-0 mb-4\">\n {topPickTitle}\n </Heading>\n <EmailButton href=\"#\">Read Now →</EmailButton>\n </Section>\n\n <Section className=\"bg-blue-50 dark:bg-blue-900 p-6 rounded-lg mb-6 border border-blue-100 dark:border-blue-800\">\n <Heading className=\"text-lg font-semibold text-blue-900 dark:text-blue-100 m-0 mb-2\">\n 🌟 Community Corner\n </Heading>\n <Text className=\"text-blue-800 dark:text-blue-200 italic m-0 mb-4\">\n \"{communityHighlight}\"\n </Text>\n <Link href=\"#\" className=\"text-blue-600 dark:text-blue-400 font-semibold text-sm hover:underline\">\n Share your story →\n </Link>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default WeeklyNewsletter;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;;AAmBO,MAAM,gBAAgB,GAAoC,CAAC,EAChE,QAAQ,GAAG,QAAQ,EACnB,UAAU,GAAG,EAAE,EACf,gBAAgB,GAAG;AACjB,IAAA;AACE,QAAA,KAAK,EAAE,qCAAqC;AAC5C,QAAA,OAAO,EAAE,4FAA4F;AACrG,QAAA,QAAQ,EAAE,CAAC;AACX,QAAA,IAAI,EAAE;AACP,KAAA;AACD,IAAA;AACE,QAAA,KAAK,EAAE,yCAAyC;AAChD,QAAA,OAAO,EAAE,6FAA6F;AACtG,QAAA,QAAQ,EAAE,CAAC;AACX,QAAA,IAAI,EAAE;AACP;CACF,EACD,YAAY,GAAG,+BAA+B,EAC9C,kBAAkB,GAAG,wGAAwG,GAC9H,KAAI;AACH,IAAA,MAAM,WAAW,GAAG,CAAA,qBAAA,EAAwB,YAAY,aAAa;IAErE,QACEA,KAAC,WAAW,EAAA,EAAC,WAAW,EAAE,WAAW,EAAE,KAAK,EAAE,CAAA,KAAA,EAAQ,UAAU,CAAA,WAAA,CAAa,EAAA,QAAA,EAAA,CAC3EA,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,wFAAwF,EAAA,QAAA,EAAA,CACzGA,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,CAAA,QAAA,EACjEC,GAAA,CAAA,MAAA,EAAA,EAAM,SAAS,EAAC,kCAAkC,uBAAc,CAAA,EAAA,CAC9D,EACVD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,2CAA2C,EAAA,QAAA,EAAA,CAAA,OAAA,EAAO,UAAU,CAAA,EAAA,CAAQ,CAAA,EAAA,CAC5E,EAEVA,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,CAAA,MAAA,EAAM,QAAQ,EAAA,eAAA,CAAA,EAAA,CAAW,EAChGC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,0FAAA,EAAA,CAE1E,EAEPD,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EAAA,CACvBC,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,+GAA+G,EAAA,QAAA,EAAA,qBAAA,EAAA,CAExH,EAET,gBAAgB,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,KAAK,MACnCD,IAAA,CAAC,OAAO,EAAA,EAAa,SAAS,EAAC,MAAM,EAAA,QAAA,EAAA,CACnCC,GAAA,CAAC,IAAI,EAAA,EAAC,IAAI,EAAE,OAAO,CAAC,IAAI,EAAE,SAAS,EAAC,wEAAwE,EAAA,QAAA,EACzG,OAAO,CAAC,KAAK,EAAA,CACT,EACPA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EACnE,OAAO,CAAC,OAAO,EAAA,CACX,EACPD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,qFAAqF,EAAA,QAAA,EAAA,CAClG,OAAO,CAAC,QAAQ,EAAA,WAAA,CAAA,EAAA,CACZ,CAAA,EAAA,EATK,KAAK,CAUT,CACX,CAAC,IACM,EAEVA,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAAA,CAC9GC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sFAAsF,EAAA,QAAA,EAAA,0BAAA,EAAA,CAE/F,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,0DAA0D,EAAA,QAAA,EAC1E,YAAY,EAAA,CACL,EACVA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAC,GAAG,EAAA,QAAA,EAAA,iBAAA,EAAA,CAAyB,CAAA,EAAA,CACtC,EAEVD,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,aAC9GC,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,iEAAiE,8CAE1E,EACVD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,kDAAkD,EAAA,QAAA,EAAA,CAAA,IAAA,EAC9D,kBAAkB,EAAA,IAAA,CAAA,EAAA,CACf,EACPC,GAAA,CAAC,IAAI,IAAC,IAAI,EAAC,GAAG,EAAC,SAAS,EAAC,wEAAwE,EAAA,QAAA,EAAA,yBAAA,EAAA,CAE1F,CAAA,EAAA,CACC,CAAA,EAAA,CACE;AAElB;;;;"}
@@ -0,0 +1,3 @@
1
+ export * from './WeeklyNewsletter';
2
+ export * from './MonthlyDigest';
3
+ export * from './CuratedIndustryNews';
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ export interface EmailCartItem {
3
+ name: string;
4
+ price: string;
5
+ image: string;
6
+ }
7
+ export interface AbandonedCartProps {
8
+ userName?: string;
9
+ cartItems?: EmailCartItem[];
10
+ totalValue?: string;
11
+ checkoutLink?: string;
12
+ discountCode?: string;
13
+ }
14
+ export declare const AbandonedCart: React.FC<AbandonedCartProps>;
15
+ export default AbandonedCart;
@@ -0,0 +1,20 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../../components/EmailButton.js';
3
+ import { EmailDivider } from '../../../components/EmailDivider.js';
4
+ import { EmailLayout } from '../../../components/EmailLayout.js';
5
+ import 'react';
6
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
7
+ import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
8
+ import { Row } from '../../../../../node_modules/@react-email/row/dist/index.js';
9
+ import { Column } from '../../../../../node_modules/@react-email/column/dist/index.js';
10
+ import { Img } from '../../../../../node_modules/@react-email/img/dist/index.js';
11
+
12
+ const AbandonedCart = ({ userName = 'Alex', cartItems = [
13
+ { name: 'Premium UI Kit License', price: '$49.00', image: 'https://via.placeholder.com/100' },
14
+ { name: '1 Year Updates & Support', price: '$29.00', image: 'https://via.placeholder.com/100' }
15
+ ], totalValue = '$78.00', checkoutLink = 'https://example.com/checkout/recover/123', discountCode = 'COMEBACK10' }) => {
16
+ return (jsxs(EmailLayout, { previewText: "You left something behind...", title: "Complete Your Purchase", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Did you forget something?" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", we noticed you left some great items in your cart. They are selling out fast, but we've saved them for you for a little while longer!"] }), 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: [cartItems.map((item, index) => (jsxs(Row, { className: "mb-4", children: [jsx(Column, { style: { width: '60px' }, children: jsx(Img, { src: item.image, width: "50", height: "50", alt: item.name, className: "rounded-md border border-gray-200 dark:border-gray-600" }) }), jsxs(Column, { children: [jsx(Text, { className: "text-gray-900 dark:text-white font-semibold m-0", children: item.name }), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm m-0", children: item.price })] })] }, index))), jsx(EmailDivider, {}), jsxs(Text, { className: "text-gray-900 dark:text-white font-bold text-right m-0", children: ["Total: ", totalValue] })] }), jsxs(Section, { className: "bg-blue-50 dark:bg-blue-900 p-4 rounded-lg mb-6 text-center border border-blue-100 dark:border-blue-800", children: [jsx(Text, { className: "text-blue-800 dark:text-blue-200 font-semibold m-0 mb-2", children: "Ready to checkout? Use this code for 10% off:" }), jsx(Text, { className: "text-2xl font-bold font-mono tracking-widest text-blue-600 dark:text-blue-400 m-0", children: discountCode })] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: checkoutLink, children: "Complete Purchase" }) })] }));
17
+ };
18
+
19
+ export { AbandonedCart, AbandonedCart as default };
20
+ //# sourceMappingURL=AbandonedCart.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AbandonedCart.js","sources":["../../../../../../src/components/Email/templates/marketing/promotional/AbandonedCart.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section, Row, Column, Img } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../../components';\n\nexport interface EmailCartItem {\n name: string;\n price: string;\n image: string;\n}\n\nexport interface AbandonedCartProps {\n userName?: string;\n cartItems?: EmailCartItem[];\n totalValue?: string;\n checkoutLink?: string;\n discountCode?: string;\n}\n\nexport const AbandonedCart: React.FC<AbandonedCartProps> = ({\n userName = 'Alex',\n cartItems = [\n { name: 'Premium UI Kit License', price: '$49.00', image: 'https://via.placeholder.com/100' },\n { name: '1 Year Updates & Support', price: '$29.00', image: 'https://via.placeholder.com/100' }\n ],\n totalValue = '$78.00',\n checkoutLink = 'https://example.com/checkout/recover/123',\n discountCode = 'COMEBACK10'\n}) => {\n return (\n <EmailLayout previewText=\"You left something behind...\" title=\"Complete Your Purchase\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Did you forget something?</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, we noticed you left some great items in your cart. They are selling out fast, but we've saved them for you for a little while longer!\n </Text>\n\n <Section className=\"bg-gray-50 dark:bg-gray-700 p-6 rounded-lg mb-6 border border-gray-100 dark:border-gray-600\">\n {cartItems.map((item, index) => (\n <Row key={index} className=\"mb-4\">\n <Column style={{ width: '60px' }}>\n <Img src={item.image} width=\"50\" height=\"50\" alt={item.name} className=\"rounded-md border border-gray-200 dark:border-gray-600\" />\n </Column>\n <Column>\n <Text className=\"text-gray-900 dark:text-white font-semibold m-0\">{item.name}</Text>\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm m-0\">{item.price}</Text>\n </Column>\n </Row>\n ))}\n <EmailDivider />\n <Text className=\"text-gray-900 dark:text-white font-bold text-right m-0\">Total: {totalValue}</Text>\n </Section>\n\n <Section className=\"bg-blue-50 dark:bg-blue-900 p-4 rounded-lg mb-6 text-center border border-blue-100 dark:border-blue-800\">\n <Text className=\"text-blue-800 dark:text-blue-200 font-semibold m-0 mb-2\">Ready to checkout? Use this code for 10% off:</Text>\n <Text className=\"text-2xl font-bold font-mono tracking-widest text-blue-600 dark:text-blue-400 m-0\">{discountCode}</Text>\n </Section>\n\n <Section className=\"text-center mb-6\">\n <EmailButton href={checkoutLink}>Complete Purchase</EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default AbandonedCart;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;;;;AAkBO,MAAM,aAAa,GAAiC,CAAC,EAC1D,QAAQ,GAAG,MAAM,EACjB,SAAS,GAAG;IACV,EAAE,IAAI,EAAE,wBAAwB,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,iCAAiC,EAAE;IAC7F,EAAE,IAAI,EAAE,0BAA0B,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,iCAAiC;AAC9F,CAAA,EACD,UAAU,GAAG,QAAQ,EACrB,YAAY,GAAG,0CAA0C,EACzD,YAAY,GAAG,YAAY,EAC5B,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,IAAC,WAAW,EAAC,8BAA8B,EAAC,KAAK,EAAC,wBAAwB,EAAA,QAAA,EAAA,CACpFC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,0CAAiC,EACxGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,EAAA,yIAAA,CAAA,EAAA,CACP,EAEPA,KAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,aAC7G,SAAS,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,MACzBA,IAAA,CAAC,GAAG,IAAa,SAAS,EAAC,MAAM,EAAA,QAAA,EAAA,CAC/BC,GAAA,CAAC,MAAM,EAAA,EAAC,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,YAC9BA,GAAA,CAAC,GAAG,IAAC,GAAG,EAAE,IAAI,CAAC,KAAK,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,GAAG,EAAE,IAAI,CAAC,IAAI,EAAE,SAAS,EAAC,wDAAwD,GAAG,EAAA,CAC3H,EACTD,KAAC,MAAM,EAAA,EAAA,QAAA,EAAA,CACLC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iDAAiD,YAAE,IAAI,CAAC,IAAI,EAAA,CAAQ,EACpFA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,8CAA8C,YAAE,IAAI,CAAC,KAAK,EAAA,CAAQ,CAAA,EAAA,CAC3E,KAPD,KAAK,CAQT,CACP,CAAC,EACFA,IAAC,YAAY,EAAA,EAAA,CAAG,EAChBD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,wDAAwD,EAAA,QAAA,EAAA,CAAA,SAAA,EAAS,UAAU,IAAQ,CAAA,EAAA,CAC3F,EAEVA,KAAC,OAAO,EAAA,EAAC,SAAS,EAAC,yGAAyG,aAC1HC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,yDAAyD,EAAA,QAAA,EAAA,+CAAA,EAAA,CAAqD,EAC9HA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,mFAAmF,YAAE,YAAY,EAAA,CAAQ,IACjH,EAEVA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,kCAAiC,EAAA,CACxD,CAAA,EAAA,CACE;AAElB;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const BackInStock: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default BackInStock;
@@ -0,0 +1,11 @@
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 BackInStock = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "It's back!", title: "Back in Stock", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Back in Stock!" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "You asked us to notify you when it returned, and it's finally here! Your requested item is back in stock." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Shop Now" }) })] }));
9
+
10
+ export { BackInStock, BackInStock as default };
11
+ //# sourceMappingURL=BackInStock.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackInStock.js","sources":["../../../../../../src/components/Email/templates/marketing/promotional/BackInStock.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const BackInStock: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"It's back!\" title=\"Back in Stock\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Back in Stock!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n You asked us to notify you when it returned, and it's finally here! Your requested item is back in stock.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Shop Now</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default BackInStock;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,WAAW,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACrEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,YAAY,EAAC,KAAK,EAAC,eAAe,EAAA,QAAA,EAAA,CACzDC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,gBAAA,EAAA,CAAsB,EAC7FA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,2GAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,UAAA,EAAA,CAAwB,EAAA,CACvC,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const BirthdayOffer: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default BirthdayOffer;
@@ -0,0 +1,11 @@
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 BirthdayOffer = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "We got you a little something...", title: "Happy Birthday", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Happy Birthday! \uD83C\uDF82" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "To help you celebrate your special day, we've deposited a special discount code into your account!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Claim Your Gift" }) })] }));
9
+
10
+ export { BirthdayOffer, BirthdayOffer as default };
11
+ //# sourceMappingURL=BirthdayOffer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BirthdayOffer.js","sources":["../../../../../../src/components/Email/templates/marketing/promotional/BirthdayOffer.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const BirthdayOffer: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"We got you a little something...\" title=\"Happy Birthday\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Happy Birthday! 🎂</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n To help you celebrate your special day, we've deposited a special discount code into your account! \n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Claim Your Gift</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default BirthdayOffer;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,aAAa,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACvEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,kCAAkC,EAAC,KAAK,EAAC,gBAAgB,EAAA,QAAA,EAAA,CAChFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,8BAAA,EAAA,CAA0B,EACjGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,oGAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,iBAAA,EAAA,CAA+B,EAAA,CAC9C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const BrowseAbandonment: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default BrowseAbandonment;
@@ -0,0 +1,11 @@
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 BrowseAbandonment = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Still thinking about it?", title: "Items you viewed", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Did something catch your eye?" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "We noticed you were browsing some of our top-rated products. If you have any questions or need help deciding, our team is here for you!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Take another look" }) })] }));
9
+
10
+ export { BrowseAbandonment, BrowseAbandonment as default };
11
+ //# sourceMappingURL=BrowseAbandonment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BrowseAbandonment.js","sources":["../../../../../../src/components/Email/templates/marketing/promotional/BrowseAbandonment.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const BrowseAbandonment: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Still thinking about it?\" title=\"Items you viewed\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Did something catch your eye?</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We noticed you were browsing some of our top-rated products. If you have any questions or need help deciding, our team is here for you!\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Take another look</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default BrowseAbandonment;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,iBAAiB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC3EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,0BAA0B,EAAC,KAAK,EAAC,kBAAkB,EAAA,QAAA,EAAA,CAC1EC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,+BAAA,EAAA,CAAqC,EAC5GA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,yIAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,mBAAA,EAAA,CAAiC,EAAA,CAChD,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface FlashSaleProps {
3
+ discountAmount?: string;
4
+ saleName?: string;
5
+ endTime?: string;
6
+ shopLink?: string;
7
+ }
8
+ export declare const FlashSale: React.FC<FlashSaleProps>;
9
+ export default FlashSale;
@@ -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 { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
7
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
8
+
9
+ const FlashSale = ({ discountAmount = '40%', saleName = 'Summer Flash Sale', endTime = 'Midnight Tonight', shopLink = 'https://example.com/sale' }) => {
10
+ return (jsxs(EmailLayout, { previewText: `${discountAmount} OFF ends ${endTime}!`, title: saleName, children: [jsxs(Section, { className: "bg-red-600 dark:bg-red-700 p-8 rounded-lg mb-6 text-center", children: [jsx(Text, { className: "text-white font-bold tracking-widest text-xs uppercase m-0 mb-2", children: saleName }), jsxs(Text, { className: "text-6xl font-bold text-white m-0 mb-4", children: [discountAmount, " OFF"] }), jsx(Text, { className: "text-red-100 text-base m-0", children: "Everything sitewide. No code needed." })] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6 text-center", children: ["Our biggest sale of the season is here, but it won't last long. Grab your favorite items before the prices go back up at ", jsx("strong", { children: endTime }), "."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: shopLink, children: "Shop The Sale Now" }) }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm text-center", children: "Discount applies automatically at checkout. Excludes enterprise plans." })] }));
11
+ };
12
+
13
+ export { FlashSale, FlashSale as default };
14
+ //# sourceMappingURL=FlashSale.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FlashSale.js","sources":["../../../../../../src/components/Email/templates/marketing/promotional/FlashSale.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../../components';\n\nexport interface FlashSaleProps {\n discountAmount?: string;\n saleName?: string;\n endTime?: string;\n shopLink?: string;\n}\n\nexport const FlashSale: React.FC<FlashSaleProps> = ({\n discountAmount = '40%',\n saleName = 'Summer Flash Sale',\n endTime = 'Midnight Tonight',\n shopLink = 'https://example.com/sale'\n}) => {\n return (\n <EmailLayout previewText={`${discountAmount} OFF ends ${endTime}!`} title={saleName}>\n <Section className=\"bg-red-600 dark:bg-red-700 p-8 rounded-lg mb-6 text-center\">\n <Text className=\"text-white font-bold tracking-widest text-xs uppercase m-0 mb-2\">{saleName}</Text>\n <Text className=\"text-6xl font-bold text-white m-0 mb-4\">{discountAmount} OFF</Text>\n <Text className=\"text-red-100 text-base m-0\">Everything sitewide. No code needed.</Text>\n </Section>\n\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6 text-center\">\n Our biggest sale of the season is here, but it won't last long. Grab your favorite items before the prices go back up at <strong>{endTime}</strong>.\n </Text>\n\n <Section className=\"text-center mb-6\"><EmailButton href={shopLink}>Shop The Sale Now</EmailButton></Section>\n <EmailDivider />\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm text-center\">Discount applies automatically at checkout. Excludes enterprise plans.</Text>\n </EmailLayout>\n );\n};\n\nexport default FlashSale;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;MAWa,SAAS,GAA6B,CAAC,EAClD,cAAc,GAAG,KAAK,EACtB,QAAQ,GAAG,mBAAmB,EAC9B,OAAO,GAAG,kBAAkB,EAC5B,QAAQ,GAAG,0BAA0B,EACtC,KAAI;IACH,QACEA,KAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,EAAG,cAAc,CAAA,UAAA,EAAa,OAAO,GAAG,EAAE,KAAK,EAAE,QAAQ,EAAA,QAAA,EAAA,CACjFA,KAAC,OAAO,EAAA,EAAC,SAAS,EAAC,4DAA4D,aAC7EC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAE,QAAQ,GAAQ,EACnGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,wCAAwC,EAAA,QAAA,EAAA,CAAE,cAAc,EAAA,MAAA,CAAA,EAAA,CAAY,EACpFC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,4BAA4B,qDAA4C,CAAA,EAAA,CAChF,EAEVD,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,6EAA6E,0IAC8BC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,OAAO,GAAU,EAAA,GAAA,CAAA,EAAA,CAC9I,EAEPA,IAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,YAACA,GAAA,CAAC,WAAW,IAAC,IAAI,EAAE,QAAQ,EAAA,QAAA,EAAA,mBAAA,EAAA,CAAiC,EAAA,CAAU,EAC5GA,GAAA,CAAC,YAAY,KAAG,EAChBA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,wEAAA,EAAA,CAA8E,CAAA,EAAA,CACxI;AAElB;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const MilestoneDiscount: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default MilestoneDiscount;
@@ -0,0 +1,11 @@
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 MilestoneDiscount = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Thanks for being loyal!", title: "Milestone Reached", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "You hit a milestone! \uD83C\uDF1F" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Thanks for your ongoing loyalty. You've reached a new tier in our rewards program, unlocking exclusive discounts and perks." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "View Your Perks" }) })] }));
9
+
10
+ export { MilestoneDiscount, MilestoneDiscount as default };
11
+ //# sourceMappingURL=MilestoneDiscount.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MilestoneDiscount.js","sources":["../../../../../../src/components/Email/templates/marketing/promotional/MilestoneDiscount.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const MilestoneDiscount: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Thanks for being loyal!\" title=\"Milestone Reached\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">You hit a milestone! 🌟</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Thanks for your ongoing loyalty. You've reached a new tier in our rewards program, unlocking exclusive discounts and perks.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>View Your Perks</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default MilestoneDiscount;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,iBAAiB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC3EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,yBAAyB,EAAC,KAAK,EAAC,mBAAmB,EAAA,QAAA,EAAA,CAC1EC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,mCAAA,EAAA,CAA+B,EACtGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,6HAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,iBAAA,EAAA,CAA+B,EAAA,CAC9C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const PriceDropAlert: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default PriceDropAlert;
@@ -0,0 +1,11 @@
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 PriceDropAlert = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Great news! The price just dropped.", title: "Price Drop Alert", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Price Drop Alert \uD83D\uDCC9" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Great news! An item you've been keeping your eye on recently dropped in price. Grab it now before it's gone." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Shop the Item" }) })] }));
9
+
10
+ export { PriceDropAlert, PriceDropAlert as default };
11
+ //# sourceMappingURL=PriceDropAlert.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PriceDropAlert.js","sources":["../../../../../../src/components/Email/templates/marketing/promotional/PriceDropAlert.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const PriceDropAlert: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Great news! The price just dropped.\" title=\"Price Drop Alert\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Price Drop Alert 📉</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Great news! An item you've been keeping your eye on recently dropped in price. Grab it now before it's gone.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Shop the Item</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default PriceDropAlert;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,cAAc,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACxEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,qCAAqC,EAAC,KAAK,EAAC,kBAAkB,EAAA,QAAA,EAAA,CACrFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,+BAAA,EAAA,CAA2B,EAClGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,8GAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,eAAA,EAAA,CAA6B,EAAA,CAC5C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const SeasonalCampaign: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default SeasonalCampaign;
@@ -0,0 +1,11 @@
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 SeasonalCampaign = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Celebrate the season with us!", title: "Holiday Special", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Happy Holidays! \uD83C\uDF81" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "To celebrate the season, we are offering exclusive bundles and discounts. Treat yourself or find the perfect gift." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "View Offers" }) })] }));
9
+
10
+ export { SeasonalCampaign, SeasonalCampaign as default };
11
+ //# sourceMappingURL=SeasonalCampaign.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SeasonalCampaign.js","sources":["../../../../../../src/components/Email/templates/marketing/promotional/SeasonalCampaign.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const SeasonalCampaign: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Celebrate the season with us!\" title=\"Holiday Special\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Happy Holidays! 🎁</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n To celebrate the season, we are offering exclusive bundles and discounts. Treat yourself or find the perfect gift.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>View Offers</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default SeasonalCampaign;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,gBAAgB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC1EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,+BAA+B,EAAC,KAAK,EAAC,iBAAiB,EAAA,QAAA,EAAA,CAC9EC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,8BAAA,EAAA,CAA0B,EACjGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,oHAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,aAAA,EAAA,CAA2B,EAAA,CAC1C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,8 @@
1
+ export * from './AbandonedCart';
2
+ export * from './FlashSale';
3
+ export * from './BrowseAbandonment';
4
+ export * from './PriceDropAlert';
5
+ export * from './BackInStock';
6
+ export * from './SeasonalCampaign';
7
+ export * from './BirthdayOffer';
8
+ export * from './MilestoneDiscount';
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const ComeBack60Day: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default ComeBack60Day;
@@ -0,0 +1,11 @@
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 ComeBack60Day = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "You've been missed!", title: "Come Back", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "It's been a while!" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "It's been two months since we last saw you. Our platform has evolved a lot since then, and we'd love to show you around." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Log In to See What's New" }) })] }));
9
+
10
+ export { ComeBack60Day, ComeBack60Day as default };
11
+ //# sourceMappingURL=ComeBack60Day.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ComeBack60Day.js","sources":["../../../../../../src/components/Email/templates/marketing/reengagement/ComeBack60Day.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const ComeBack60Day: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"You've been missed!\" title=\"Come Back\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">It's been a while!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n It's been two months since we last saw you. Our platform has evolved a lot since then, and we'd love to show you around. \n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Log In to See What's New</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default ComeBack60Day;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,aAAa,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACvEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,qBAAqB,EAAC,KAAK,EAAC,WAAW,EAAA,QAAA,EAAA,CAC9DC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,oBAAA,EAAA,CAA0B,EACjGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,0HAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,0BAAA,EAAA,CAAwC,EAAA,CACvD,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const LastChance90Day: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default LastChance90Day;