@beyondcorp/beyond-ui 1.3.12 → 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 (415) hide show
  1. package/dist/components/ComponentShowcase/ComponentShowcase.js +7 -1
  2. package/dist/components/ComponentShowcase/ComponentShowcase.js.map +1 -1
  3. package/dist/components/ComponentShowcase/componentDocs.d.ts +6 -0
  4. package/dist/components/ComponentShowcase/componentDocs.js +17 -0
  5. package/dist/components/ComponentShowcase/componentDocs.js.map +1 -1
  6. package/dist/components/ComponentShowcase/showcaseRegistry.js +3 -1
  7. package/dist/components/ComponentShowcase/showcaseRegistry.js.map +1 -1
  8. package/dist/components/Email/EmailShowcase.d.ts +1 -0
  9. package/dist/components/Email/EmailShowcase.js +85 -0
  10. package/dist/components/Email/EmailShowcase.js.map +1 -0
  11. package/dist/components/Email/components/EmailButton.d.ts +5 -0
  12. package/dist/components/Email/components/EmailButton.js +7 -0
  13. package/dist/components/Email/components/EmailButton.js.map +1 -0
  14. package/dist/components/Email/components/EmailDivider.d.ts +1 -0
  15. package/dist/components/Email/components/EmailDivider.js +7 -0
  16. package/dist/components/Email/components/EmailDivider.js.map +1 -0
  17. package/dist/components/Email/components/EmailFooter.d.ts +3 -0
  18. package/dist/components/Email/components/EmailFooter.js +9 -0
  19. package/dist/components/Email/components/EmailFooter.js.map +1 -0
  20. package/dist/components/Email/components/EmailHeader.d.ts +4 -0
  21. package/dist/components/Email/components/EmailHeader.js +8 -0
  22. package/dist/components/Email/components/EmailHeader.js.map +1 -0
  23. package/dist/components/Email/components/EmailLayout.d.ts +6 -0
  24. package/dist/components/Email/components/EmailLayout.js +15 -0
  25. package/dist/components/Email/components/EmailLayout.js.map +1 -0
  26. package/dist/components/Email/components/EmailPreviewer.d.ts +5 -0
  27. package/dist/components/Email/components/EmailPreviewer.js +25 -0
  28. package/dist/components/Email/components/EmailPreviewer.js.map +1 -0
  29. package/dist/components/Email/components/index.d.ts +7 -0
  30. package/dist/components/Email/components/theme.d.ts +27 -0
  31. package/dist/components/Email/components/theme.js +21 -0
  32. package/dist/components/Email/components/theme.js.map +1 -0
  33. package/dist/components/Email/index.d.ts +2 -0
  34. package/dist/components/Email/templates/auth/ConfirmEmail.d.ts +7 -0
  35. package/dist/components/Email/templates/auth/ConfirmEmail.js +13 -0
  36. package/dist/components/Email/templates/auth/ConfirmEmail.js.map +1 -0
  37. package/dist/components/Email/templates/auth/EmailChangeVerification.d.ts +9 -0
  38. package/dist/components/Email/templates/auth/EmailChangeVerification.js +13 -0
  39. package/dist/components/Email/templates/auth/EmailChangeVerification.js.map +1 -0
  40. package/dist/components/Email/templates/auth/MagicLinkEmail.d.ts +7 -0
  41. package/dist/components/Email/templates/auth/MagicLinkEmail.js +14 -0
  42. package/dist/components/Email/templates/auth/MagicLinkEmail.js.map +1 -0
  43. package/dist/components/Email/templates/auth/ResetPasswordEmail.d.ts +8 -0
  44. package/dist/components/Email/templates/auth/ResetPasswordEmail.js +13 -0
  45. package/dist/components/Email/templates/auth/ResetPasswordEmail.js.map +1 -0
  46. package/dist/components/Email/templates/auth/WelcomeEmail.d.ts +8 -0
  47. package/dist/components/Email/templates/auth/WelcomeEmail.js +13 -0
  48. package/dist/components/Email/templates/auth/WelcomeEmail.js.map +1 -0
  49. package/dist/components/Email/templates/auth/index.d.ts +5 -0
  50. package/dist/components/Email/templates/billing/CreditCardExpiring.d.ts +9 -0
  51. package/dist/components/Email/templates/billing/CreditCardExpiring.js +14 -0
  52. package/dist/components/Email/templates/billing/CreditCardExpiring.js.map +1 -0
  53. package/dist/components/Email/templates/billing/InvoiceEmail.d.ts +10 -0
  54. package/dist/components/Email/templates/billing/InvoiceEmail.js +16 -0
  55. package/dist/components/Email/templates/billing/InvoiceEmail.js.map +1 -0
  56. package/dist/components/Email/templates/billing/OverduePaymentNotice.d.ts +9 -0
  57. package/dist/components/Email/templates/billing/OverduePaymentNotice.js +13 -0
  58. package/dist/components/Email/templates/billing/OverduePaymentNotice.js.map +1 -0
  59. package/dist/components/Email/templates/billing/PaymentFailedEmail.d.ts +8 -0
  60. package/dist/components/Email/templates/billing/PaymentFailedEmail.js +14 -0
  61. package/dist/components/Email/templates/billing/PaymentFailedEmail.js.map +1 -0
  62. package/dist/components/Email/templates/billing/PaymentReceipt.d.ts +10 -0
  63. package/dist/components/Email/templates/billing/PaymentReceipt.js +15 -0
  64. package/dist/components/Email/templates/billing/PaymentReceipt.js.map +1 -0
  65. package/dist/components/Email/templates/billing/SubscriptionCancelled.d.ts +9 -0
  66. package/dist/components/Email/templates/billing/SubscriptionCancelled.js +14 -0
  67. package/dist/components/Email/templates/billing/SubscriptionCancelled.js.map +1 -0
  68. package/dist/components/Email/templates/billing/SubscriptionConfirmation.d.ts +10 -0
  69. package/dist/components/Email/templates/billing/SubscriptionConfirmation.js +13 -0
  70. package/dist/components/Email/templates/billing/SubscriptionConfirmation.js.map +1 -0
  71. package/dist/components/Email/templates/billing/TrialEndingEmail.d.ts +8 -0
  72. package/dist/components/Email/templates/billing/TrialEndingEmail.js +13 -0
  73. package/dist/components/Email/templates/billing/TrialEndingEmail.js.map +1 -0
  74. package/dist/components/Email/templates/billing/index.d.ts +8 -0
  75. package/dist/components/Email/templates/engagement/FeatureAnnouncement.d.ts +10 -0
  76. package/dist/components/Email/templates/engagement/FeatureAnnouncement.js +15 -0
  77. package/dist/components/Email/templates/engagement/FeatureAnnouncement.js.map +1 -0
  78. package/dist/components/Email/templates/engagement/FeedbackRequestEmail.d.ts +8 -0
  79. package/dist/components/Email/templates/engagement/FeedbackRequestEmail.js +13 -0
  80. package/dist/components/Email/templates/engagement/FeedbackRequestEmail.js.map +1 -0
  81. package/dist/components/Email/templates/engagement/InactivityWarning.d.ts +9 -0
  82. package/dist/components/Email/templates/engagement/InactivityWarning.js +14 -0
  83. package/dist/components/Email/templates/engagement/InactivityWarning.js.map +1 -0
  84. package/dist/components/Email/templates/engagement/MilestoneEmail.d.ts +9 -0
  85. package/dist/components/Email/templates/engagement/MilestoneEmail.js +14 -0
  86. package/dist/components/Email/templates/engagement/MilestoneEmail.js.map +1 -0
  87. package/dist/components/Email/templates/engagement/ProductChangelog.d.ts +9 -0
  88. package/dist/components/Email/templates/engagement/ProductChangelog.js +13 -0
  89. package/dist/components/Email/templates/engagement/ProductChangelog.js.map +1 -0
  90. package/dist/components/Email/templates/engagement/TeamInviteEmail.d.ts +9 -0
  91. package/dist/components/Email/templates/engagement/TeamInviteEmail.js +14 -0
  92. package/dist/components/Email/templates/engagement/TeamInviteEmail.js.map +1 -0
  93. package/dist/components/Email/templates/engagement/TipOfWeek.d.ts +9 -0
  94. package/dist/components/Email/templates/engagement/TipOfWeek.js +13 -0
  95. package/dist/components/Email/templates/engagement/TipOfWeek.js.map +1 -0
  96. package/dist/components/Email/templates/engagement/WeeklyDigest.d.ts +11 -0
  97. package/dist/components/Email/templates/engagement/WeeklyDigest.js +20 -0
  98. package/dist/components/Email/templates/engagement/WeeklyDigest.js.map +1 -0
  99. package/dist/components/Email/templates/engagement/index.d.ts +8 -0
  100. package/dist/components/Email/templates/growth/ReferralConverted.d.ts +9 -0
  101. package/dist/components/Email/templates/growth/ReferralConverted.js +13 -0
  102. package/dist/components/Email/templates/growth/ReferralConverted.js.map +1 -0
  103. package/dist/components/Email/templates/growth/ReferralInvite.d.ts +8 -0
  104. package/dist/components/Email/templates/growth/ReferralInvite.js +13 -0
  105. package/dist/components/Email/templates/growth/ReferralInvite.js.map +1 -0
  106. package/dist/components/Email/templates/growth/ReferralReward.d.ts +10 -0
  107. package/dist/components/Email/templates/growth/ReferralReward.js +14 -0
  108. package/dist/components/Email/templates/growth/ReferralReward.js.map +1 -0
  109. package/dist/components/Email/templates/growth/SocialSharePrompt.d.ts +8 -0
  110. package/dist/components/Email/templates/growth/SocialSharePrompt.js +15 -0
  111. package/dist/components/Email/templates/growth/SocialSharePrompt.js.map +1 -0
  112. package/dist/components/Email/templates/growth/WaitlistWelcome.d.ts +9 -0
  113. package/dist/components/Email/templates/growth/WaitlistWelcome.js +14 -0
  114. package/dist/components/Email/templates/growth/WaitlistWelcome.js.map +1 -0
  115. package/dist/components/Email/templates/growth/index.d.ts +5 -0
  116. package/dist/components/Email/templates/index.d.ts +11 -0
  117. package/dist/components/Email/templates/index.js +116 -0
  118. package/dist/components/Email/templates/index.js.map +1 -0
  119. package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.d.ts +13 -0
  120. package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.js +19 -0
  121. package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.js.map +1 -0
  122. package/dist/components/Email/templates/internal/comms/LeadershipUpdate.d.ts +9 -0
  123. package/dist/components/Email/templates/internal/comms/LeadershipUpdate.js +16 -0
  124. package/dist/components/Email/templates/internal/comms/LeadershipUpdate.js.map +1 -0
  125. package/dist/components/Email/templates/internal/comms/MeetingRecap.d.ts +10 -0
  126. package/dist/components/Email/templates/internal/comms/MeetingRecap.js +19 -0
  127. package/dist/components/Email/templates/internal/comms/MeetingRecap.js.map +1 -0
  128. package/dist/components/Email/templates/internal/comms/index.d.ts +3 -0
  129. package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.d.ts +8 -0
  130. package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.js +14 -0
  131. package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.js.map +1 -0
  132. package/dist/components/Email/templates/internal/hr/EmployeeFarewell.d.ts +9 -0
  133. package/dist/components/Email/templates/internal/hr/EmployeeFarewell.js +13 -0
  134. package/dist/components/Email/templates/internal/hr/EmployeeFarewell.js.map +1 -0
  135. package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.d.ts +8 -0
  136. package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.js +13 -0
  137. package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.js.map +1 -0
  138. package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.d.ts +11 -0
  139. package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.js +14 -0
  140. package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.js.map +1 -0
  141. package/dist/components/Email/templates/internal/hr/PolicyUpdate.d.ts +9 -0
  142. package/dist/components/Email/templates/internal/hr/PolicyUpdate.js +13 -0
  143. package/dist/components/Email/templates/internal/hr/PolicyUpdate.js.map +1 -0
  144. package/dist/components/Email/templates/internal/hr/index.d.ts +5 -0
  145. package/dist/components/Email/templates/internal/index.d.ts +3 -0
  146. package/dist/components/Email/templates/internal/it/AppAccessGranted.d.ts +9 -0
  147. package/dist/components/Email/templates/internal/it/AppAccessGranted.js +13 -0
  148. package/dist/components/Email/templates/internal/it/AppAccessGranted.js.map +1 -0
  149. package/dist/components/Email/templates/internal/it/ITOutageReport.d.ts +9 -0
  150. package/dist/components/Email/templates/internal/it/ITOutageReport.js +15 -0
  151. package/dist/components/Email/templates/internal/it/ITOutageReport.js.map +1 -0
  152. package/dist/components/Email/templates/internal/it/PasswordRotationReminder.d.ts +8 -0
  153. package/dist/components/Email/templates/internal/it/PasswordRotationReminder.js +13 -0
  154. package/dist/components/Email/templates/internal/it/PasswordRotationReminder.js.map +1 -0
  155. package/dist/components/Email/templates/internal/it/index.d.ts +3 -0
  156. package/dist/components/Email/templates/legal/DMCANotice.d.ts +9 -0
  157. package/dist/components/Email/templates/legal/DMCANotice.js +14 -0
  158. package/dist/components/Email/templates/legal/DMCANotice.js.map +1 -0
  159. package/dist/components/Email/templates/legal/DPANotice.d.ts +9 -0
  160. package/dist/components/Email/templates/legal/DPANotice.js +14 -0
  161. package/dist/components/Email/templates/legal/DPANotice.js.map +1 -0
  162. package/dist/components/Email/templates/legal/GDPRCompliance.d.ts +8 -0
  163. package/dist/components/Email/templates/legal/GDPRCompliance.js +14 -0
  164. package/dist/components/Email/templates/legal/GDPRCompliance.js.map +1 -0
  165. package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.d.ts +8 -0
  166. package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.js +14 -0
  167. package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.js.map +1 -0
  168. package/dist/components/Email/templates/legal/TermsOfServiceUpdate.d.ts +8 -0
  169. package/dist/components/Email/templates/legal/TermsOfServiceUpdate.js +14 -0
  170. package/dist/components/Email/templates/legal/TermsOfServiceUpdate.js.map +1 -0
  171. package/dist/components/Email/templates/legal/index.d.ts +5 -0
  172. package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.d.ts +6 -0
  173. package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.js +11 -0
  174. package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.js.map +1 -0
  175. package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.d.ts +6 -0
  176. package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.js +11 -0
  177. package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.js.map +1 -0
  178. package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.d.ts +5 -0
  179. package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.js +11 -0
  180. package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.js.map +1 -0
  181. package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.d.ts +5 -0
  182. package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.js +11 -0
  183. package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.js.map +1 -0
  184. package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.d.ts +6 -0
  185. package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.js +11 -0
  186. package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.js.map +1 -0
  187. package/dist/components/Email/templates/marketing/affiliate/index.d.ts +5 -0
  188. package/dist/components/Email/templates/marketing/blog/BestOfRoundup.d.ts +6 -0
  189. package/dist/components/Email/templates/marketing/blog/BestOfRoundup.js +11 -0
  190. package/dist/components/Email/templates/marketing/blog/BestOfRoundup.js.map +1 -0
  191. package/dist/components/Email/templates/marketing/blog/BlogSeries.d.ts +7 -0
  192. package/dist/components/Email/templates/marketing/blog/BlogSeries.js +11 -0
  193. package/dist/components/Email/templates/marketing/blog/BlogSeries.js.map +1 -0
  194. package/dist/components/Email/templates/marketing/blog/NewBlogPost.d.ts +7 -0
  195. package/dist/components/Email/templates/marketing/blog/NewBlogPost.js +11 -0
  196. package/dist/components/Email/templates/marketing/blog/NewBlogPost.js.map +1 -0
  197. package/dist/components/Email/templates/marketing/blog/index.d.ts +3 -0
  198. package/dist/components/Email/templates/marketing/content/InfographicEmail.d.ts +5 -0
  199. package/dist/components/Email/templates/marketing/content/InfographicEmail.js +11 -0
  200. package/dist/components/Email/templates/marketing/content/InfographicEmail.js.map +1 -0
  201. package/dist/components/Email/templates/marketing/content/NewGuideEbook.d.ts +6 -0
  202. package/dist/components/Email/templates/marketing/content/NewGuideEbook.js +11 -0
  203. package/dist/components/Email/templates/marketing/content/NewGuideEbook.js.map +1 -0
  204. package/dist/components/Email/templates/marketing/content/PodcastEpisode.d.ts +6 -0
  205. package/dist/components/Email/templates/marketing/content/PodcastEpisode.js +11 -0
  206. package/dist/components/Email/templates/marketing/content/PodcastEpisode.js.map +1 -0
  207. package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.d.ts +6 -0
  208. package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.js +11 -0
  209. package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.js.map +1 -0
  210. package/dist/components/Email/templates/marketing/content/YouTubeNotification.d.ts +6 -0
  211. package/dist/components/Email/templates/marketing/content/YouTubeNotification.js +11 -0
  212. package/dist/components/Email/templates/marketing/content/YouTubeNotification.js.map +1 -0
  213. package/dist/components/Email/templates/marketing/content/index.d.ts +5 -0
  214. package/dist/components/Email/templates/marketing/events/ConferenceSeries.d.ts +5 -0
  215. package/dist/components/Email/templates/marketing/events/ConferenceSeries.js +11 -0
  216. package/dist/components/Email/templates/marketing/events/ConferenceSeries.js.map +1 -0
  217. package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.d.ts +5 -0
  218. package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.js +11 -0
  219. package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.js.map +1 -0
  220. package/dist/components/Email/templates/marketing/events/EventAnnouncement.d.ts +9 -0
  221. package/dist/components/Email/templates/marketing/events/EventAnnouncement.js +13 -0
  222. package/dist/components/Email/templates/marketing/events/EventAnnouncement.js.map +1 -0
  223. package/dist/components/Email/templates/marketing/events/PostEventThankYou.d.ts +5 -0
  224. package/dist/components/Email/templates/marketing/events/PostEventThankYou.js +11 -0
  225. package/dist/components/Email/templates/marketing/events/PostEventThankYou.js.map +1 -0
  226. package/dist/components/Email/templates/marketing/events/ScheduleReleased.d.ts +5 -0
  227. package/dist/components/Email/templates/marketing/events/ScheduleReleased.js +11 -0
  228. package/dist/components/Email/templates/marketing/events/ScheduleReleased.js.map +1 -0
  229. package/dist/components/Email/templates/marketing/events/VIPInvite.d.ts +5 -0
  230. package/dist/components/Email/templates/marketing/events/VIPInvite.js +11 -0
  231. package/dist/components/Email/templates/marketing/events/VIPInvite.js.map +1 -0
  232. package/dist/components/Email/templates/marketing/events/index.d.ts +6 -0
  233. package/dist/components/Email/templates/marketing/index.d.ts +10 -0
  234. package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.d.ts +5 -0
  235. package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.js +11 -0
  236. package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.js.map +1 -0
  237. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.d.ts +5 -0
  238. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.js +11 -0
  239. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.js.map +1 -0
  240. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.d.ts +11 -0
  241. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.js +13 -0
  242. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.js.map +1 -0
  243. package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.d.ts +9 -0
  244. package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.js +14 -0
  245. package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.js.map +1 -0
  246. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.d.ts +9 -0
  247. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.js +14 -0
  248. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.js.map +1 -0
  249. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.d.ts +5 -0
  250. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.js +11 -0
  251. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.js.map +1 -0
  252. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.d.ts +5 -0
  253. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.js +11 -0
  254. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.js.map +1 -0
  255. package/dist/components/Email/templates/marketing/lead-nurturing/index.d.ts +7 -0
  256. package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.d.ts +5 -0
  257. package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.js +11 -0
  258. package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.js.map +1 -0
  259. package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.d.ts +16 -0
  260. package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.js +22 -0
  261. package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.js.map +1 -0
  262. package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.d.ts +16 -0
  263. package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.js +29 -0
  264. package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.js.map +1 -0
  265. package/dist/components/Email/templates/marketing/newsletters/index.d.ts +3 -0
  266. package/dist/components/Email/templates/marketing/promotional/AbandonedCart.d.ts +15 -0
  267. package/dist/components/Email/templates/marketing/promotional/AbandonedCart.js +20 -0
  268. package/dist/components/Email/templates/marketing/promotional/AbandonedCart.js.map +1 -0
  269. package/dist/components/Email/templates/marketing/promotional/BackInStock.d.ts +5 -0
  270. package/dist/components/Email/templates/marketing/promotional/BackInStock.js +11 -0
  271. package/dist/components/Email/templates/marketing/promotional/BackInStock.js.map +1 -0
  272. package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.d.ts +5 -0
  273. package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.js +11 -0
  274. package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.js.map +1 -0
  275. package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.d.ts +5 -0
  276. package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.js +11 -0
  277. package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.js.map +1 -0
  278. package/dist/components/Email/templates/marketing/promotional/FlashSale.d.ts +9 -0
  279. package/dist/components/Email/templates/marketing/promotional/FlashSale.js +14 -0
  280. package/dist/components/Email/templates/marketing/promotional/FlashSale.js.map +1 -0
  281. package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.d.ts +5 -0
  282. package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.js +11 -0
  283. package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.js.map +1 -0
  284. package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.d.ts +5 -0
  285. package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.js +11 -0
  286. package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.js.map +1 -0
  287. package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.d.ts +5 -0
  288. package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.js +11 -0
  289. package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.js.map +1 -0
  290. package/dist/components/Email/templates/marketing/promotional/index.d.ts +8 -0
  291. package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.d.ts +5 -0
  292. package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.js +11 -0
  293. package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.js.map +1 -0
  294. package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.d.ts +5 -0
  295. package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.js +11 -0
  296. package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.js.map +1 -0
  297. package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.d.ts +5 -0
  298. package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.js +11 -0
  299. package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.js.map +1 -0
  300. package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.d.ts +8 -0
  301. package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.js +13 -0
  302. package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.js.map +1 -0
  303. package/dist/components/Email/templates/marketing/reengagement/index.d.ts +4 -0
  304. package/dist/components/Email/templates/marketing/social/CommunityMilestone.d.ts +5 -0
  305. package/dist/components/Email/templates/marketing/social/CommunityMilestone.js +11 -0
  306. package/dist/components/Email/templates/marketing/social/CommunityMilestone.js.map +1 -0
  307. package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.d.ts +5 -0
  308. package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.js +11 -0
  309. package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.js.map +1 -0
  310. package/dist/components/Email/templates/marketing/social/ShareYourStory.d.ts +5 -0
  311. package/dist/components/Email/templates/marketing/social/ShareYourStory.js +11 -0
  312. package/dist/components/Email/templates/marketing/social/ShareYourStory.js.map +1 -0
  313. package/dist/components/Email/templates/marketing/social/SocialProof.d.ts +13 -0
  314. package/dist/components/Email/templates/marketing/social/SocialProof.js +16 -0
  315. package/dist/components/Email/templates/marketing/social/SocialProof.js.map +1 -0
  316. package/dist/components/Email/templates/marketing/social/UserSpotlight.d.ts +5 -0
  317. package/dist/components/Email/templates/marketing/social/UserSpotlight.js +11 -0
  318. package/dist/components/Email/templates/marketing/social/UserSpotlight.js.map +1 -0
  319. package/dist/components/Email/templates/marketing/social/index.d.ts +5 -0
  320. package/dist/components/Email/templates/marketing/surveys/BetaFeedback.d.ts +5 -0
  321. package/dist/components/Email/templates/marketing/surveys/BetaFeedback.js +11 -0
  322. package/dist/components/Email/templates/marketing/surveys/BetaFeedback.js.map +1 -0
  323. package/dist/components/Email/templates/marketing/surveys/CSATSurvey.d.ts +5 -0
  324. package/dist/components/Email/templates/marketing/surveys/CSATSurvey.js +11 -0
  325. package/dist/components/Email/templates/marketing/surveys/CSATSurvey.js.map +1 -0
  326. package/dist/components/Email/templates/marketing/surveys/ExitSurvey.d.ts +7 -0
  327. package/dist/components/Email/templates/marketing/surveys/ExitSurvey.js +20 -0
  328. package/dist/components/Email/templates/marketing/surveys/ExitSurvey.js.map +1 -0
  329. package/dist/components/Email/templates/marketing/surveys/NPSSurvey.d.ts +7 -0
  330. package/dist/components/Email/templates/marketing/surveys/NPSSurvey.js +17 -0
  331. package/dist/components/Email/templates/marketing/surveys/NPSSurvey.js.map +1 -0
  332. package/dist/components/Email/templates/marketing/surveys/ProductFeedback.d.ts +5 -0
  333. package/dist/components/Email/templates/marketing/surveys/ProductFeedback.js +11 -0
  334. package/dist/components/Email/templates/marketing/surveys/ProductFeedback.js.map +1 -0
  335. package/dist/components/Email/templates/marketing/surveys/index.d.ts +5 -0
  336. package/dist/components/Email/templates/sales/ClientReferenceRequest.d.ts +8 -0
  337. package/dist/components/Email/templates/sales/ClientReferenceRequest.js +13 -0
  338. package/dist/components/Email/templates/sales/ClientReferenceRequest.js.map +1 -0
  339. package/dist/components/Email/templates/sales/ClientWinBack.d.ts +10 -0
  340. package/dist/components/Email/templates/sales/ClientWinBack.js +13 -0
  341. package/dist/components/Email/templates/sales/ClientWinBack.js.map +1 -0
  342. package/dist/components/Email/templates/sales/ColdOutreach.d.ts +11 -0
  343. package/dist/components/Email/templates/sales/ColdOutreach.js +13 -0
  344. package/dist/components/Email/templates/sales/ColdOutreach.js.map +1 -0
  345. package/dist/components/Email/templates/sales/FollowUpEmail.d.ts +9 -0
  346. package/dist/components/Email/templates/sales/FollowUpEmail.js +13 -0
  347. package/dist/components/Email/templates/sales/FollowUpEmail.js.map +1 -0
  348. package/dist/components/Email/templates/sales/ProjectTermination.d.ts +9 -0
  349. package/dist/components/Email/templates/sales/ProjectTermination.js +12 -0
  350. package/dist/components/Email/templates/sales/ProjectTermination.js.map +1 -0
  351. package/dist/components/Email/templates/sales/ProposalAccepted.d.ts +9 -0
  352. package/dist/components/Email/templates/sales/ProposalAccepted.js +13 -0
  353. package/dist/components/Email/templates/sales/ProposalAccepted.js.map +1 -0
  354. package/dist/components/Email/templates/sales/ScheduleDemo.d.ts +9 -0
  355. package/dist/components/Email/templates/sales/ScheduleDemo.js +13 -0
  356. package/dist/components/Email/templates/sales/ScheduleDemo.js.map +1 -0
  357. package/dist/components/Email/templates/sales/SendProposal.d.ts +9 -0
  358. package/dist/components/Email/templates/sales/SendProposal.js +14 -0
  359. package/dist/components/Email/templates/sales/SendProposal.js.map +1 -0
  360. package/dist/components/Email/templates/sales/index.d.ts +8 -0
  361. package/dist/components/Email/templates/security/AccountDeletedConfirmation.d.ts +8 -0
  362. package/dist/components/Email/templates/security/AccountDeletedConfirmation.js +13 -0
  363. package/dist/components/Email/templates/security/AccountDeletedConfirmation.js.map +1 -0
  364. package/dist/components/Email/templates/security/ApiKeyCreated.d.ts +9 -0
  365. package/dist/components/Email/templates/security/ApiKeyCreated.js +14 -0
  366. package/dist/components/Email/templates/security/ApiKeyCreated.js.map +1 -0
  367. package/dist/components/Email/templates/security/DataExportReady.d.ts +8 -0
  368. package/dist/components/Email/templates/security/DataExportReady.js +13 -0
  369. package/dist/components/Email/templates/security/DataExportReady.js.map +1 -0
  370. package/dist/components/Email/templates/security/NewLoginAlert.d.ts +10 -0
  371. package/dist/components/Email/templates/security/NewLoginAlert.js +13 -0
  372. package/dist/components/Email/templates/security/NewLoginAlert.js.map +1 -0
  373. package/dist/components/Email/templates/security/PolicyUpdateEmail.d.ts +9 -0
  374. package/dist/components/Email/templates/security/PolicyUpdateEmail.js +13 -0
  375. package/dist/components/Email/templates/security/PolicyUpdateEmail.js.map +1 -0
  376. package/dist/components/Email/templates/security/TwoFactorCode.d.ts +8 -0
  377. package/dist/components/Email/templates/security/TwoFactorCode.js +13 -0
  378. package/dist/components/Email/templates/security/TwoFactorCode.js.map +1 -0
  379. package/dist/components/Email/templates/security/index.d.ts +6 -0
  380. package/dist/components/Email/templates/support/SupportFeedbackRequest.d.ts +9 -0
  381. package/dist/components/Email/templates/support/SupportFeedbackRequest.js +15 -0
  382. package/dist/components/Email/templates/support/SupportFeedbackRequest.js.map +1 -0
  383. package/dist/components/Email/templates/support/TicketCreatedEmail.d.ts +9 -0
  384. package/dist/components/Email/templates/support/TicketCreatedEmail.js +13 -0
  385. package/dist/components/Email/templates/support/TicketCreatedEmail.js.map +1 -0
  386. package/dist/components/Email/templates/support/TicketReplyEmail.d.ts +9 -0
  387. package/dist/components/Email/templates/support/TicketReplyEmail.js +14 -0
  388. package/dist/components/Email/templates/support/TicketReplyEmail.js.map +1 -0
  389. package/dist/components/Email/templates/support/TicketResolvedEmail.d.ts +9 -0
  390. package/dist/components/Email/templates/support/TicketResolvedEmail.js +14 -0
  391. package/dist/components/Email/templates/support/TicketResolvedEmail.js.map +1 -0
  392. package/dist/components/Email/templates/support/index.d.ts +4 -0
  393. package/dist/components/Email/templates/system/IncidentReport.d.ts +10 -0
  394. package/dist/components/Email/templates/system/IncidentReport.js +13 -0
  395. package/dist/components/Email/templates/system/IncidentReport.js.map +1 -0
  396. package/dist/components/Email/templates/system/MaintenanceNotice.d.ts +9 -0
  397. package/dist/components/Email/templates/system/MaintenanceNotice.js +13 -0
  398. package/dist/components/Email/templates/system/MaintenanceNotice.js.map +1 -0
  399. package/dist/components/Email/templates/system/NotificationEmail.d.ts +10 -0
  400. package/dist/components/Email/templates/system/NotificationEmail.js +14 -0
  401. package/dist/components/Email/templates/system/NotificationEmail.js.map +1 -0
  402. package/dist/components/Email/templates/system/StatusPageUpdate.d.ts +10 -0
  403. package/dist/components/Email/templates/system/StatusPageUpdate.js +13 -0
  404. package/dist/components/Email/templates/system/StatusPageUpdate.js.map +1 -0
  405. package/dist/components/Email/templates/system/index.d.ts +4 -0
  406. package/dist/index.d.ts +1 -0
  407. package/dist/index.js +122 -0
  408. package/dist/styles.css +1 -1
  409. package/package.json +12 -5
  410. package/dist/components/Auth/PasswordResetForm.d.ts +0 -9
  411. package/dist/components/Auth/PasswordResetForm.example.d.ts +0 -2
  412. package/dist/components/Auth/PasswordResetForm.example.js +0 -20
  413. package/dist/components/Auth/PasswordResetForm.example.js.map +0 -1
  414. package/dist/components/Auth/PasswordResetForm.js +0 -30
  415. package/dist/components/Auth/PasswordResetForm.js.map +0 -1
