@beyondcorp/beyond-ui 1.3.10 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (423) hide show
  1. package/dist/components/Auth/{PasswordResetForm.d.ts → ForgotPasswordForm.d.ts} +2 -2
  2. package/dist/components/Auth/{PasswordResetForm.example.js → ForgotPasswordForm.example.js} +3 -3
  3. package/dist/components/Auth/ForgotPasswordForm.example.js.map +1 -0
  4. package/dist/components/Auth/{PasswordResetForm.js → ForgotPasswordForm.js} +4 -4
  5. package/dist/components/Auth/ForgotPasswordForm.js.map +1 -0
  6. package/dist/components/Auth/ResetPasswordForm.d.ts +9 -0
  7. package/dist/components/Auth/ResetPasswordForm.js +41 -0
  8. package/dist/components/Auth/ResetPasswordForm.js.map +1 -0
  9. package/dist/components/Auth/index.d.ts +2 -1
  10. package/dist/components/Auth/index.js +2 -1
  11. package/dist/components/Auth/index.js.map +1 -1
  12. package/dist/components/ComponentShowcase/ComponentShowcase.js +7 -1
  13. package/dist/components/ComponentShowcase/ComponentShowcase.js.map +1 -1
  14. package/dist/components/ComponentShowcase/componentDocs.d.ts +6 -0
  15. package/dist/components/ComponentShowcase/componentDocs.js +17 -0
  16. package/dist/components/ComponentShowcase/componentDocs.js.map +1 -1
  17. package/dist/components/ComponentShowcase/showcaseRegistry.js +4 -2
  18. package/dist/components/ComponentShowcase/showcaseRegistry.js.map +1 -1
  19. package/dist/components/Email/EmailShowcase.d.ts +1 -0
  20. package/dist/components/Email/EmailShowcase.js +85 -0
  21. package/dist/components/Email/EmailShowcase.js.map +1 -0
  22. package/dist/components/Email/components/EmailButton.d.ts +5 -0
  23. package/dist/components/Email/components/EmailButton.js +7 -0
  24. package/dist/components/Email/components/EmailButton.js.map +1 -0
  25. package/dist/components/Email/components/EmailDivider.d.ts +1 -0
  26. package/dist/components/Email/components/EmailDivider.js +7 -0
  27. package/dist/components/Email/components/EmailDivider.js.map +1 -0
  28. package/dist/components/Email/components/EmailFooter.d.ts +3 -0
  29. package/dist/components/Email/components/EmailFooter.js +9 -0
  30. package/dist/components/Email/components/EmailFooter.js.map +1 -0
  31. package/dist/components/Email/components/EmailHeader.d.ts +4 -0
  32. package/dist/components/Email/components/EmailHeader.js +8 -0
  33. package/dist/components/Email/components/EmailHeader.js.map +1 -0
  34. package/dist/components/Email/components/EmailLayout.d.ts +6 -0
  35. package/dist/components/Email/components/EmailLayout.js +15 -0
  36. package/dist/components/Email/components/EmailLayout.js.map +1 -0
  37. package/dist/components/Email/components/EmailPreviewer.d.ts +5 -0
  38. package/dist/components/Email/components/EmailPreviewer.js +25 -0
  39. package/dist/components/Email/components/EmailPreviewer.js.map +1 -0
  40. package/dist/components/Email/components/index.d.ts +7 -0
  41. package/dist/components/Email/components/theme.d.ts +27 -0
  42. package/dist/components/Email/components/theme.js +21 -0
  43. package/dist/components/Email/components/theme.js.map +1 -0
  44. package/dist/components/Email/index.d.ts +2 -0
  45. package/dist/components/Email/templates/auth/ConfirmEmail.d.ts +7 -0
  46. package/dist/components/Email/templates/auth/ConfirmEmail.js +13 -0
  47. package/dist/components/Email/templates/auth/ConfirmEmail.js.map +1 -0
  48. package/dist/components/Email/templates/auth/EmailChangeVerification.d.ts +9 -0
  49. package/dist/components/Email/templates/auth/EmailChangeVerification.js +13 -0
  50. package/dist/components/Email/templates/auth/EmailChangeVerification.js.map +1 -0
  51. package/dist/components/Email/templates/auth/MagicLinkEmail.d.ts +7 -0
  52. package/dist/components/Email/templates/auth/MagicLinkEmail.js +14 -0
  53. package/dist/components/Email/templates/auth/MagicLinkEmail.js.map +1 -0
  54. package/dist/components/Email/templates/auth/ResetPasswordEmail.d.ts +8 -0
  55. package/dist/components/Email/templates/auth/ResetPasswordEmail.js +13 -0
  56. package/dist/components/Email/templates/auth/ResetPasswordEmail.js.map +1 -0
  57. package/dist/components/Email/templates/auth/WelcomeEmail.d.ts +8 -0
  58. package/dist/components/Email/templates/auth/WelcomeEmail.js +13 -0
  59. package/dist/components/Email/templates/auth/WelcomeEmail.js.map +1 -0
  60. package/dist/components/Email/templates/auth/index.d.ts +5 -0
  61. package/dist/components/Email/templates/billing/CreditCardExpiring.d.ts +9 -0
  62. package/dist/components/Email/templates/billing/CreditCardExpiring.js +14 -0
  63. package/dist/components/Email/templates/billing/CreditCardExpiring.js.map +1 -0
  64. package/dist/components/Email/templates/billing/InvoiceEmail.d.ts +10 -0
  65. package/dist/components/Email/templates/billing/InvoiceEmail.js +16 -0
  66. package/dist/components/Email/templates/billing/InvoiceEmail.js.map +1 -0
  67. package/dist/components/Email/templates/billing/OverduePaymentNotice.d.ts +9 -0
  68. package/dist/components/Email/templates/billing/OverduePaymentNotice.js +13 -0
  69. package/dist/components/Email/templates/billing/OverduePaymentNotice.js.map +1 -0
  70. package/dist/components/Email/templates/billing/PaymentFailedEmail.d.ts +8 -0
  71. package/dist/components/Email/templates/billing/PaymentFailedEmail.js +14 -0
  72. package/dist/components/Email/templates/billing/PaymentFailedEmail.js.map +1 -0
  73. package/dist/components/Email/templates/billing/PaymentReceipt.d.ts +10 -0
  74. package/dist/components/Email/templates/billing/PaymentReceipt.js +15 -0
  75. package/dist/components/Email/templates/billing/PaymentReceipt.js.map +1 -0
  76. package/dist/components/Email/templates/billing/SubscriptionCancelled.d.ts +9 -0
  77. package/dist/components/Email/templates/billing/SubscriptionCancelled.js +14 -0
  78. package/dist/components/Email/templates/billing/SubscriptionCancelled.js.map +1 -0
  79. package/dist/components/Email/templates/billing/SubscriptionConfirmation.d.ts +10 -0
  80. package/dist/components/Email/templates/billing/SubscriptionConfirmation.js +13 -0
  81. package/dist/components/Email/templates/billing/SubscriptionConfirmation.js.map +1 -0
  82. package/dist/components/Email/templates/billing/TrialEndingEmail.d.ts +8 -0
  83. package/dist/components/Email/templates/billing/TrialEndingEmail.js +13 -0
  84. package/dist/components/Email/templates/billing/TrialEndingEmail.js.map +1 -0
  85. package/dist/components/Email/templates/billing/index.d.ts +8 -0
  86. package/dist/components/Email/templates/engagement/FeatureAnnouncement.d.ts +10 -0
  87. package/dist/components/Email/templates/engagement/FeatureAnnouncement.js +15 -0
  88. package/dist/components/Email/templates/engagement/FeatureAnnouncement.js.map +1 -0
  89. package/dist/components/Email/templates/engagement/FeedbackRequestEmail.d.ts +8 -0
  90. package/dist/components/Email/templates/engagement/FeedbackRequestEmail.js +13 -0
  91. package/dist/components/Email/templates/engagement/FeedbackRequestEmail.js.map +1 -0
  92. package/dist/components/Email/templates/engagement/InactivityWarning.d.ts +9 -0
  93. package/dist/components/Email/templates/engagement/InactivityWarning.js +14 -0
  94. package/dist/components/Email/templates/engagement/InactivityWarning.js.map +1 -0
  95. package/dist/components/Email/templates/engagement/MilestoneEmail.d.ts +9 -0
  96. package/dist/components/Email/templates/engagement/MilestoneEmail.js +14 -0
  97. package/dist/components/Email/templates/engagement/MilestoneEmail.js.map +1 -0
  98. package/dist/components/Email/templates/engagement/ProductChangelog.d.ts +9 -0
  99. package/dist/components/Email/templates/engagement/ProductChangelog.js +13 -0
  100. package/dist/components/Email/templates/engagement/ProductChangelog.js.map +1 -0
  101. package/dist/components/Email/templates/engagement/TeamInviteEmail.d.ts +9 -0
  102. package/dist/components/Email/templates/engagement/TeamInviteEmail.js +14 -0
  103. package/dist/components/Email/templates/engagement/TeamInviteEmail.js.map +1 -0
  104. package/dist/components/Email/templates/engagement/TipOfWeek.d.ts +9 -0
  105. package/dist/components/Email/templates/engagement/TipOfWeek.js +13 -0
  106. package/dist/components/Email/templates/engagement/TipOfWeek.js.map +1 -0
  107. package/dist/components/Email/templates/engagement/WeeklyDigest.d.ts +11 -0
  108. package/dist/components/Email/templates/engagement/WeeklyDigest.js +20 -0
  109. package/dist/components/Email/templates/engagement/WeeklyDigest.js.map +1 -0
  110. package/dist/components/Email/templates/engagement/index.d.ts +8 -0
  111. package/dist/components/Email/templates/growth/ReferralConverted.d.ts +9 -0
  112. package/dist/components/Email/templates/growth/ReferralConverted.js +13 -0
  113. package/dist/components/Email/templates/growth/ReferralConverted.js.map +1 -0
  114. package/dist/components/Email/templates/growth/ReferralInvite.d.ts +8 -0
  115. package/dist/components/Email/templates/growth/ReferralInvite.js +13 -0
  116. package/dist/components/Email/templates/growth/ReferralInvite.js.map +1 -0
  117. package/dist/components/Email/templates/growth/ReferralReward.d.ts +10 -0
  118. package/dist/components/Email/templates/growth/ReferralReward.js +14 -0
  119. package/dist/components/Email/templates/growth/ReferralReward.js.map +1 -0
  120. package/dist/components/Email/templates/growth/SocialSharePrompt.d.ts +8 -0
  121. package/dist/components/Email/templates/growth/SocialSharePrompt.js +15 -0
  122. package/dist/components/Email/templates/growth/SocialSharePrompt.js.map +1 -0
  123. package/dist/components/Email/templates/growth/WaitlistWelcome.d.ts +9 -0
  124. package/dist/components/Email/templates/growth/WaitlistWelcome.js +14 -0
  125. package/dist/components/Email/templates/growth/WaitlistWelcome.js.map +1 -0
  126. package/dist/components/Email/templates/growth/index.d.ts +5 -0
  127. package/dist/components/Email/templates/index.d.ts +11 -0
  128. package/dist/components/Email/templates/index.js +116 -0
  129. package/dist/components/Email/templates/index.js.map +1 -0
  130. package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.d.ts +13 -0
  131. package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.js +19 -0
  132. package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.js.map +1 -0
  133. package/dist/components/Email/templates/internal/comms/LeadershipUpdate.d.ts +9 -0
  134. package/dist/components/Email/templates/internal/comms/LeadershipUpdate.js +16 -0
  135. package/dist/components/Email/templates/internal/comms/LeadershipUpdate.js.map +1 -0
  136. package/dist/components/Email/templates/internal/comms/MeetingRecap.d.ts +10 -0
  137. package/dist/components/Email/templates/internal/comms/MeetingRecap.js +19 -0
  138. package/dist/components/Email/templates/internal/comms/MeetingRecap.js.map +1 -0
  139. package/dist/components/Email/templates/internal/comms/index.d.ts +3 -0
  140. package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.d.ts +8 -0
  141. package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.js +14 -0
  142. package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.js.map +1 -0
  143. package/dist/components/Email/templates/internal/hr/EmployeeFarewell.d.ts +9 -0
  144. package/dist/components/Email/templates/internal/hr/EmployeeFarewell.js +13 -0
  145. package/dist/components/Email/templates/internal/hr/EmployeeFarewell.js.map +1 -0
  146. package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.d.ts +8 -0
  147. package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.js +13 -0
  148. package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.js.map +1 -0
  149. package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.d.ts +11 -0
  150. package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.js +14 -0
  151. package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.js.map +1 -0
  152. package/dist/components/Email/templates/internal/hr/PolicyUpdate.d.ts +9 -0
  153. package/dist/components/Email/templates/internal/hr/PolicyUpdate.js +13 -0
  154. package/dist/components/Email/templates/internal/hr/PolicyUpdate.js.map +1 -0
  155. package/dist/components/Email/templates/internal/hr/index.d.ts +5 -0
  156. package/dist/components/Email/templates/internal/index.d.ts +3 -0
  157. package/dist/components/Email/templates/internal/it/AppAccessGranted.d.ts +9 -0
  158. package/dist/components/Email/templates/internal/it/AppAccessGranted.js +13 -0
  159. package/dist/components/Email/templates/internal/it/AppAccessGranted.js.map +1 -0
  160. package/dist/components/Email/templates/internal/it/ITOutageReport.d.ts +9 -0
  161. package/dist/components/Email/templates/internal/it/ITOutageReport.js +15 -0
  162. package/dist/components/Email/templates/internal/it/ITOutageReport.js.map +1 -0
  163. package/dist/components/Email/templates/internal/it/PasswordRotationReminder.d.ts +8 -0
  164. package/dist/components/Email/templates/internal/it/PasswordRotationReminder.js +13 -0
  165. package/dist/components/Email/templates/internal/it/PasswordRotationReminder.js.map +1 -0
  166. package/dist/components/Email/templates/internal/it/index.d.ts +3 -0
  167. package/dist/components/Email/templates/legal/DMCANotice.d.ts +9 -0
  168. package/dist/components/Email/templates/legal/DMCANotice.js +14 -0
  169. package/dist/components/Email/templates/legal/DMCANotice.js.map +1 -0
  170. package/dist/components/Email/templates/legal/DPANotice.d.ts +9 -0
  171. package/dist/components/Email/templates/legal/DPANotice.js +14 -0
  172. package/dist/components/Email/templates/legal/DPANotice.js.map +1 -0
  173. package/dist/components/Email/templates/legal/GDPRCompliance.d.ts +8 -0
  174. package/dist/components/Email/templates/legal/GDPRCompliance.js +14 -0
  175. package/dist/components/Email/templates/legal/GDPRCompliance.js.map +1 -0
  176. package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.d.ts +8 -0
  177. package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.js +14 -0
  178. package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.js.map +1 -0
  179. package/dist/components/Email/templates/legal/TermsOfServiceUpdate.d.ts +8 -0
  180. package/dist/components/Email/templates/legal/TermsOfServiceUpdate.js +14 -0
  181. package/dist/components/Email/templates/legal/TermsOfServiceUpdate.js.map +1 -0
  182. package/dist/components/Email/templates/legal/index.d.ts +5 -0
  183. package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.d.ts +6 -0
  184. package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.js +11 -0
  185. package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.js.map +1 -0
  186. package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.d.ts +6 -0
  187. package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.js +11 -0
  188. package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.js.map +1 -0
  189. package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.d.ts +5 -0
  190. package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.js +11 -0
  191. package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.js.map +1 -0
  192. package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.d.ts +5 -0
  193. package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.js +11 -0
  194. package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.js.map +1 -0
  195. package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.d.ts +6 -0
  196. package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.js +11 -0
  197. package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.js.map +1 -0
  198. package/dist/components/Email/templates/marketing/affiliate/index.d.ts +5 -0
  199. package/dist/components/Email/templates/marketing/blog/BestOfRoundup.d.ts +6 -0
  200. package/dist/components/Email/templates/marketing/blog/BestOfRoundup.js +11 -0
  201. package/dist/components/Email/templates/marketing/blog/BestOfRoundup.js.map +1 -0
  202. package/dist/components/Email/templates/marketing/blog/BlogSeries.d.ts +7 -0
  203. package/dist/components/Email/templates/marketing/blog/BlogSeries.js +11 -0
  204. package/dist/components/Email/templates/marketing/blog/BlogSeries.js.map +1 -0
  205. package/dist/components/Email/templates/marketing/blog/NewBlogPost.d.ts +7 -0
  206. package/dist/components/Email/templates/marketing/blog/NewBlogPost.js +11 -0
  207. package/dist/components/Email/templates/marketing/blog/NewBlogPost.js.map +1 -0
  208. package/dist/components/Email/templates/marketing/blog/index.d.ts +3 -0
  209. package/dist/components/Email/templates/marketing/content/InfographicEmail.d.ts +5 -0
  210. package/dist/components/Email/templates/marketing/content/InfographicEmail.js +11 -0
  211. package/dist/components/Email/templates/marketing/content/InfographicEmail.js.map +1 -0
  212. package/dist/components/Email/templates/marketing/content/NewGuideEbook.d.ts +6 -0
  213. package/dist/components/Email/templates/marketing/content/NewGuideEbook.js +11 -0
  214. package/dist/components/Email/templates/marketing/content/NewGuideEbook.js.map +1 -0
  215. package/dist/components/Email/templates/marketing/content/PodcastEpisode.d.ts +6 -0
  216. package/dist/components/Email/templates/marketing/content/PodcastEpisode.js +11 -0
  217. package/dist/components/Email/templates/marketing/content/PodcastEpisode.js.map +1 -0
  218. package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.d.ts +6 -0
  219. package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.js +11 -0
  220. package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.js.map +1 -0
  221. package/dist/components/Email/templates/marketing/content/YouTubeNotification.d.ts +6 -0
  222. package/dist/components/Email/templates/marketing/content/YouTubeNotification.js +11 -0
  223. package/dist/components/Email/templates/marketing/content/YouTubeNotification.js.map +1 -0
  224. package/dist/components/Email/templates/marketing/content/index.d.ts +5 -0
  225. package/dist/components/Email/templates/marketing/events/ConferenceSeries.d.ts +5 -0
  226. package/dist/components/Email/templates/marketing/events/ConferenceSeries.js +11 -0
  227. package/dist/components/Email/templates/marketing/events/ConferenceSeries.js.map +1 -0
  228. package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.d.ts +5 -0
  229. package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.js +11 -0
  230. package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.js.map +1 -0
  231. package/dist/components/Email/templates/marketing/events/EventAnnouncement.d.ts +9 -0
  232. package/dist/components/Email/templates/marketing/events/EventAnnouncement.js +13 -0
  233. package/dist/components/Email/templates/marketing/events/EventAnnouncement.js.map +1 -0
  234. package/dist/components/Email/templates/marketing/events/PostEventThankYou.d.ts +5 -0
  235. package/dist/components/Email/templates/marketing/events/PostEventThankYou.js +11 -0
  236. package/dist/components/Email/templates/marketing/events/PostEventThankYou.js.map +1 -0
  237. package/dist/components/Email/templates/marketing/events/ScheduleReleased.d.ts +5 -0
  238. package/dist/components/Email/templates/marketing/events/ScheduleReleased.js +11 -0
  239. package/dist/components/Email/templates/marketing/events/ScheduleReleased.js.map +1 -0
  240. package/dist/components/Email/templates/marketing/events/VIPInvite.d.ts +5 -0
  241. package/dist/components/Email/templates/marketing/events/VIPInvite.js +11 -0
  242. package/dist/components/Email/templates/marketing/events/VIPInvite.js.map +1 -0
  243. package/dist/components/Email/templates/marketing/events/index.d.ts +6 -0
  244. package/dist/components/Email/templates/marketing/index.d.ts +10 -0
  245. package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.d.ts +5 -0
  246. package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.js +11 -0
  247. package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.js.map +1 -0
  248. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.d.ts +5 -0
  249. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.js +11 -0
  250. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.js.map +1 -0
  251. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.d.ts +11 -0
  252. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.js +13 -0
  253. package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.js.map +1 -0
  254. package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.d.ts +9 -0
  255. package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.js +14 -0
  256. package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.js.map +1 -0
  257. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.d.ts +9 -0
  258. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.js +14 -0
  259. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.js.map +1 -0
  260. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.d.ts +5 -0
  261. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.js +11 -0
  262. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.js.map +1 -0
  263. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.d.ts +5 -0
  264. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.js +11 -0
  265. package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.js.map +1 -0
  266. package/dist/components/Email/templates/marketing/lead-nurturing/index.d.ts +7 -0
  267. package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.d.ts +5 -0
  268. package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.js +11 -0
  269. package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.js.map +1 -0
  270. package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.d.ts +16 -0
  271. package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.js +22 -0
  272. package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.js.map +1 -0
  273. package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.d.ts +16 -0
  274. package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.js +29 -0
  275. package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.js.map +1 -0
  276. package/dist/components/Email/templates/marketing/newsletters/index.d.ts +3 -0
  277. package/dist/components/Email/templates/marketing/promotional/AbandonedCart.d.ts +15 -0
  278. package/dist/components/Email/templates/marketing/promotional/AbandonedCart.js +20 -0
  279. package/dist/components/Email/templates/marketing/promotional/AbandonedCart.js.map +1 -0
  280. package/dist/components/Email/templates/marketing/promotional/BackInStock.d.ts +5 -0
  281. package/dist/components/Email/templates/marketing/promotional/BackInStock.js +11 -0
  282. package/dist/components/Email/templates/marketing/promotional/BackInStock.js.map +1 -0
  283. package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.d.ts +5 -0
  284. package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.js +11 -0
  285. package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.js.map +1 -0
  286. package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.d.ts +5 -0
  287. package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.js +11 -0
  288. package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.js.map +1 -0
  289. package/dist/components/Email/templates/marketing/promotional/FlashSale.d.ts +9 -0
  290. package/dist/components/Email/templates/marketing/promotional/FlashSale.js +14 -0
  291. package/dist/components/Email/templates/marketing/promotional/FlashSale.js.map +1 -0
  292. package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.d.ts +5 -0
  293. package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.js +11 -0
  294. package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.js.map +1 -0
  295. package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.d.ts +5 -0
  296. package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.js +11 -0
  297. package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.js.map +1 -0
  298. package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.d.ts +5 -0
  299. package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.js +11 -0
  300. package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.js.map +1 -0
  301. package/dist/components/Email/templates/marketing/promotional/index.d.ts +8 -0
  302. package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.d.ts +5 -0
  303. package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.js +11 -0
  304. package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.js.map +1 -0
  305. package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.d.ts +5 -0
  306. package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.js +11 -0
  307. package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.js.map +1 -0
  308. package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.d.ts +5 -0
  309. package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.js +11 -0
  310. package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.js.map +1 -0
  311. package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.d.ts +8 -0
  312. package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.js +13 -0
  313. package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.js.map +1 -0
  314. package/dist/components/Email/templates/marketing/reengagement/index.d.ts +4 -0
  315. package/dist/components/Email/templates/marketing/social/CommunityMilestone.d.ts +5 -0
  316. package/dist/components/Email/templates/marketing/social/CommunityMilestone.js +11 -0
  317. package/dist/components/Email/templates/marketing/social/CommunityMilestone.js.map +1 -0
  318. package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.d.ts +5 -0
  319. package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.js +11 -0
  320. package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.js.map +1 -0
  321. package/dist/components/Email/templates/marketing/social/ShareYourStory.d.ts +5 -0
  322. package/dist/components/Email/templates/marketing/social/ShareYourStory.js +11 -0
  323. package/dist/components/Email/templates/marketing/social/ShareYourStory.js.map +1 -0
  324. package/dist/components/Email/templates/marketing/social/SocialProof.d.ts +13 -0
  325. package/dist/components/Email/templates/marketing/social/SocialProof.js +16 -0
  326. package/dist/components/Email/templates/marketing/social/SocialProof.js.map +1 -0
  327. package/dist/components/Email/templates/marketing/social/UserSpotlight.d.ts +5 -0
  328. package/dist/components/Email/templates/marketing/social/UserSpotlight.js +11 -0
  329. package/dist/components/Email/templates/marketing/social/UserSpotlight.js.map +1 -0
  330. package/dist/components/Email/templates/marketing/social/index.d.ts +5 -0
  331. package/dist/components/Email/templates/marketing/surveys/BetaFeedback.d.ts +5 -0
  332. package/dist/components/Email/templates/marketing/surveys/BetaFeedback.js +11 -0
  333. package/dist/components/Email/templates/marketing/surveys/BetaFeedback.js.map +1 -0
  334. package/dist/components/Email/templates/marketing/surveys/CSATSurvey.d.ts +5 -0
  335. package/dist/components/Email/templates/marketing/surveys/CSATSurvey.js +11 -0
  336. package/dist/components/Email/templates/marketing/surveys/CSATSurvey.js.map +1 -0
  337. package/dist/components/Email/templates/marketing/surveys/ExitSurvey.d.ts +7 -0
  338. package/dist/components/Email/templates/marketing/surveys/ExitSurvey.js +20 -0
  339. package/dist/components/Email/templates/marketing/surveys/ExitSurvey.js.map +1 -0
  340. package/dist/components/Email/templates/marketing/surveys/NPSSurvey.d.ts +7 -0
  341. package/dist/components/Email/templates/marketing/surveys/NPSSurvey.js +17 -0
  342. package/dist/components/Email/templates/marketing/surveys/NPSSurvey.js.map +1 -0
  343. package/dist/components/Email/templates/marketing/surveys/ProductFeedback.d.ts +5 -0
  344. package/dist/components/Email/templates/marketing/surveys/ProductFeedback.js +11 -0
  345. package/dist/components/Email/templates/marketing/surveys/ProductFeedback.js.map +1 -0
  346. package/dist/components/Email/templates/marketing/surveys/index.d.ts +5 -0
  347. package/dist/components/Email/templates/sales/ClientReferenceRequest.d.ts +8 -0
  348. package/dist/components/Email/templates/sales/ClientReferenceRequest.js +13 -0
  349. package/dist/components/Email/templates/sales/ClientReferenceRequest.js.map +1 -0
  350. package/dist/components/Email/templates/sales/ClientWinBack.d.ts +10 -0
  351. package/dist/components/Email/templates/sales/ClientWinBack.js +13 -0
  352. package/dist/components/Email/templates/sales/ClientWinBack.js.map +1 -0
  353. package/dist/components/Email/templates/sales/ColdOutreach.d.ts +11 -0
  354. package/dist/components/Email/templates/sales/ColdOutreach.js +13 -0
  355. package/dist/components/Email/templates/sales/ColdOutreach.js.map +1 -0
  356. package/dist/components/Email/templates/sales/FollowUpEmail.d.ts +9 -0
  357. package/dist/components/Email/templates/sales/FollowUpEmail.js +13 -0
  358. package/dist/components/Email/templates/sales/FollowUpEmail.js.map +1 -0
  359. package/dist/components/Email/templates/sales/ProjectTermination.d.ts +9 -0
  360. package/dist/components/Email/templates/sales/ProjectTermination.js +12 -0
  361. package/dist/components/Email/templates/sales/ProjectTermination.js.map +1 -0
  362. package/dist/components/Email/templates/sales/ProposalAccepted.d.ts +9 -0
  363. package/dist/components/Email/templates/sales/ProposalAccepted.js +13 -0
  364. package/dist/components/Email/templates/sales/ProposalAccepted.js.map +1 -0
  365. package/dist/components/Email/templates/sales/ScheduleDemo.d.ts +9 -0
  366. package/dist/components/Email/templates/sales/ScheduleDemo.js +13 -0
  367. package/dist/components/Email/templates/sales/ScheduleDemo.js.map +1 -0
  368. package/dist/components/Email/templates/sales/SendProposal.d.ts +9 -0
  369. package/dist/components/Email/templates/sales/SendProposal.js +14 -0
  370. package/dist/components/Email/templates/sales/SendProposal.js.map +1 -0
  371. package/dist/components/Email/templates/sales/index.d.ts +8 -0
  372. package/dist/components/Email/templates/security/AccountDeletedConfirmation.d.ts +8 -0
  373. package/dist/components/Email/templates/security/AccountDeletedConfirmation.js +13 -0
  374. package/dist/components/Email/templates/security/AccountDeletedConfirmation.js.map +1 -0
  375. package/dist/components/Email/templates/security/ApiKeyCreated.d.ts +9 -0
  376. package/dist/components/Email/templates/security/ApiKeyCreated.js +14 -0
  377. package/dist/components/Email/templates/security/ApiKeyCreated.js.map +1 -0
  378. package/dist/components/Email/templates/security/DataExportReady.d.ts +8 -0
  379. package/dist/components/Email/templates/security/DataExportReady.js +13 -0
  380. package/dist/components/Email/templates/security/DataExportReady.js.map +1 -0
  381. package/dist/components/Email/templates/security/NewLoginAlert.d.ts +10 -0
  382. package/dist/components/Email/templates/security/NewLoginAlert.js +13 -0
  383. package/dist/components/Email/templates/security/NewLoginAlert.js.map +1 -0
  384. package/dist/components/Email/templates/security/PolicyUpdateEmail.d.ts +9 -0
  385. package/dist/components/Email/templates/security/PolicyUpdateEmail.js +13 -0
  386. package/dist/components/Email/templates/security/PolicyUpdateEmail.js.map +1 -0
  387. package/dist/components/Email/templates/security/TwoFactorCode.d.ts +8 -0
  388. package/dist/components/Email/templates/security/TwoFactorCode.js +13 -0
  389. package/dist/components/Email/templates/security/TwoFactorCode.js.map +1 -0
  390. package/dist/components/Email/templates/security/index.d.ts +6 -0
  391. package/dist/components/Email/templates/support/SupportFeedbackRequest.d.ts +9 -0
  392. package/dist/components/Email/templates/support/SupportFeedbackRequest.js +15 -0
  393. package/dist/components/Email/templates/support/SupportFeedbackRequest.js.map +1 -0
  394. package/dist/components/Email/templates/support/TicketCreatedEmail.d.ts +9 -0
  395. package/dist/components/Email/templates/support/TicketCreatedEmail.js +13 -0
  396. package/dist/components/Email/templates/support/TicketCreatedEmail.js.map +1 -0
  397. package/dist/components/Email/templates/support/TicketReplyEmail.d.ts +9 -0
  398. package/dist/components/Email/templates/support/TicketReplyEmail.js +14 -0
  399. package/dist/components/Email/templates/support/TicketReplyEmail.js.map +1 -0
  400. package/dist/components/Email/templates/support/TicketResolvedEmail.d.ts +9 -0
  401. package/dist/components/Email/templates/support/TicketResolvedEmail.js +14 -0
  402. package/dist/components/Email/templates/support/TicketResolvedEmail.js.map +1 -0
  403. package/dist/components/Email/templates/support/index.d.ts +4 -0
  404. package/dist/components/Email/templates/system/IncidentReport.d.ts +10 -0
  405. package/dist/components/Email/templates/system/IncidentReport.js +13 -0
  406. package/dist/components/Email/templates/system/IncidentReport.js.map +1 -0
  407. package/dist/components/Email/templates/system/MaintenanceNotice.d.ts +9 -0
  408. package/dist/components/Email/templates/system/MaintenanceNotice.js +13 -0
  409. package/dist/components/Email/templates/system/MaintenanceNotice.js.map +1 -0
  410. package/dist/components/Email/templates/system/NotificationEmail.d.ts +10 -0
  411. package/dist/components/Email/templates/system/NotificationEmail.js +14 -0
  412. package/dist/components/Email/templates/system/NotificationEmail.js.map +1 -0
  413. package/dist/components/Email/templates/system/StatusPageUpdate.d.ts +10 -0
  414. package/dist/components/Email/templates/system/StatusPageUpdate.js +13 -0
  415. package/dist/components/Email/templates/system/StatusPageUpdate.js.map +1 -0
  416. package/dist/components/Email/templates/system/index.d.ts +4 -0
  417. package/dist/index.d.ts +1 -0
  418. package/dist/index.js +124 -1
  419. package/dist/styles.css +1 -1
  420. package/package.json +12 -5
  421. package/dist/components/Auth/PasswordResetForm.example.js.map +0 -1
  422. package/dist/components/Auth/PasswordResetForm.js.map +0 -1
  423. /package/dist/components/Auth/{PasswordResetForm.example.d.ts → ForgotPasswordForm.example.d.ts} +0 -0
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export declare const BestOfRoundup: React.FC<{
3
+ period?: string;
4
+ link?: string;
5
+ }>;
6
+ export default BestOfRoundup;
@@ -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 BestOfRoundup = ({ period = 'this month', link = '#' }) => (jsxs(EmailLayout, { previewText: `Our best content from ${period}`, title: "Best of Roundup", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Best of the Blog" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Missed some updates ", period, "? We've compiled our most popular and impactful articles all in one place."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "View the Roundup" }) })] }));
9
+
10
+ export { BestOfRoundup, BestOfRoundup as default };
11
+ //# sourceMappingURL=BestOfRoundup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BestOfRoundup.js","sources":["../../../../../../src/components/Email/templates/marketing/blog/BestOfRoundup.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const BestOfRoundup: React.FC<{ period?: string; link?: string }> = ({ \n period = 'this month', \n link = '#' \n}) => (\n <EmailLayout previewText={`Our best content from ${period}`} title=\"Best of Roundup\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Best of the Blog</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">Missed some updates {period}? We've compiled our most popular and impactful articles all in one place.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>View the Roundup</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default BestOfRoundup;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,aAAa,GAAiD,CAAC,EAC1E,MAAM,GAAG,YAAY,EACrB,IAAI,GAAG,GAAG,EACX,MACCA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,sBAAA,EAAyB,MAAM,CAAA,CAAE,EAAE,KAAK,EAAC,iBAAiB,aAClFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAwB,EAC/FD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,sBAAA,EAAsB,MAAM,kFAAkF,EAC/LC,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAgC,EAAA,CAC/C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export declare const BlogSeries: React.FC<{
3
+ seriesName?: string;
4
+ partNumber?: number;
5
+ link?: string;
6
+ }>;
7
+ export default BlogSeries;
@@ -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 BlogSeries = ({ seriesName = 'React Server Components', partNumber = 2, link = '#' }) => (jsxs(EmailLayout, { previewText: `Part ${partNumber} of ${seriesName} is live!`, title: `${seriesName} - Part ${partNumber}`, children: [jsxs(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: [seriesName, ": Part ", partNumber] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "The next installment of our deep-dive series is now available. Dive in to continue learning." }), jsx(Section, { className: "text-center mb-6", children: jsxs(EmailButton, { href: link, children: ["Read Part ", partNumber] }) })] }));
9
+
10
+ export { BlogSeries, BlogSeries as default };
11
+ //# sourceMappingURL=BlogSeries.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BlogSeries.js","sources":["../../../../../../src/components/Email/templates/marketing/blog/BlogSeries.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const BlogSeries: React.FC<{ seriesName?: string; partNumber?: number; link?: string }> = ({ \n seriesName = 'React Server Components', \n partNumber = 2, \n link = '#' \n}) => (\n <EmailLayout previewText={`Part ${partNumber} of ${seriesName} is live!`} title={`${seriesName} - Part ${partNumber}`}>\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">{seriesName}: Part {partNumber}</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">The next installment of our deep-dive series is now available. Dive in to continue learning.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Read Part {partNumber}</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default BlogSeries;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,UAAU,GAA0E,CAAC,EAChG,UAAU,GAAG,yBAAyB,EACtC,UAAU,GAAG,CAAC,EACd,IAAI,GAAG,GAAG,EACX,MACCA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,KAAA,EAAQ,UAAU,CAAA,IAAA,EAAO,UAAU,WAAW,EAAE,KAAK,EAAE,CAAA,EAAG,UAAU,WAAW,UAAU,CAAA,CAAE,EAAA,QAAA,EAAA,CACnHA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,aAAE,UAAU,EAAA,SAAA,EAAS,UAAU,CAAA,EAAA,CAAQ,EAC9GC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,8FAAA,EAAA,CAAoG,EACrLA,GAAA,CAAC,OAAO,IAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCD,KAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,CAAA,YAAA,EAAa,UAAU,IAAe,EAAA,CACrD,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export declare const NewBlogPost: React.FC<{
3
+ title?: string;
4
+ author?: string;
5
+ link?: string;
6
+ }>;
7
+ export default NewBlogPost;
@@ -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 NewBlogPost = ({ title = '10 Tips for React Developers', author = 'Jane Doe', link = '#' }) => (jsxs(EmailLayout, { previewText: `New post: ${title}`, title: "New Blog Post", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "New on the blog!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["We just published a new article by ", author, ": ", jsx("strong", { children: title }), ". Check it out now to learn more."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Read Article" }) })] }));
9
+
10
+ export { NewBlogPost, NewBlogPost as default };
11
+ //# sourceMappingURL=NewBlogPost.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NewBlogPost.js","sources":["../../../../../../src/components/Email/templates/marketing/blog/NewBlogPost.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const NewBlogPost: React.FC<{ title?: string; author?: string; link?: string }> = ({ \n title = '10 Tips for React Developers', \n author = 'Jane Doe', \n link = '#' \n}) => (\n <EmailLayout previewText={`New post: ${title}`} title=\"New Blog Post\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">New on the blog!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">We just published a new article by {author}: <strong>{title}</strong>. Check it out now to learn more.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Read Article</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default NewBlogPost;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,WAAW,GAAiE,CAAC,EACxF,KAAK,GAAG,8BAA8B,EACtC,MAAM,GAAG,UAAU,EACnB,IAAI,GAAG,GAAG,EACX,MACCA,IAAA,CAAC,WAAW,IAAC,WAAW,EAAE,CAAA,UAAA,EAAa,KAAK,EAAE,EAAE,KAAK,EAAC,eAAe,aACnEC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAwB,EAC/FD,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,qCAAA,EAAqC,MAAM,EAAA,IAAA,EAAGC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,KAAK,EAAA,CAAU,EAAA,mCAAA,CAAA,EAAA,CAAwC,EAC/LA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,YACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,cAAA,EAAA,CAA4B,EAAA,CAC3C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,3 @@
1
+ export * from './NewBlogPost';
2
+ export * from './BlogSeries';
3
+ export * from './BestOfRoundup';
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const InfographicEmail: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default InfographicEmail;
@@ -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 InfographicEmail = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "See the data visually", title: "New Infographic", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "By the Numbers" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "We parsed through thousands of data points to bring you our latest infographic. Check it out to see the surprising trends we discovered." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "View Infographic" }) })] }));
9
+
10
+ export { InfographicEmail, InfographicEmail as default };
11
+ //# sourceMappingURL=InfographicEmail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InfographicEmail.js","sources":["../../../../../../src/components/Email/templates/marketing/content/InfographicEmail.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const InfographicEmail: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"See the data visually\" title=\"New Infographic\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">By the Numbers</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We parsed through thousands of data points to bring you our latest infographic. Check it out to see the surprising trends we discovered.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>View Infographic</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default InfographicEmail;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,gBAAgB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC1EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,uBAAuB,EAAC,KAAK,EAAC,iBAAiB,EAAA,QAAA,EAAA,CACtEC,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,0IAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAgC,EAAA,CAC/C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export declare const NewGuideEbook: React.FC<{
3
+ guideName?: string;
4
+ link?: string;
5
+ }>;
6
+ export default NewGuideEbook;
@@ -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 NewGuideEbook = ({ guideName = 'The 2026 Industry Report', link = '#' }) => (jsxs(EmailLayout, { previewText: `Download: ${guideName}`, title: "New Guide Available", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "New Resource Available" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["We've just released our newest comprehensive guide: ", jsx("strong", { children: guideName }), ". It's packed with data, insights, and actionable takeaways."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Download Free" }) })] }));
9
+
10
+ export { NewGuideEbook, NewGuideEbook as default };
11
+ //# sourceMappingURL=NewGuideEbook.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NewGuideEbook.js","sources":["../../../../../../src/components/Email/templates/marketing/content/NewGuideEbook.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const NewGuideEbook: React.FC<{ guideName?: string; link?: string }> = ({ \n guideName = 'The 2026 Industry Report', \n link = '#' \n}) => (\n <EmailLayout previewText={`Download: ${guideName}`} title=\"New Guide Available\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">New Resource Available</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">We've just released our newest comprehensive guide: <strong>{guideName}</strong>. It's packed with data, insights, and actionable takeaways.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Download Free</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default NewGuideEbook;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,aAAa,GAAoD,CAAC,EAC7E,SAAS,GAAG,0BAA0B,EACtC,IAAI,GAAG,GAAG,EACX,MACCA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,UAAA,EAAa,SAAS,CAAA,CAAE,EAAE,KAAK,EAAC,qBAAqB,EAAA,QAAA,EAAA,CAC7EC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,wBAAA,EAAA,CAA8B,EACrGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,sDAAA,EAAqDC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,SAAS,EAAA,CAAU,oEAAmE,EACrOA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,eAAA,EAAA,CAA6B,EAAA,CAC5C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export declare const PodcastEpisode: React.FC<{
3
+ episodeTitle?: string;
4
+ link?: string;
5
+ }>;
6
+ export default PodcastEpisode;
@@ -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 PodcastEpisode = ({ episodeTitle = 'Ep 42: Scaling React Teams', link = '#' }) => (jsxs(EmailLayout, { previewText: `New Episode: ${episodeTitle}`, title: "New Podcast Episode", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "New Episode Live! \uD83C\uDFA7" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["A brand new episode of our podcast is out: ", jsx("strong", { children: episodeTitle }), ". Tune in wherever you get your podcasts."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Listen Now" }) })] }));
9
+
10
+ export { PodcastEpisode, PodcastEpisode as default };
11
+ //# sourceMappingURL=PodcastEpisode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PodcastEpisode.js","sources":["../../../../../../src/components/Email/templates/marketing/content/PodcastEpisode.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const PodcastEpisode: React.FC<{ episodeTitle?: string; link?: string }> = ({ \n episodeTitle = 'Ep 42: Scaling React Teams', \n link = '#' \n}) => (\n <EmailLayout previewText={`New Episode: ${episodeTitle}`} title=\"New Podcast Episode\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">New Episode Live! 🎧</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">A brand new episode of our podcast is out: <strong>{episodeTitle}</strong>. Tune in wherever you get your podcasts.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Listen Now</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default PodcastEpisode;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,cAAc,GAAuD,CAAC,EACjF,YAAY,GAAG,4BAA4B,EAC3C,IAAI,GAAG,GAAG,EACX,MACCA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,aAAA,EAAgB,YAAY,CAAA,CAAE,EAAE,KAAK,EAAC,qBAAqB,EAAA,QAAA,EAAA,CACnFC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,gCAAA,EAAA,CAA4B,EACnGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,6CAAA,EAA4CC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,YAAY,EAAA,CAAU,iDAAgD,EAC5MA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,YAAA,EAAA,CAA0B,EAAA,CACzC,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export declare const ToolTemplateDelivery: React.FC<{
3
+ toolName?: string;
4
+ link?: string;
5
+ }>;
6
+ export default ToolTemplateDelivery;
@@ -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 ToolTemplateDelivery = ({ toolName = 'UI Component Checklist', link = '#' }) => (jsxs(EmailLayout, { previewText: `Access your free tool: ${toolName}`, title: "Your Free Tool", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Here is your free template!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["As promised, you can now access the ", jsx("strong", { children: toolName }), ". We hope it saves you time and accelerates your workflow."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Access Template" }) })] }));
9
+
10
+ export { ToolTemplateDelivery, ToolTemplateDelivery as default };
11
+ //# sourceMappingURL=ToolTemplateDelivery.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToolTemplateDelivery.js","sources":["../../../../../../src/components/Email/templates/marketing/content/ToolTemplateDelivery.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const ToolTemplateDelivery: React.FC<{ toolName?: string; link?: string }> = ({ \n toolName = 'UI Component Checklist', \n link = '#' \n}) => (\n <EmailLayout previewText={`Access your free tool: ${toolName}`} title=\"Your Free Tool\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Here is your free template!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">As promised, you can now access the <strong>{toolName}</strong>. We hope it saves you time and accelerates your workflow.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Access Template</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default ToolTemplateDelivery;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,oBAAoB,GAAmD,CAAC,EACnF,QAAQ,GAAG,wBAAwB,EACnC,IAAI,GAAG,GAAG,EACX,MACCA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,uBAAA,EAA0B,QAAQ,CAAA,CAAE,EAAE,KAAK,EAAC,gBAAgB,EAAA,QAAA,EAAA,CACpFC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,6BAAA,EAAA,CAAmC,EAC1GD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,sCAAA,EAAqCC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,QAAQ,EAAA,CAAU,kEAAiE,EAClNA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,iBAAA,EAAA,CAA+B,EAAA,CAC9C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export declare const YouTubeNotification: React.FC<{
3
+ videoTitle?: string;
4
+ link?: string;
5
+ }>;
6
+ export default YouTubeNotification;
@@ -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 YouTubeNotification = ({ videoTitle = 'Building a Component Library in 10 Minutes', link = '#' }) => (jsxs(EmailLayout, { previewText: `Watch: ${videoTitle}`, title: "New Video Upload", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "New Video Uploaded \uD83D\uDCFA" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["We just uploaded a new tutorial to our channel: ", jsx("strong", { children: videoTitle }), "."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Watch on YouTube" }) })] }));
9
+
10
+ export { YouTubeNotification, YouTubeNotification as default };
11
+ //# sourceMappingURL=YouTubeNotification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"YouTubeNotification.js","sources":["../../../../../../src/components/Email/templates/marketing/content/YouTubeNotification.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const YouTubeNotification: React.FC<{ videoTitle?: string; link?: string }> = ({ \n videoTitle = 'Building a Component Library in 10 Minutes', \n link = '#' \n}) => (\n <EmailLayout previewText={`Watch: ${videoTitle}`} title=\"New Video Upload\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">New Video Uploaded 📺</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">We just uploaded a new tutorial to our channel: <strong>{videoTitle}</strong>.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Watch on YouTube</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default YouTubeNotification;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,mBAAmB,GAAqD,CAAC,EACpF,UAAU,GAAG,4CAA4C,EACzD,IAAI,GAAG,GAAG,EACX,MACCA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,OAAA,EAAU,UAAU,CAAA,CAAE,EAAE,KAAK,EAAC,kBAAkB,EAAA,QAAA,EAAA,CACxEC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,iCAAA,EAAA,CAA6B,EACpGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,kDAAA,EAAiDC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,UAAU,EAAA,CAAU,SAAQ,EACvKA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAgC,EAAA,CAC/C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ export * from './NewGuideEbook';
2
+ export * from './ToolTemplateDelivery';
3
+ export * from './InfographicEmail';
4
+ export * from './PodcastEpisode';
5
+ export * from './YouTubeNotification';
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const ConferenceSeries: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default ConferenceSeries;
@@ -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 ConferenceSeries = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Here's what's happening today", title: "Daily Agenda", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Welcome to Day 2" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Welcome back! We have another packed day of keynotes, breakout sessions, and networking. Here is your guide to navigating today's events." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "View Today's Schedule" }) })] }));
9
+
10
+ export { ConferenceSeries, ConferenceSeries as default };
11
+ //# sourceMappingURL=ConferenceSeries.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConferenceSeries.js","sources":["../../../../../../src/components/Email/templates/marketing/events/ConferenceSeries.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const ConferenceSeries: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Here's what's happening today\" title=\"Daily Agenda\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Welcome to Day 2</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Welcome back! We have another packed day of keynotes, breakout sessions, and networking. Here is your guide to navigating today's events.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>View Today's Schedule</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default ConferenceSeries;"],"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,cAAc,EAAA,QAAA,EAAA,CAC3EC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAwB,EAC/FA,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,uBAAA,EAAA,CAAqC,EAAA,CACpD,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const EarlyBirdReminder: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default EarlyBirdReminder;
@@ -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 EarlyBirdReminder = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Early bird pricing ends soon", title: "Pricing Alert", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Early Bird Ends Soon" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "This is your final warning! Our discounted early-bird tickets are disappearing at midnight. Lock in your spot now to save." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Get Tickets" }) })] }));
9
+
10
+ export { EarlyBirdReminder, EarlyBirdReminder as default };
11
+ //# sourceMappingURL=EarlyBirdReminder.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EarlyBirdReminder.js","sources":["../../../../../../src/components/Email/templates/marketing/events/EarlyBirdReminder.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const EarlyBirdReminder: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Early bird pricing ends soon\" title=\"Pricing Alert\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Early Bird Ends Soon</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n This is your final warning! Our discounted early-bird tickets are disappearing at midnight. Lock in your spot now to save.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Get Tickets</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default EarlyBirdReminder;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,iBAAiB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC3EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,8BAA8B,EAAC,KAAK,EAAC,eAAe,EAAA,QAAA,EAAA,CAC3EC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,sBAAA,EAAA,CAA4B,EACnGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,4HAAA,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,9 @@
1
+ import React from 'react';
2
+ export interface EventAnnouncementProps {
3
+ eventName?: string;
4
+ date?: string;
5
+ location?: string;
6
+ registerLink?: string;
7
+ }
8
+ export declare const EventAnnouncement: React.FC<EventAnnouncementProps>;
9
+ export default EventAnnouncement;
@@ -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 EventAnnouncement = ({ eventName = 'Beyond UI Developer Summit 2026', date = 'September 15-16, 2026', location = 'San Francisco, CA & Virtual', registerLink = 'https://example.com/events/summit-2026' }) => {
9
+ return (jsxs(EmailLayout, { previewText: `Join us at the ${eventName}!`, title: "Event Announcement", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "You're Invited!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["We are thrilled to announce the ", jsx("strong", { children: eventName }), ", our biggest gathering of the year. Join industry leaders, networking sessions, and deep-dive technical workshops."] }), jsxs(Section, { className: "bg-blue-50 dark:bg-blue-900 p-6 rounded-lg mb-6 border border-blue-100 dark:border-blue-800 text-center", children: [jsx(Text, { className: "text-blue-800 dark:text-blue-200 font-bold m-0 mb-2", children: date }), jsx(Text, { className: "text-blue-600 dark:text-blue-300 m-0", children: location })] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6 text-center", children: "Early bird tickets are available now at a special discounted rate. Grab yours before they sell out!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: registerLink, children: "Get Tickets Now" }) })] }));
10
+ };
11
+
12
+ export { EventAnnouncement, EventAnnouncement as default };
13
+ //# sourceMappingURL=EventAnnouncement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventAnnouncement.js","sources":["../../../../../../src/components/Email/templates/marketing/events/EventAnnouncement.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport interface EventAnnouncementProps {\n eventName?: string;\n date?: string;\n location?: string;\n registerLink?: string;\n}\n\nexport const EventAnnouncement: React.FC<EventAnnouncementProps> = ({\n eventName = 'Beyond UI Developer Summit 2026',\n date = 'September 15-16, 2026',\n location = 'San Francisco, CA & Virtual',\n registerLink = 'https://example.com/events/summit-2026'\n}) => {\n return (\n <EmailLayout previewText={`Join us at the ${eventName}!`} title=\"Event Announcement\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">You're Invited!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We are thrilled to announce the <strong>{eventName}</strong>, our biggest gathering of the year. Join industry leaders, networking sessions, and deep-dive technical workshops.\n </Text>\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 text-center\">\n <Text className=\"text-blue-800 dark:text-blue-200 font-bold m-0 mb-2\">{date}</Text>\n <Text className=\"text-blue-600 dark:text-blue-300 m-0\">{location}</Text>\n </Section>\n\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6 text-center\">\n Early bird tickets are available now at a special discounted rate. Grab yours before they sell out!\n </Text>\n\n <Section className=\"text-center mb-6\">\n <EmailButton href={registerLink}>Get Tickets Now</EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default EventAnnouncement;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;MAWa,iBAAiB,GAAqC,CAAC,EAClE,SAAS,GAAG,iCAAiC,EAC7C,IAAI,GAAG,uBAAuB,EAC9B,QAAQ,GAAG,6BAA6B,EACxC,YAAY,GAAG,wCAAwC,EACxD,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,IAAC,WAAW,EAAE,kBAAkB,SAAS,CAAA,CAAA,CAAG,EAAE,KAAK,EAAC,oBAAoB,EAAA,QAAA,EAAA,CAClFC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,iBAAA,EAAA,CAAuB,EAC9FD,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,iDAC/CC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,SAAS,GAAU,EAAA,qHAAA,CAAA,EAAA,CACvD,EAEPD,KAAC,OAAO,EAAA,EAAC,SAAS,EAAC,yGAAyG,aAC1HC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,qDAAqD,EAAA,QAAA,EAAE,IAAI,EAAA,CAAQ,EACnFA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sCAAsC,YAAE,QAAQ,EAAA,CAAQ,IAChE,EAEVA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,6EAA6E,oHAEtF,EAEPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,gCAA+B,EAAA,CACtD,CAAA,EAAA,CACE;AAElB;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const PostEventThankYou: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default PostEventThankYou;
@@ -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 PostEventThankYou = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Thanks for an amazing event!", title: "Thank You", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "That's a Wrap! \uD83C\uDFAC" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Thank you so much for joining us and making the event a massive success. The gallery of photos and session replays are now available online." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "View Gallery" }) })] }));
9
+
10
+ export { PostEventThankYou, PostEventThankYou as default };
11
+ //# sourceMappingURL=PostEventThankYou.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PostEventThankYou.js","sources":["../../../../../../src/components/Email/templates/marketing/events/PostEventThankYou.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const PostEventThankYou: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Thanks for an amazing event!\" title=\"Thank You\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">That's a Wrap! 🎬</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Thank you so much for joining us and making the event a massive success. The gallery of photos and session replays are now available online.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>View Gallery</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default PostEventThankYou;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,iBAAiB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC3EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,8BAA8B,EAAC,KAAK,EAAC,WAAW,EAAA,QAAA,EAAA,CACvEC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,6BAAA,EAAA,CAAyB,EAChGA,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,cAAA,EAAA,CAA4B,EAAA,CAC3C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const ScheduleReleased: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default ScheduleReleased;
@@ -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 ScheduleReleased = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "The agenda is live!", title: "Schedule Released", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "The Schedule is Live!" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "We have officially published the full agenda for our upcoming event. Check out the incredible lineup of speakers and workshops." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "View Agenda" }) })] }));
9
+
10
+ export { ScheduleReleased, ScheduleReleased as default };
11
+ //# sourceMappingURL=ScheduleReleased.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScheduleReleased.js","sources":["../../../../../../src/components/Email/templates/marketing/events/ScheduleReleased.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const ScheduleReleased: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"The agenda is live!\" title=\"Schedule Released\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">The Schedule is Live!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We have officially published the full agenda for our upcoming event. Check out the incredible lineup of speakers and workshops.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>View Agenda</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default ScheduleReleased;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,gBAAgB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC1EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,qBAAqB,EAAC,KAAK,EAAC,mBAAmB,EAAA,QAAA,EAAA,CACtEC,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,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,aAAA,EAAA,CAA2B,EAAA,CAC1C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const VIPInvite: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default VIPInvite;
@@ -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 VIPInvite = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "You're invited to an exclusive gathering", title: "VIP Invitation", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "You're Invited" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "As one of our most valued members, we'd like to formally invite you to an exclusive, invite-only VIP gathering." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "RSVP Now" }) })] }));
9
+
10
+ export { VIPInvite, VIPInvite as default };
11
+ //# sourceMappingURL=VIPInvite.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VIPInvite.js","sources":["../../../../../../src/components/Email/templates/marketing/events/VIPInvite.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const VIPInvite: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"You're invited to an exclusive gathering\" title=\"VIP Invitation\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">You're Invited</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n As one of our most valued members, we'd like to formally invite you to an exclusive, invite-only VIP gathering. \n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>RSVP Now</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default VIPInvite;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,SAAS,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACnEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,0CAA0C,EAAC,KAAK,EAAC,gBAAgB,EAAA,QAAA,EAAA,CACxFC,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,iHAAA,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,6 @@
1
+ export * from './EventAnnouncement';
2
+ export * from './EarlyBirdReminder';
3
+ export * from './ScheduleReleased';
4
+ export * from './VIPInvite';
5
+ export * from './PostEventThankYou';
6
+ export * from './ConferenceSeries';
@@ -0,0 +1,10 @@
1
+ export * from './newsletters';
2
+ export * from './blog';
3
+ export * from './lead-nurturing';
4
+ export * from './promotional';
5
+ export * from './events';
6
+ export * from './reengagement';
7
+ export * from './social';
8
+ export * from './surveys';
9
+ export * from './affiliate';
10
+ export * from './content';
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const CaseStudyDelivery: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default CaseStudyDelivery;
@@ -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 CaseStudyDelivery = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Read our newest success story", title: "New Case Study", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "See how they did it" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "We just published a new case study showing exactly how one of our clients doubled their growth using our platform." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Read the Case Study" }) })] }));
9
+
10
+ export { CaseStudyDelivery, CaseStudyDelivery as default };
11
+ //# sourceMappingURL=CaseStudyDelivery.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CaseStudyDelivery.js","sources":["../../../../../../src/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const CaseStudyDelivery: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Read our newest success story\" title=\"New Case Study\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">See how they did it</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We just published a new case study showing exactly how one of our clients doubled their growth using our platform.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Read the Case Study</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default CaseStudyDelivery;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,iBAAiB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC3EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,+BAA+B,EAAC,KAAK,EAAC,gBAAgB,EAAA,QAAA,EAAA,CAC7EC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,qBAAA,EAAA,CAA2B,EAClGA,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,qBAAA,EAAA,CAAmC,EAAA,CAClD,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const DripCampaignComplete: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default DripCampaignComplete;
@@ -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 DripCampaignComplete = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "You made it to the end!", title: "Course Complete", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Congratulations! \uD83C\uDF89" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "You've successfully completed the entire email course series. We hope you feel more confident and equipped to tackle your next project!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Get Your Certificate" }) })] }));
9
+
10
+ export { DripCampaignComplete, DripCampaignComplete as default };
11
+ //# sourceMappingURL=DripCampaignComplete.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DripCampaignComplete.js","sources":["../../../../../../src/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const DripCampaignComplete: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"You made it to the end!\" title=\"Course Complete\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Congratulations! 🎉</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n You've successfully completed the entire email course series. We hope you feel more confident and equipped to tackle your next project!\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Get Your Certificate</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default DripCampaignComplete;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,oBAAoB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC9EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,yBAAyB,EAAC,KAAK,EAAC,iBAAiB,EAAA,QAAA,EAAA,CACxEC,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,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,sBAAA,EAAA,CAAoC,EAAA,CACnD,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ export interface DripCampaignDay1Props {
3
+ userName?: string;
4
+ courseName?: string;
5
+ lessonTitle?: string;
6
+ lessonContent?: string;
7
+ actionItem?: string;
8
+ courseLink?: string;
9
+ }
10
+ export declare const DripCampaignDay1: React.FC<DripCampaignDay1Props>;
11
+ export default DripCampaignDay1;
@@ -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 DripCampaignDay1 = ({ userName = 'Alex', courseName = '5 Days to Better UI Design', lessonTitle = 'Day 1: Mastering Whitespace', lessonContent = 'Whitespace (or negative space) is the empty space between and around elements of a design or page layout. It is often overlooked, but it is one of the most powerful tools in your design arsenal.', actionItem = 'Take a look at your current project. Can you identify an area where adding 16px to 32px of margin drastically improves readability?', courseLink = 'https://example.com/course/day-1' }) => {
9
+ return (jsxs(EmailLayout, { previewText: `${courseName} - ${lessonTitle}`, title: lessonTitle, children: [jsx(Text, { className: "text-sm font-bold tracking-widest text-blue-600 dark:text-blue-400 uppercase mb-2", children: courseName }), jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: lessonTitle }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ","] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: lessonContent }), jsxs(Section, { className: "bg-gray-50 dark:bg-gray-700 p-6 rounded-lg mb-6 border border-gray-100 dark:border-gray-600", children: [jsx(Text, { className: "text-gray-900 dark:text-white font-bold m-0 mb-2", children: "Today's Action Item \uD83C\uDFAF" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 m-0", children: actionItem })] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: courseLink, children: "Read the Full Lesson" }) })] }));
10
+ };
11
+
12
+ export { DripCampaignDay1, DripCampaignDay1 as default };
13
+ //# sourceMappingURL=DripCampaignDay1.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DripCampaignDay1.js","sources":["../../../../../../src/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../../components';\n\nexport interface DripCampaignDay1Props {\n userName?: string;\n courseName?: string;\n lessonTitle?: string;\n lessonContent?: string;\n actionItem?: string;\n courseLink?: string;\n}\n\nexport const DripCampaignDay1: React.FC<DripCampaignDay1Props> = ({\n userName = 'Alex',\n courseName = '5 Days to Better UI Design',\n lessonTitle = 'Day 1: Mastering Whitespace',\n lessonContent = 'Whitespace (or negative space) is the empty space between and around elements of a design or page layout. It is often overlooked, but it is one of the most powerful tools in your design arsenal.',\n actionItem = 'Take a look at your current project. Can you identify an area where adding 16px to 32px of margin drastically improves readability?',\n courseLink = 'https://example.com/course/day-1'\n}) => {\n return (\n <EmailLayout previewText={`${courseName} - ${lessonTitle}`} title={lessonTitle}>\n <Text className=\"text-sm font-bold tracking-widest text-blue-600 dark:text-blue-400 uppercase mb-2\">{courseName}</Text>\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">{lessonTitle}</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">Hi {userName},</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">{lessonContent}</Text>\n \n <Section className=\"bg-gray-50 dark:bg-gray-700 p-6 rounded-lg mb-6 border border-gray-100 dark:border-gray-600\">\n <Text className=\"text-gray-900 dark:text-white font-bold m-0 mb-2\">Today's Action Item 🎯</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 m-0\">{actionItem}</Text>\n </Section>\n\n <Section className=\"text-center mb-6\">\n <EmailButton href={courseLink}>Read the Full Lesson</EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default DripCampaignDay1;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAaO,MAAM,gBAAgB,GAAoC,CAAC,EAChE,QAAQ,GAAG,MAAM,EACjB,UAAU,GAAG,4BAA4B,EACzC,WAAW,GAAG,6BAA6B,EAC3C,aAAa,GAAG,oMAAoM,EACpN,UAAU,GAAG,qIAAqI,EAClJ,UAAU,GAAG,kCAAkC,EAChD,KAAI;IACH,QACEA,KAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,EAAG,UAAU,CAAA,GAAA,EAAM,WAAW,EAAE,EAAE,KAAK,EAAE,WAAW,EAAA,QAAA,EAAA,CAC5EC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,mFAAmF,EAAA,QAAA,EAAE,UAAU,EAAA,CAAQ,EACvHA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAE,WAAW,EAAA,CAAQ,EAC5FD,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,oBAAK,QAAQ,EAAA,GAAA,CAAA,EAAA,CAAS,EACvGC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,YAAE,aAAa,EAAA,CAAQ,EAExGD,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,aAC9GC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,kDAAkD,EAAA,QAAA,EAAA,kCAAA,EAAA,CAA8B,EAChGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sCAAsC,EAAA,QAAA,EAAE,UAAU,EAAA,CAAQ,CAAA,EAAA,CAClE,EAEVA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,YACnCA,GAAA,CAAC,WAAW,IAAC,IAAI,EAAE,UAAU,EAAA,QAAA,EAAA,sBAAA,EAAA,CAAoC,EAAA,CACzD,CAAA,EAAA,CACE;AAElB;;;;"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface LeadMagnetDeliveryProps {
3
+ userName?: string;
4
+ resourceName?: string;
5
+ downloadLink?: string;
6
+ exploreMoreLink?: string;
7
+ }
8
+ export declare const LeadMagnetDelivery: React.FC<LeadMagnetDeliveryProps>;
9
+ export default LeadMagnetDelivery;
@@ -0,0 +1,14 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../../components/EmailButton.js';
3
+ import { EmailDivider } from '../../../components/EmailDivider.js';
4
+ import { EmailLayout } from '../../../components/EmailLayout.js';
5
+ import 'react';
6
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
7
+ import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
8
+
9
+ const LeadMagnetDelivery = ({ userName = 'Alex', resourceName = 'The Ultimate Guide to React Email', downloadLink = 'https://example.com/download/guide.pdf', exploreMoreLink = 'https://example.com/blog' }) => {
10
+ return (jsxs(EmailLayout, { previewText: `Your download: ${resourceName}`, title: "Your Requested Resource", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Here is your requested guide!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", thanks for your interest in ", jsx("strong", { children: resourceName }), ". We've packed this resource with actionable insights that you can start using today."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: downloadLink, children: "Download Your Copy" }) }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: "Looking for more resources? Check out our blog for weekly tips, tutorials, and case studies." })] }));
11
+ };
12
+
13
+ export { LeadMagnetDelivery, LeadMagnetDelivery as default };
14
+ //# sourceMappingURL=LeadMagnetDelivery.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LeadMagnetDelivery.js","sources":["../../../../../../src/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../../components';\n\nexport interface LeadMagnetDeliveryProps {\n userName?: string;\n resourceName?: string;\n downloadLink?: string;\n exploreMoreLink?: string;\n}\n\nexport const LeadMagnetDelivery: React.FC<LeadMagnetDeliveryProps> = ({\n userName = 'Alex',\n resourceName = 'The Ultimate Guide to React Email',\n downloadLink = 'https://example.com/download/guide.pdf',\n exploreMoreLink = 'https://example.com/blog'\n}) => {\n return (\n <EmailLayout previewText={`Your download: ${resourceName}`} title=\"Your Requested Resource\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Here is your requested guide!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, thanks for your interest in <strong>{resourceName}</strong>. We've packed this resource with actionable insights that you can start using today.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={downloadLink}>Download Your Copy</EmailButton>\n </Section>\n <EmailDivider />\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">\n Looking for more resources? Check out our blog for weekly tips, tutorials, and case studies.\n </Text>\n </EmailLayout>\n );\n};\n\nexport default LeadMagnetDelivery;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;MAWa,kBAAkB,GAAsC,CAAC,EACpE,QAAQ,GAAG,MAAM,EACjB,YAAY,GAAG,mCAAmC,EAClD,YAAY,GAAG,wCAAwC,EACvD,eAAe,GAAG,0BAA0B,EAC7C,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,eAAA,EAAkB,YAAY,CAAA,CAAE,EAAE,KAAK,EAAC,yBAAyB,EAAA,QAAA,EAAA,CACzFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,+BAAA,EAAA,CAAqC,EAC5GD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,EAAA,gCAAA,EAA+BC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,YAAY,EAAA,CAAU,EAAA,uFAAA,CAAA,EAAA,CACrE,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,EAAA,QAAA,EAAA,oBAAA,EAAA,CAAkC,EAAA,CACzD,EACVA,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,8FAAA,EAAA,CAE1E,CAAA,EAAA,CACK;AAElB;;;;"}