@@ -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;
@@ -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 LastChance90Day = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Final Notice regarding your account", title: "Account Inactive", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Do you still want to hear from us?" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "We notice you haven't opened any of our emails recently. If we don't hear from you, we'll remove you from our mailing list soon to keep your inbox clean." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Keep Me Subscribed" }) })] }));
9
+
10
+ export { LastChance90Day, LastChance90Day as default };
11
+ //# sourceMappingURL=LastChance90Day.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LastChance90Day.js","sources":["../../../../../../src/components/Email/templates/marketing/reengagement/LastChance90Day.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const LastChance90Day: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Final Notice regarding your account\" title=\"Account Inactive\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Do you still want to hear from us?</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We notice you haven't opened any of our emails recently. If we don't hear from you, we'll remove you from our mailing list soon to keep your inbox clean.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Keep Me Subscribed</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default LastChance90Day;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,eAAe,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACzEA,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,oCAAA,EAAA,CAA0C,EACjHA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,2JAAA,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,oBAAA,EAAA,CAAkC,EAAA,CACjD,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const ProductUpdateReengagement: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default ProductUpdateReengagement;
@@ -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 ProductUpdateReengagement = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "We built the feature you wanted!", title: "Major Update", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "You asked, we listened." }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "We just rolled out a massive update that completely changes the way you can use our platform. Come back and take it for a spin!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Try the New Feature" }) })] }));
9
+
10
+ export { ProductUpdateReengagement, ProductUpdateReengagement as default };
11
+ //# sourceMappingURL=ProductUpdateReengagement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductUpdateReengagement.js","sources":["../../../../../../src/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const ProductUpdateReengagement: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"We built the feature you wanted!\" title=\"Major Update\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">You asked, we listened.</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We just rolled out a massive update that completely changes the way you can use our platform. Come back and take it for a spin!\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Try the New Feature</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default ProductUpdateReengagement;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,yBAAyB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACnFA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,kCAAkC,EAAC,KAAK,EAAC,cAAc,EAAA,QAAA,EAAA,CAC9EC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,yBAAA,EAAA,CAA+B,EACtGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,iIAAA,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,qBAAA,EAAA,CAAmC,EAAA,CAClD,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface WeMissYou30DayProps {
3
+ userName?: string;
4
+ daysInactive?: number;
5
+ returnLink?: string;
6
+ }
7
+ export declare const WeMissYou30Day: React.FC<WeMissYou30DayProps>;
8
+ export default WeMissYou30Day;
@@ -0,0 +1,13 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../../components/EmailButton.js';
3
+ import { EmailLayout } from '../../../components/EmailLayout.js';
4
+ import 'react';
5
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
6
+ import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
7
+
8
+ const WeMissYou30Day = ({ userName = 'Alex', daysInactive = 30, returnLink = 'https://example.com/dashboard' }) => {
9
+ return (jsxs(EmailLayout, { previewText: `We miss you, ${userName}! Come see what's new.`, title: "We Miss You", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "It's been a while!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", we noticed you haven't logged in for the last ", daysInactive, " days. We've missed you!"] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Since you last visited, we've added some exciting new features that we think you'll love. Jump back in to explore what's changed and pick up right where you left off." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: returnLink, children: "Log In to Your Account" }) })] }));
10
+ };
11
+
12
+ export { WeMissYou30Day, WeMissYou30Day as default };
13
+ //# sourceMappingURL=WeMissYou30Day.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WeMissYou30Day.js","sources":["../../../../../../src/components/Email/templates/marketing/reengagement/WeMissYou30Day.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport interface WeMissYou30DayProps {\n userName?: string;\n daysInactive?: number;\n returnLink?: string;\n}\n\nexport const WeMissYou30Day: React.FC<WeMissYou30DayProps> = ({\n userName = 'Alex',\n daysInactive = 30,\n returnLink = 'https://example.com/dashboard'\n}) => {\n return (\n <EmailLayout previewText={`We miss you, ${userName}! Come see what's new.`} title=\"We Miss You\">\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 Hi {userName}, we noticed you haven't logged in for the last {daysInactive} days. We've missed you!\n </Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Since you last visited, we've added some exciting new features that we think you'll love. Jump back in to explore what's changed and pick up right where you left off.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={returnLink}>Log In to Your Account</EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default WeMissYou30Day;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAUO,MAAM,cAAc,GAAkC,CAAC,EAC5D,QAAQ,GAAG,MAAM,EACjB,YAAY,GAAG,EAAE,EACjB,UAAU,GAAG,+BAA+B,EAC7C,KAAI;IACH,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,aAAA,EAAgB,QAAQ,CAAA,sBAAA,CAAwB,EAAE,KAAK,EAAC,aAAa,EAAA,QAAA,EAAA,CAC7FC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,oBAAA,EAAA,CAA0B,EACjGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,EAAA,kDAAA,EAAkD,YAAY,EAAA,0BAAA,CAAA,EAAA,CACrE,EACPC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,wKAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,UAAU,EAAA,QAAA,EAAA,wBAAA,EAAA,CAAsC,EAAA,CAC3D,CAAA,EAAA,CACE;AAElB;;;;"}
@@ -0,0 +1,4 @@
1
+ export * from './WeMissYou30Day';
2
+ export * from './ComeBack60Day';
3
+ export * from './LastChance90Day';
4
+ export * from './ProductUpdateReengagement';
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const CommunityMilestone: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default CommunityMilestone;
@@ -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 CommunityMilestone = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "We hit a massive milestone!", title: "Community Celebration", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "We did it! \uD83C\uDF89" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Our community just crossed a massive milestone, and we couldn't have done it without you. To say thanks, we're doing a massive giveaway on our social channels!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Enter the Giveaway" }) })] }));
9
+
10
+ export { CommunityMilestone, CommunityMilestone as default };
11
+ //# sourceMappingURL=CommunityMilestone.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommunityMilestone.js","sources":["../../../../../../src/components/Email/templates/marketing/social/CommunityMilestone.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const CommunityMilestone: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"We hit a massive milestone!\" title=\"Community Celebration\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">We did it! 🎉</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Our community just crossed a massive milestone, and we couldn't have done it without you. To say thanks, we're doing a massive giveaway on our social channels!\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Enter the Giveaway</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default CommunityMilestone;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,kBAAkB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC5EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,6BAA6B,EAAC,KAAK,EAAC,uBAAuB,EAAA,QAAA,EAAA,CAClFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,yBAAA,EAAA,CAAqB,EAC5FA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,iKAAA,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,oBAAA,EAAA,CAAkC,EAAA,CACjD,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const NewFollowerWelcome: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default NewFollowerWelcome;
@@ -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 NewFollowerWelcome = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Thanks for following us!", title: "Welcome to the Community", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Thanks for following!" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "We love connecting with our community on social media. Check out some of our most popular posts and feel free to jump into the conversation!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Join the Chat" }) })] }));
9
+
10
+ export { NewFollowerWelcome, NewFollowerWelcome as default };
11
+ //# sourceMappingURL=NewFollowerWelcome.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NewFollowerWelcome.js","sources":["../../../../../../src/components/Email/templates/marketing/social/NewFollowerWelcome.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const NewFollowerWelcome: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Thanks for following us!\" title=\"Welcome to the Community\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Thanks for following!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We love connecting with our community on social media. Check out some of our most popular posts and feel free to jump into the conversation!\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Join the Chat</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default NewFollowerWelcome;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,kBAAkB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC5EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,0BAA0B,EAAC,KAAK,EAAC,0BAA0B,EAAA,QAAA,EAAA,CAClFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,uBAAA,EAAA,CAA6B,EACpGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,8IAAA,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 ShareYourStory: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default ShareYourStory;
@@ -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 ShareYourStory = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "We want to hear from you!", title: "Share Your Story", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Tell us your story" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "How has our platform helped you? Share your experience with us on social media using our hashtag, and you might get featured on our page!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Post on Social" }) })] }));
9
+
10
+ export { ShareYourStory, ShareYourStory as default };
11
+ //# sourceMappingURL=ShareYourStory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShareYourStory.js","sources":["../../../../../../src/components/Email/templates/marketing/social/ShareYourStory.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const ShareYourStory: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"We want to hear from you!\" title=\"Share Your Story\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Tell us your story</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n How has our platform helped you? Share your experience with us on social media using our hashtag, and you might get featured on our page!\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Post on Social</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default ShareYourStory;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,cAAc,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACxEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,2BAA2B,EAAC,KAAK,EAAC,kBAAkB,EAAA,QAAA,EAAA,CAC3EC,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,2IAAA,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,gBAAA,EAAA,CAA8B,EAAA,CAC7C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ export interface Testimonial {
3
+ quote: string;
4
+ authorName: string;
5
+ company: string;
6
+ }
7
+ export interface SocialProofProps {
8
+ userName?: string;
9
+ testimonials?: Testimonial[];
10
+ ctaLink?: string;
11
+ }
12
+ export declare const SocialProof: React.FC<SocialProofProps>;
13
+ export default SocialProof;
@@ -0,0 +1,16 @@
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 SocialProof = ({ userName = 'Alex', testimonials = [
9
+ { quote: "This platform completely changed how our team ships code. We've reduced our time-to-market by 40%.", authorName: "Jane Doe", company: "TechFlow" },
10
+ { quote: "The best investment we've made this year. The ROI was apparent within the first two weeks of use.", authorName: "John Smith", company: "Acme Corp" }
11
+ ], ctaLink = 'https://example.com/signup' }) => {
12
+ return (jsxs(EmailLayout, { previewText: "See what others are saying about us", title: "Customer Success Stories", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Don't just take our word for it." }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", we could talk all day about how much value our platform can bring to your team, but we'd rather let our customers do the talking."] }), testimonials.map((testimonial, index) => (jsxs(Section, { className: "bg-blue-50 dark:bg-blue-900 p-6 rounded-lg mb-6 border-l-4 border-blue-500 dark:border-blue-400", children: [jsxs(Text, { className: "text-blue-900 dark:text-blue-100 italic text-base m-0 mb-4", children: ["\"", testimonial.quote, "\""] }), jsxs(Text, { className: "text-blue-800 dark:text-blue-200 font-semibold text-sm m-0", children: ["\u2014 ", testimonial.authorName, ", ", testimonial.company] })] }, index))), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: ctaLink, children: "Start Your Free Trial" }) })] }));
13
+ };
14
+
15
+ export { SocialProof, SocialProof as default };
16
+ //# sourceMappingURL=SocialProof.js.map