@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,11 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../../components/EmailButton.js';
3
+ import { EmailLayout } from '../../../components/EmailLayout.js';
4
+ import 'react';
5
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
6
+ import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
7
+
8
+ const LastChance90Day = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Final Notice regarding your account", title: "Account Inactive", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Do you still want to hear from us?" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "We notice you haven't opened any of our emails recently. If we don't hear from you, we'll remove you from our mailing list soon to keep your inbox clean." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Keep Me Subscribed" }) })] }));
9
+
10
+ export { LastChance90Day, LastChance90Day as default };
11
+ //# sourceMappingURL=LastChance90Day.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LastChance90Day.js","sources":["../../../../../../src/components/Email/templates/marketing/reengagement/LastChance90Day.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const LastChance90Day: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Final Notice regarding your account\" title=\"Account Inactive\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Do you still want to hear from us?</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We notice you haven't opened any of our emails recently. If we don't hear from you, we'll remove you from our mailing list soon to keep your inbox clean.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Keep Me Subscribed</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default LastChance90Day;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,eAAe,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACzEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,qCAAqC,EAAC,KAAK,EAAC,kBAAkB,EAAA,QAAA,EAAA,CACrFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,oCAAA,EAAA,CAA0C,EACjHA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,2JAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,oBAAA,EAAA,CAAkC,EAAA,CACjD,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const ProductUpdateReengagement: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default ProductUpdateReengagement;
@@ -0,0 +1,11 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../../components/EmailButton.js';
3
+ import { EmailLayout } from '../../../components/EmailLayout.js';
4
+ import 'react';
5
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
6
+ import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
7
+
8
+ const ProductUpdateReengagement = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "We built the feature you wanted!", title: "Major Update", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "You asked, we listened." }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "We just rolled out a massive update that completely changes the way you can use our platform. Come back and take it for a spin!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Try the New Feature" }) })] }));
9
+
10
+ export { ProductUpdateReengagement, ProductUpdateReengagement as default };
11
+ //# sourceMappingURL=ProductUpdateReengagement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductUpdateReengagement.js","sources":["../../../../../../src/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const ProductUpdateReengagement: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"We built the feature you wanted!\" title=\"Major Update\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">You asked, we listened.</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We just rolled out a massive update that completely changes the way you can use our platform. Come back and take it for a spin!\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Try the New Feature</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default ProductUpdateReengagement;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,yBAAyB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACnFA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,kCAAkC,EAAC,KAAK,EAAC,cAAc,EAAA,QAAA,EAAA,CAC9EC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,yBAAA,EAAA,CAA+B,EACtGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,iIAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,qBAAA,EAAA,CAAmC,EAAA,CAClD,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface WeMissYou30DayProps {
3
+ userName?: string;
4
+ daysInactive?: number;
5
+ returnLink?: string;
6
+ }
7
+ export declare const WeMissYou30Day: React.FC<WeMissYou30DayProps>;
8
+ export default WeMissYou30Day;
@@ -0,0 +1,13 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../../components/EmailButton.js';
3
+ import { EmailLayout } from '../../../components/EmailLayout.js';
4
+ import 'react';
5
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
6
+ import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
7
+
8
+ const WeMissYou30Day = ({ userName = 'Alex', daysInactive = 30, returnLink = 'https://example.com/dashboard' }) => {
9
+ return (jsxs(EmailLayout, { previewText: `We miss you, ${userName}! Come see what's new.`, title: "We Miss You", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "It's been a while!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", we noticed you haven't logged in for the last ", daysInactive, " days. We've missed you!"] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Since you last visited, we've added some exciting new features that we think you'll love. Jump back in to explore what's changed and pick up right where you left off." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: returnLink, children: "Log In to Your Account" }) })] }));
10
+ };
11
+
12
+ export { WeMissYou30Day, WeMissYou30Day as default };
13
+ //# sourceMappingURL=WeMissYou30Day.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WeMissYou30Day.js","sources":["../../../../../../src/components/Email/templates/marketing/reengagement/WeMissYou30Day.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport interface WeMissYou30DayProps {\n userName?: string;\n daysInactive?: number;\n returnLink?: string;\n}\n\nexport const WeMissYou30Day: React.FC<WeMissYou30DayProps> = ({\n userName = 'Alex',\n daysInactive = 30,\n returnLink = 'https://example.com/dashboard'\n}) => {\n return (\n <EmailLayout previewText={`We miss you, ${userName}! Come see what's new.`} title=\"We Miss You\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">It's been a while!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, we noticed you haven't logged in for the last {daysInactive} days. We've missed you!\n </Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Since you last visited, we've added some exciting new features that we think you'll love. Jump back in to explore what's changed and pick up right where you left off.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={returnLink}>Log In to Your Account</EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default WeMissYou30Day;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAUO,MAAM,cAAc,GAAkC,CAAC,EAC5D,QAAQ,GAAG,MAAM,EACjB,YAAY,GAAG,EAAE,EACjB,UAAU,GAAG,+BAA+B,EAC7C,KAAI;IACH,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,aAAA,EAAgB,QAAQ,CAAA,sBAAA,CAAwB,EAAE,KAAK,EAAC,aAAa,EAAA,QAAA,EAAA,CAC7FC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,oBAAA,EAAA,CAA0B,EACjGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,EAAA,kDAAA,EAAkD,YAAY,EAAA,0BAAA,CAAA,EAAA,CACrE,EACPC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,wKAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,UAAU,EAAA,QAAA,EAAA,wBAAA,EAAA,CAAsC,EAAA,CAC3D,CAAA,EAAA,CACE;AAElB;;;;"}
@@ -0,0 +1,4 @@
1
+ export * from './WeMissYou30Day';
2
+ export * from './ComeBack60Day';
3
+ export * from './LastChance90Day';
4
+ export * from './ProductUpdateReengagement';
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const CommunityMilestone: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default CommunityMilestone;
@@ -0,0 +1,11 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../../components/EmailButton.js';
3
+ import { EmailLayout } from '../../../components/EmailLayout.js';
4
+ import 'react';
5
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
6
+ import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
7
+
8
+ const CommunityMilestone = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "We hit a massive milestone!", title: "Community Celebration", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "We did it! \uD83C\uDF89" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Our community just crossed a massive milestone, and we couldn't have done it without you. To say thanks, we're doing a massive giveaway on our social channels!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Enter the Giveaway" }) })] }));
9
+
10
+ export { CommunityMilestone, CommunityMilestone as default };
11
+ //# sourceMappingURL=CommunityMilestone.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommunityMilestone.js","sources":["../../../../../../src/components/Email/templates/marketing/social/CommunityMilestone.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const CommunityMilestone: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"We hit a massive milestone!\" title=\"Community Celebration\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">We did it! 🎉</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Our community just crossed a massive milestone, and we couldn't have done it without you. To say thanks, we're doing a massive giveaway on our social channels!\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Enter the Giveaway</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default CommunityMilestone;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,kBAAkB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC5EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,6BAA6B,EAAC,KAAK,EAAC,uBAAuB,EAAA,QAAA,EAAA,CAClFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,yBAAA,EAAA,CAAqB,EAC5FA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,iKAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,oBAAA,EAAA,CAAkC,EAAA,CACjD,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const NewFollowerWelcome: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default NewFollowerWelcome;
@@ -0,0 +1,11 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../../components/EmailButton.js';
3
+ import { EmailLayout } from '../../../components/EmailLayout.js';
4
+ import 'react';
5
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
6
+ import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
7
+
8
+ const NewFollowerWelcome = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Thanks for following us!", title: "Welcome to the Community", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Thanks for following!" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "We love connecting with our community on social media. Check out some of our most popular posts and feel free to jump into the conversation!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Join the Chat" }) })] }));
9
+
10
+ export { NewFollowerWelcome, NewFollowerWelcome as default };
11
+ //# sourceMappingURL=NewFollowerWelcome.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NewFollowerWelcome.js","sources":["../../../../../../src/components/Email/templates/marketing/social/NewFollowerWelcome.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const NewFollowerWelcome: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Thanks for following us!\" title=\"Welcome to the Community\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Thanks for following!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We love connecting with our community on social media. Check out some of our most popular posts and feel free to jump into the conversation!\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Join the Chat</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default NewFollowerWelcome;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,kBAAkB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC5EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,0BAA0B,EAAC,KAAK,EAAC,0BAA0B,EAAA,QAAA,EAAA,CAClFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,uBAAA,EAAA,CAA6B,EACpGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,8IAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,eAAA,EAAA,CAA6B,EAAA,CAC5C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const ShareYourStory: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default ShareYourStory;
@@ -0,0 +1,11 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../../components/EmailButton.js';
3
+ import { EmailLayout } from '../../../components/EmailLayout.js';
4
+ import 'react';
5
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
6
+ import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
7
+
8
+ const ShareYourStory = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "We want to hear from you!", title: "Share Your Story", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Tell us your story" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "How has our platform helped you? Share your experience with us on social media using our hashtag, and you might get featured on our page!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Post on Social" }) })] }));
9
+
10
+ export { ShareYourStory, ShareYourStory as default };
11
+ //# sourceMappingURL=ShareYourStory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShareYourStory.js","sources":["../../../../../../src/components/Email/templates/marketing/social/ShareYourStory.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const ShareYourStory: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"We want to hear from you!\" title=\"Share Your Story\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Tell us your story</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n How has our platform helped you? Share your experience with us on social media using our hashtag, and you might get featured on our page!\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Post on Social</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default ShareYourStory;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,cAAc,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACxEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,2BAA2B,EAAC,KAAK,EAAC,kBAAkB,EAAA,QAAA,EAAA,CAC3EC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,oBAAA,EAAA,CAA0B,EACjGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,2IAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,gBAAA,EAAA,CAA8B,EAAA,CAC7C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ export interface Testimonial {
3
+ quote: string;
4
+ authorName: string;
5
+ company: string;
6
+ }
7
+ export interface SocialProofProps {
8
+ userName?: string;
9
+ testimonials?: Testimonial[];
10
+ ctaLink?: string;
11
+ }
12
+ export declare const SocialProof: React.FC<SocialProofProps>;
13
+ export default SocialProof;
@@ -0,0 +1,16 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailButton } from '../../../components/EmailButton.js';
3
+ import { EmailLayout } from '../../../components/EmailLayout.js';
4
+ import 'react';
5
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
6
+ import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
7
+
8
+ const SocialProof = ({ userName = 'Alex', testimonials = [
9
+ { quote: "This platform completely changed how our team ships code. We've reduced our time-to-market by 40%.", authorName: "Jane Doe", company: "TechFlow" },
10
+ { quote: "The best investment we've made this year. The ROI was apparent within the first two weeks of use.", authorName: "John Smith", company: "Acme Corp" }
11
+ ], ctaLink = 'https://example.com/signup' }) => {
12
+ return (jsxs(EmailLayout, { previewText: "See what others are saying about us", title: "Customer Success Stories", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Don't just take our word for it." }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", we could talk all day about how much value our platform can bring to your team, but we'd rather let our customers do the talking."] }), testimonials.map((testimonial, index) => (jsxs(Section, { className: "bg-blue-50 dark:bg-blue-900 p-6 rounded-lg mb-6 border-l-4 border-blue-500 dark:border-blue-400", children: [jsxs(Text, { className: "text-blue-900 dark:text-blue-100 italic text-base m-0 mb-4", children: ["\"", testimonial.quote, "\""] }), jsxs(Text, { className: "text-blue-800 dark:text-blue-200 font-semibold text-sm m-0", children: ["\u2014 ", testimonial.authorName, ", ", testimonial.company] })] }, index))), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: ctaLink, children: "Start Your Free Trial" }) })] }));
13
+ };
14
+
15
+ export { SocialProof, SocialProof as default };
16
+ //# sourceMappingURL=SocialProof.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SocialProof.js","sources":["../../../../../../src/components/Email/templates/marketing/social/SocialProof.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport interface Testimonial {\n quote: string;\n authorName: string;\n company: string;\n}\n\nexport interface SocialProofProps {\n userName?: string;\n testimonials?: Testimonial[];\n ctaLink?: string;\n}\n\nexport const SocialProof: React.FC<SocialProofProps> = ({\n userName = 'Alex',\n testimonials = [\n { quote: \"This platform completely changed how our team ships code. We've reduced our time-to-market by 40%.\", authorName: \"Jane Doe\", company: \"TechFlow\" },\n { quote: \"The best investment we've made this year. The ROI was apparent within the first two weeks of use.\", authorName: \"John Smith\", company: \"Acme Corp\" }\n ],\n ctaLink = 'https://example.com/signup'\n}) => {\n return (\n <EmailLayout previewText=\"See what others are saying about us\" title=\"Customer Success Stories\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Don't just take our word for it.</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, we could talk all day about how much value our platform can bring to your team, but we'd rather let our customers do the talking.\n </Text>\n {testimonials.map((testimonial, index) => (\n <Section key={index} className=\"bg-blue-50 dark:bg-blue-900 p-6 rounded-lg mb-6 border-l-4 border-blue-500 dark:border-blue-400\">\n <Text className=\"text-blue-900 dark:text-blue-100 italic text-base m-0 mb-4\">\"{testimonial.quote}\"</Text>\n <Text className=\"text-blue-800 dark:text-blue-200 font-semibold text-sm m-0\">— {testimonial.authorName}, {testimonial.company}</Text>\n </Section>\n ))}\n <Section className=\"text-center mb-6\"><EmailButton href={ctaLink}>Start Your Free Trial</EmailButton></Section>\n </EmailLayout>\n );\n};\n\nexport default SocialProof;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAgBO,MAAM,WAAW,GAA+B,CAAC,EACtD,QAAQ,GAAG,MAAM,EACjB,YAAY,GAAG;IACb,EAAE,KAAK,EAAE,oGAAoG,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,EAAE,UAAU,EAAE;IAC5J,EAAE,KAAK,EAAE,mGAAmG,EAAE,UAAU,EAAE,YAAY,EAAE,OAAO,EAAE,WAAW;AAC7J,CAAA,EACD,OAAO,GAAG,4BAA4B,EACvC,KAAI;IACH,QACEA,KAAC,WAAW,EAAA,EAAC,WAAW,EAAC,qCAAqC,EAAC,KAAK,EAAC,0BAA0B,EAAA,QAAA,EAAA,CAC7FC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,kCAAA,EAAA,CAAwC,EAC/GD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,oBAC3E,QAAQ,EAAA,qIAAA,CAAA,EAAA,CACP,EACN,YAAY,CAAC,GAAG,CAAC,CAAC,WAAW,EAAE,KAAK,MACnCA,KAAC,OAAO,EAAA,EAAa,SAAS,EAAC,iGAAiG,EAAA,QAAA,EAAA,CAC9HA,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,4DAA4D,mBAAG,WAAW,CAAC,KAAK,EAAA,IAAA,CAAA,EAAA,CAAS,EACzGA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,4DAA4D,EAAA,QAAA,EAAA,CAAA,SAAA,EAAI,WAAW,CAAC,UAAU,EAAA,IAAA,EAAI,WAAW,CAAC,OAAO,IAAQ,CAAA,EAAA,EAFzH,KAAK,CAGT,CACX,CAAC,EACFC,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,YAACA,GAAA,CAAC,WAAW,IAAC,IAAI,EAAE,OAAO,EAAA,QAAA,EAAA,uBAAA,EAAA,CAAqC,EAAA,CAAU,CAAA,EAAA,CACnG;AAElB;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const UserSpotlight: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default UserSpotlight;
@@ -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 UserSpotlight = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Check out this month's featured user", title: "User Spotlight", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "User Spotlight \uD83C\uDF1F" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Every month we highlight a user who is doing amazing things. Meet this month's featured creator and learn how they are finding success." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Read Their Story" }) })] }));
9
+
10
+ export { UserSpotlight, UserSpotlight as default };
11
+ //# sourceMappingURL=UserSpotlight.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UserSpotlight.js","sources":["../../../../../../src/components/Email/templates/marketing/social/UserSpotlight.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const UserSpotlight: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Check out this month's featured user\" title=\"User Spotlight\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">User Spotlight 🌟</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Every month we highlight a user who is doing amazing things. Meet this month's featured creator and learn how they are finding success.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Read Their Story</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default UserSpotlight;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,aAAa,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACvEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,sCAAsC,EAAC,KAAK,EAAC,gBAAgB,EAAA,QAAA,EAAA,CACpFC,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,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,kBAAA,EAAA,CAAgC,EAAA,CAC/C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ export * from './SocialProof';
2
+ export * from './NewFollowerWelcome';
3
+ export * from './ShareYourStory';
4
+ export * from './UserSpotlight';
5
+ export * from './CommunityMilestone';
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const BetaFeedback: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default BetaFeedback;
@@ -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 BetaFeedback = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "How is the new feature working for you?", title: "Beta Feedback", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Beta Tester Feedback" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Thank you for being part of our exclusive beta program. Have you run into any bugs or friction? Let our engineers know so we can smooth it out before launch." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Report an Issue" }) })] }));
9
+
10
+ export { BetaFeedback, BetaFeedback as default };
11
+ //# sourceMappingURL=BetaFeedback.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BetaFeedback.js","sources":["../../../../../../src/components/Email/templates/marketing/surveys/BetaFeedback.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const BetaFeedback: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"How is the new feature working for you?\" title=\"Beta Feedback\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Beta Tester Feedback</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Thank you for being part of our exclusive beta program. Have you run into any bugs or friction? Let our engineers know so we can smooth it out before launch.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Report an Issue</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default BetaFeedback;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,YAAY,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACtEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,yCAAyC,EAAC,KAAK,EAAC,eAAe,EAAA,QAAA,EAAA,CACtFC,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,+JAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,iBAAA,EAAA,CAA+B,EAAA,CAC9C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const CSATSurvey: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default CSATSurvey;
@@ -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 CSATSurvey = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "How was your recent support experience?", title: "CSAT Survey", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Rate Your Experience" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Your support ticket was recently closed. Could you take 10 seconds to let us know how our agent handled your request?" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Leave Feedback" }) })] }));
9
+
10
+ export { CSATSurvey, CSATSurvey as default };
11
+ //# sourceMappingURL=CSATSurvey.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CSATSurvey.js","sources":["../../../../../../src/components/Email/templates/marketing/surveys/CSATSurvey.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const CSATSurvey: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"How was your recent support experience?\" title=\"CSAT Survey\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Rate Your Experience</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Your support ticket was recently closed. Could you take 10 seconds to let us know how our agent handled your request?\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Leave Feedback</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default CSATSurvey;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,UAAU,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACpEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,yCAAyC,EAAC,KAAK,EAAC,aAAa,EAAA,QAAA,EAAA,CACpFC,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,uHAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,gBAAA,EAAA,CAA8B,EAAA,CAC7C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface ExitSurveyProps {
3
+ userName?: string;
4
+ feedbackLinkBase?: string;
5
+ }
6
+ export declare const ExitSurvey: React.FC<ExitSurveyProps>;
7
+ export default ExitSurvey;
@@ -0,0 +1,20 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailLayout } from '../../../components/EmailLayout.js';
3
+ import 'react';
4
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
5
+ import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
6
+ import { Link } from '../../../../../node_modules/@react-email/link/dist/index.js';
7
+
8
+ const ExitSurvey = ({ userName = 'User', feedbackLinkBase = 'https://example.com/survey/exit?reason=' }) => {
9
+ const reasons = [
10
+ { id: 'too-expensive', label: 'It is too expensive' },
11
+ { id: 'too-complex', label: 'It was too hard to use' },
12
+ { id: 'missing-features', label: 'It is missing features I need' },
13
+ { id: 'switched-product', label: 'I am switching to another product' },
14
+ { id: 'other', label: 'Other reason' }
15
+ ];
16
+ return (jsxs(EmailLayout, { previewText: "We're sorry to see you go! Can you tell us why?", title: "Exit Survey", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "We're sorry to see you go!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", your subscription has been cancelled. As a growing company, your feedback is the absolute best way for us to improve. Could you click the option below that best describes why you are leaving?"] }), jsx(Section, { className: "bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600", children: reasons.map((reason) => (jsx(Link, { href: `${feedbackLinkBase}${reason.id}`, className: "block w-full bg-white dark:bg-gray-800 text-gray-700 dark:text-gray-300 border border-gray-200 dark:border-gray-600 rounded-md p-3 mb-2 text-center text-sm font-semibold hover:bg-gray-50 dark:hover:bg-gray-700", style: { textDecoration: 'none' }, children: reason.label }, reason.id))) })] }));
17
+ };
18
+
19
+ export { ExitSurvey, ExitSurvey as default };
20
+ //# sourceMappingURL=ExitSurvey.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExitSurvey.js","sources":["../../../../../../src/components/Email/templates/marketing/surveys/ExitSurvey.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section, Row, Column, Link } from '@react-email/components';\nimport { EmailLayout, EmailDivider } from '../../../components';\n\nexport interface ExitSurveyProps {\n userName?: string;\n feedbackLinkBase?: string;\n}\n\nexport const ExitSurvey: React.FC<ExitSurveyProps> = ({\n userName = 'User',\n feedbackLinkBase = 'https://example.com/survey/exit?reason='\n}) => {\n const reasons = [\n { id: 'too-expensive', label: 'It is too expensive' },\n { id: 'too-complex', label: 'It was too hard to use' },\n { id: 'missing-features', label: 'It is missing features I need' },\n { id: 'switched-product', label: 'I am switching to another product' },\n { id: 'other', label: 'Other reason' }\n ];\n\n return (\n <EmailLayout previewText=\"We're sorry to see you go! Can you tell us why?\" title=\"Exit Survey\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">We're sorry to see you go!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, your subscription has been cancelled. As a growing company, your feedback is the absolute best way for us to improve. Could you click the option below that best describes why you are leaving?\n </Text>\n\n <Section className=\"bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600\">\n {reasons.map((reason) => (\n <Link key={reason.id} href={`${feedbackLinkBase}${reason.id}`} className=\"block w-full bg-white dark:bg-gray-800 text-gray-700 dark:text-gray-300 border border-gray-200 dark:border-gray-600 rounded-md p-3 mb-2 text-center text-sm font-semibold hover:bg-gray-50 dark:hover:bg-gray-700\" style={{ textDecoration: 'none' }}>\n {reason.label}\n </Link>\n ))}\n </Section>\n </EmailLayout>\n );\n};\n\nexport default ExitSurvey;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AASO,MAAM,UAAU,GAA8B,CAAC,EACpD,QAAQ,GAAG,MAAM,EACjB,gBAAgB,GAAG,yCAAyC,EAC7D,KAAI;AACH,IAAA,MAAM,OAAO,GAAG;AACd,QAAA,EAAE,EAAE,EAAE,eAAe,EAAE,KAAK,EAAE,qBAAqB,EAAE;AACrD,QAAA,EAAE,EAAE,EAAE,aAAa,EAAE,KAAK,EAAE,wBAAwB,EAAE;AACtD,QAAA,EAAE,EAAE,EAAE,kBAAkB,EAAE,KAAK,EAAE,+BAA+B,EAAE;AAClE,QAAA,EAAE,EAAE,EAAE,kBAAkB,EAAE,KAAK,EAAE,mCAAmC,EAAE;AACtE,QAAA,EAAE,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,cAAc;KACrC;AAED,IAAA,QACEA,IAAA,CAAC,WAAW,IAAC,WAAW,EAAC,iDAAiD,EAAC,KAAK,EAAC,aAAa,aAC5FC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,4BAAA,EAAA,CAAkC,EACzGD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,yMACP,EAEPC,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,YAC7G,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,MAClBA,IAAC,IAAI,EAAA,EAAiB,IAAI,EAAE,CAAA,EAAG,gBAAgB,CAAA,EAAG,MAAM,CAAC,EAAE,EAAE,EAAE,SAAS,EAAC,mNAAmN,EAAC,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,EAAE,EAAA,QAAA,EAC3T,MAAM,CAAC,KAAK,IADJ,MAAM,CAAC,EAAE,CAEb,CACR,CAAC,EAAA,CACM,CAAA,EAAA,CACE;AAElB;;;;"}
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface NPSSurveyProps {
3
+ userName?: string;
4
+ surveyLinkBase?: string;
5
+ }
6
+ export declare const NPSSurvey: React.FC<NPSSurveyProps>;
7
+ export default NPSSurvey;
@@ -0,0 +1,17 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { EmailDivider } from '../../../components/EmailDivider.js';
3
+ import { EmailLayout } from '../../../components/EmailLayout.js';
4
+ import 'react';
5
+ import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
6
+ import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
7
+ import { Row } from '../../../../../node_modules/@react-email/row/dist/index.js';
8
+ import { Column } from '../../../../../node_modules/@react-email/column/dist/index.js';
9
+ import { Link } from '../../../../../node_modules/@react-email/link/dist/index.js';
10
+
11
+ const NPSSurvey = ({ userName = 'Alex', surveyLinkBase = 'https://example.com/survey/nps?score=' }) => {
12
+ const scores = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
13
+ return (jsxs(EmailLayout, { previewText: "How likely are you to recommend us?", title: "How are we doing?", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "How are we doing?" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", we are always looking for ways to improve our platform. Based on your recent experience, how likely are you to recommend us to a friend or colleague?"] }), jsxs(Section, { className: "bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600", children: [jsx(Text, { className: "text-center text-sm font-semibold text-gray-500 dark:text-gray-400 mb-4", children: "0 = Not likely at all, 10 = Extremely likely" }), jsx(Row, { className: "text-center", children: scores.map((score) => (jsx(Column, { className: "px-0.5", children: jsx(Link, { href: `${surveyLinkBase}${score}`, className: "inline-block w-full py-2 bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-600 rounded text-blue-600 dark:text-blue-400 font-bold hover:bg-blue-50 dark:hover:bg-blue-900/50", style: { textDecoration: 'none' }, children: score }) }, score))) })] }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm text-center", children: "It only takes a click, and your feedback means the world to us!" })] }));
14
+ };
15
+
16
+ export { NPSSurvey, NPSSurvey as default };
17
+ //# sourceMappingURL=NPSSurvey.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NPSSurvey.js","sources":["../../../../../../src/components/Email/templates/marketing/surveys/NPSSurvey.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section, Row, Column, Link } from '@react-email/components';\nimport { EmailLayout, EmailDivider } from '../../../components';\n\nexport interface NPSSurveyProps {\n userName?: string;\n surveyLinkBase?: string;\n}\n\nexport const NPSSurvey: React.FC<NPSSurveyProps> = ({\n userName = 'Alex',\n surveyLinkBase = 'https://example.com/survey/nps?score='\n}) => {\n const scores = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10];\n\n return (\n <EmailLayout previewText=\"How likely are you to recommend us?\" title=\"How are we doing?\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">How are we doing?</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, we are always looking for ways to improve our platform. Based on your recent experience, how likely are you to recommend us to a friend or colleague?\n </Text>\n\n <Section className=\"bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600\">\n <Text className=\"text-center text-sm font-semibold text-gray-500 dark:text-gray-400 mb-4\">\n 0 = Not likely at all, 10 = Extremely likely\n </Text>\n <Row className=\"text-center\">\n {scores.map((score) => (\n <Column key={score} className=\"px-0.5\">\n <Link href={`${surveyLinkBase}${score}`} className=\"inline-block w-full py-2 bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-600 rounded text-blue-600 dark:text-blue-400 font-bold hover:bg-blue-50 dark:hover:bg-blue-900/50\" style={{ textDecoration: 'none' }}>\n {score}\n </Link>\n </Column>\n ))}\n </Row>\n </Section>\n <EmailDivider />\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm text-center\">It only takes a click, and your feedback means the world to us!</Text>\n </EmailLayout>\n );\n};\n\nexport default NPSSurvey;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;;;AASO,MAAM,SAAS,GAA6B,CAAC,EAClD,QAAQ,GAAG,MAAM,EACjB,cAAc,GAAG,uCAAuC,EACzD,KAAI;IACH,MAAM,MAAM,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;IAEjD,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,qCAAqC,EAAC,KAAK,EAAC,mBAAmB,EAAA,QAAA,EAAA,CACtFC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,mBAAA,EAAA,CAAyB,EAChGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,EAAA,yJAAA,CAAA,EAAA,CACP,EAEPA,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAAA,CAC9GC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,yEAAyE,EAAA,QAAA,EAAA,8CAAA,EAAA,CAElF,EACPA,GAAA,CAAC,GAAG,EAAA,EAAC,SAAS,EAAC,aAAa,EAAA,QAAA,EACzB,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,MAChBA,GAAA,CAAC,MAAM,EAAA,EAAa,SAAS,EAAC,QAAQ,EAAA,QAAA,EACpCA,GAAA,CAAC,IAAI,EAAA,EAAC,IAAI,EAAE,CAAA,EAAG,cAAc,CAAA,EAAG,KAAK,CAAA,CAAE,EAAE,SAAS,EAAC,8LAA8L,EAAC,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,EAAE,EAAA,QAAA,EAChR,KAAK,EAAA,CACD,EAAA,EAHI,KAAK,CAIT,CACV,CAAC,EAAA,CACE,CAAA,EAAA,CACE,EACVA,IAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,iEAAA,EAAA,CAAuE,CAAA,EAAA,CACjI;AAElB;;;;"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const ProductFeedback: React.FC<{
3
+ link?: string;
4
+ }>;
5
+ export default ProductFeedback;
@@ -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 ProductFeedback = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Help us build a better product", title: "Product Feedback", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Have your say!" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "We are planning our roadmap for the next quarter, and we want your input! Take our quick survey to vote on the features you want to see most." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Take the Survey" }) })] }));
9
+
10
+ export { ProductFeedback, ProductFeedback as default };
11
+ //# sourceMappingURL=ProductFeedback.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductFeedback.js","sources":["../../../../../../src/components/Email/templates/marketing/surveys/ProductFeedback.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const ProductFeedback: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Help us build a better product\" title=\"Product Feedback\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Have your say!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We are planning our roadmap for the next quarter, and we want your input! Take our quick survey to vote on the features you want to see most.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Take the Survey</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default ProductFeedback;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,eAAe,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACzEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,gCAAgC,EAAC,KAAK,EAAC,kBAAkB,EAAA,QAAA,EAAA,CAChFC,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,+IAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,iBAAA,EAAA,CAA+B,EAAA,CAC9C,CAAA,EAAA,CACE;;;;"}
@@ -0,0 +1,5 @@
1
+ export * from './NPSSurvey';
2
+ export * from './ExitSurvey';
3
+ export * from './CSATSurvey';
4
+ export * from './ProductFeedback';
5
+ export * from './BetaFeedback';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface ClientReferenceRequestProps {
3
+ clientName?: string;
4
+ senderName?: string;
5
+ reviewLink?: string;
6
+ }
7
+ export declare const ClientReferenceRequest: React.FC<ClientReferenceRequestProps>;
8
+ export default ClientReferenceRequest;
@@ -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 ClientReferenceRequest = ({ clientName = 'Alex', senderName = 'Jordan', reviewLink = 'https://g2.com/example/review' }) => {
9
+ return (jsxs(EmailLayout, { previewText: "Would you mind sharing your experience?", title: "Review Request", children: [jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: ["Hi ", clientName, ","] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "I hope you're having a great week! I'm reaching out because you've been one of our most successful clients, and we truly value our partnership." }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Would you be open to writing a quick review of your experience working with us? It only takes a couple of minutes and helps us immensely." }), jsx(Section, { className: "mb-6", children: jsx(EmailButton, { href: reviewLink, children: "Leave a Review" }) }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed", children: ["Thanks so much for your support!", jsx("br", {}), senderName] })] }));
10
+ };
11
+
12
+ export { ClientReferenceRequest, ClientReferenceRequest as default };
13
+ //# sourceMappingURL=ClientReferenceRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ClientReferenceRequest.js","sources":["../../../../../src/components/Email/templates/sales/ClientReferenceRequest.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../components';\n\nexport interface ClientReferenceRequestProps {\n clientName?: string;\n senderName?: string;\n reviewLink?: string;\n}\n\nexport const ClientReferenceRequest: React.FC<ClientReferenceRequestProps> = ({\n clientName = 'Alex',\n senderName = 'Jordan',\n reviewLink = 'https://g2.com/example/review'\n}) => {\n return (\n <EmailLayout previewText=\"Would you mind sharing your experience?\" title=\"Review Request\">\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">Hi {clientName},</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n I hope you're having a great week! I'm reaching out because you've been one of our most successful clients, and we truly value our partnership.\n </Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Would you be open to writing a quick review of your experience working with us? It only takes a couple of minutes and helps us immensely.\n </Text>\n <Section className=\"mb-6\"><EmailButton href={reviewLink}>Leave a Review</EmailButton></Section>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed\">Thanks so much for your support!<br />{senderName}</Text>\n </EmailLayout>\n );\n};\n\nexport default ClientReferenceRequest;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAUO,MAAM,sBAAsB,GAA0C,CAAC,EAC5E,UAAU,GAAG,MAAM,EACnB,UAAU,GAAG,QAAQ,EACrB,UAAU,GAAG,+BAA+B,EAC7C,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,yCAAyC,EAAC,KAAK,EAAC,gBAAgB,EAAA,QAAA,EAAA,CACvFA,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAAK,UAAU,EAAA,GAAA,CAAA,EAAA,CAAS,EACzGC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,iJAAA,EAAA,CAE1E,EACPA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,2IAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EAACA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,UAAU,EAAA,QAAA,EAAA,gBAAA,EAAA,CAA8B,EAAA,CAAU,EAC/FD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,4DAA4D,EAAA,QAAA,EAAA,CAAA,kCAAA,EAAiCC,GAAA,CAAA,IAAA,EAAA,EAAA,CAAM,EAAC,UAAU,CAAA,EAAA,CAAQ,CAAA,EAAA,CAC1H;AAElB;;;;"}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ export interface ClientWinBackProps {
3
+ clientName?: string;
4
+ senderName?: string;
5
+ companyName?: string;
6
+ offer?: string;
7
+ reactivationLink?: string;
8
+ }
9
+ export declare const ClientWinBack: React.FC<ClientWinBackProps>;
10
+ export default ClientWinBack;
@@ -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 ClientWinBack = ({ clientName = 'Alex', senderName = 'Jordan', companyName = 'Beyond Corp', offer = '20% off your next 6 months', reactivationLink = 'https://example.com/reactivate?promo=COMEBACK' }) => {
9
+ return (jsxs(EmailLayout, { previewText: "We've missed you!", title: "We Miss You", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Let's catch up!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: ["Hi ", clientName, ","] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["It's been a while since we last worked together at ", companyName, ". We've launched a ton of new features that I think would be a great fit for your current goals."] }), jsxs(Section, { className: "bg-blue-50 dark:bg-blue-900 border border-blue-100 dark:border-blue-800 p-4 rounded-lg mb-6 text-center", children: [jsxs(Text, { className: "text-blue-800 dark:text-blue-200 font-semibold m-0 mb-4", children: ["If you're open to giving us another try, I'd love to offer you ", jsx("strong", { children: offer }), "."] }), jsx(EmailButton, { href: reactivationLink, children: "Claim Your Offer" })] })] }));
10
+ };
11
+
12
+ export { ClientWinBack, ClientWinBack as default };
13
+ //# sourceMappingURL=ClientWinBack.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ClientWinBack.js","sources":["../../../../../src/components/Email/templates/sales/ClientWinBack.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../components';\n\nexport interface ClientWinBackProps {\n clientName?: string;\n senderName?: string;\n companyName?: string;\n offer?: string;\n reactivationLink?: string;\n}\n\nexport const ClientWinBack: React.FC<ClientWinBackProps> = ({\n clientName = 'Alex',\n senderName = 'Jordan',\n companyName = 'Beyond Corp',\n offer = '20% off your next 6 months',\n reactivationLink = 'https://example.com/reactivate?promo=COMEBACK'\n}) => {\n return (\n <EmailLayout previewText=\"We've missed you!\" title=\"We Miss You\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Let's catch up!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">Hi {clientName},</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n It's been a while since we last worked together at {companyName}. We've launched a ton of new features that I think would be a great fit for your current goals.\n </Text>\n <Section className=\"bg-blue-50 dark:bg-blue-900 border border-blue-100 dark:border-blue-800 p-4 rounded-lg mb-6 text-center\">\n <Text className=\"text-blue-800 dark:text-blue-200 font-semibold m-0 mb-4\">If you're open to giving us another try, I'd love to offer you <strong>{offer}</strong>.</Text>\n <EmailButton href={reactivationLink}>Claim Your Offer</EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default ClientWinBack;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAYO,MAAM,aAAa,GAAiC,CAAC,EAC1D,UAAU,GAAG,MAAM,EACnB,UAAU,GAAG,QAAQ,EACrB,WAAW,GAAG,aAAa,EAC3B,KAAK,GAAG,4BAA4B,EACpC,gBAAgB,GAAG,+CAA+C,EACnE,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,mBAAmB,EAAC,KAAK,EAAC,aAAa,EAAA,QAAA,EAAA,CAC9DC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,iBAAA,EAAA,CAAuB,EAC9FD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAAK,UAAU,EAAA,GAAA,CAAA,EAAA,CAAS,EACzGA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,qDAAA,EAC3B,WAAW,EAAA,kGAAA,CAAA,EAAA,CAC1D,EACPA,KAAC,OAAO,EAAA,EAAC,SAAS,EAAC,yGAAyG,EAAA,QAAA,EAAA,CAC1HA,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,yDAAyD,EAAA,QAAA,EAAA,CAAA,iEAAA,EAAgEC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,KAAK,EAAA,CAAU,EAAA,GAAA,CAAA,EAAA,CAAQ,EACzKA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,gBAAgB,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAgC,CAAA,EAAA,CAC3D,CAAA,EAAA,CACE;AAElB;;;;"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ export interface ColdOutreachProps {
3
+ prospectName?: string;
4
+ senderName?: string;
5
+ companyName?: string;
6
+ painPoint?: string;
7
+ solutionValue?: string;
8
+ meetingLink?: string;
9
+ }
10
+ export declare const ColdOutreach: React.FC<ColdOutreachProps>;
11
+ export default ColdOutreach;
@@ -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 ColdOutreach = ({ prospectName = 'Alex', senderName = 'Jordan', companyName = 'Beyond Corp', painPoint = 'scaling your component library consistently', solutionValue = 'help teams reduce UI bugs by 40% and ship features twice as fast', meetingLink = 'https://calendly.com/example/15min' }) => {
9
+ return (jsxs(EmailLayout, { previewText: `Quick question about ${painPoint}`, title: "Let's connect", children: [jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: ["Hi ", prospectName, ","] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: ["I noticed your team has been growing rapidly recently. Usually, engineering leaders tell me that ", painPoint, " becomes a major bottleneck at this stage."] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["At ", companyName, ", we ", solutionValue, ". I thought this might be top of mind for you right now, and I'd love to share how we helped similar teams overcome this. Do you have 15 minutes next Tuesday for a quick chat?"] }), jsx(Section, { className: "mb-6", children: jsx(EmailButton, { href: meetingLink, children: "Book a 15-min chat" }) }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed", children: ["Best,", jsx("br", {}), senderName] })] }));
10
+ };
11
+
12
+ export { ColdOutreach, ColdOutreach as default };
13
+ //# sourceMappingURL=ColdOutreach.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColdOutreach.js","sources":["../../../../../src/components/Email/templates/sales/ColdOutreach.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../components';\n\nexport interface ColdOutreachProps {\n prospectName?: string;\n senderName?: string;\n companyName?: string;\n painPoint?: string;\n solutionValue?: string;\n meetingLink?: string;\n}\n\nexport const ColdOutreach: React.FC<ColdOutreachProps> = ({\n prospectName = 'Alex',\n senderName = 'Jordan',\n companyName = 'Beyond Corp',\n painPoint = 'scaling your component library consistently',\n solutionValue = 'help teams reduce UI bugs by 40% and ship features twice as fast',\n meetingLink = 'https://calendly.com/example/15min'\n}) => {\n return (\n <EmailLayout previewText={`Quick question about ${painPoint}`} title=\"Let's connect\">\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">Hi {prospectName},</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">\n I noticed your team has been growing rapidly recently. Usually, engineering leaders tell me that {painPoint} becomes a major bottleneck at this stage.\n </Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n At {companyName}, we {solutionValue}. I thought this might be top of mind for you right now, and I'd love to share how we helped similar teams overcome this. Do you have 15 minutes next Tuesday for a quick chat?\n </Text>\n <Section className=\"mb-6\"><EmailButton href={meetingLink}>Book a 15-min chat</EmailButton></Section>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed\">Best,<br />{senderName}</Text>\n </EmailLayout>\n );\n};\n\nexport default ColdOutreach;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAaO,MAAM,YAAY,GAAgC,CAAC,EACxD,YAAY,GAAG,MAAM,EACrB,UAAU,GAAG,QAAQ,EACrB,WAAW,GAAG,aAAa,EAC3B,SAAS,GAAG,6CAA6C,EACzD,aAAa,GAAG,kEAAkE,EAClF,WAAW,GAAG,oCAAoC,EACnD,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,qBAAA,EAAwB,SAAS,CAAA,CAAE,EAAE,KAAK,EAAC,eAAe,EAAA,QAAA,EAAA,CAClFA,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAAK,YAAY,EAAA,GAAA,CAAA,EAAA,CAAS,EAC3GA,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,mGAAA,EACmB,SAAS,EAAA,4CAAA,CAAA,EAAA,CACtG,EACPA,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,WAAW,EAAA,OAAA,EAAO,aAAa,uLAC9B,EACPC,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EAACA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,WAAW,mCAAkC,EAAA,CAAU,EACpGD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,4DAA4D,EAAA,QAAA,EAAA,CAAA,OAAA,EAAMC,aAAM,EAAC,UAAU,CAAA,EAAA,CAAQ,CAAA,EAAA,CAC/F;AAElB;;;;"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface FollowUpEmailProps {
3
+ prospectName?: string;
4
+ senderName?: string;
5
+ lastContactDays?: number;
6
+ meetingLink?: string;
7
+ }
8
+ export declare const FollowUpEmail: React.FC<FollowUpEmailProps>;
9
+ export default FollowUpEmail;
@@ -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 FollowUpEmail = ({ prospectName = 'Alex', senderName = 'Jordan', lastContactDays = 3, meetingLink = 'https://calendly.com/example/15min' }) => {
9
+ return (jsxs(EmailLayout, { previewText: "Just bubbling this up to the top of your inbox", title: "Checking in", children: [jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: ["Hi ", prospectName, ","] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "I know things can get busy, so I just wanted to bubble my last note up to the top of your inbox. Are you still open to exploring how we can help your team streamline operations?" }), jsx(Section, { className: "mb-6", children: jsx(EmailButton, { href: meetingLink, children: "Find a time to chat" }) }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed", children: ["Best,", jsx("br", {}), senderName] })] }));
10
+ };
11
+
12
+ export { FollowUpEmail, FollowUpEmail as default };
13
+ //# sourceMappingURL=FollowUpEmail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FollowUpEmail.js","sources":["../../../../../src/components/Email/templates/sales/FollowUpEmail.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../components';\n\nexport interface FollowUpEmailProps {\n prospectName?: string;\n senderName?: string;\n lastContactDays?: number;\n meetingLink?: string;\n}\n\nexport const FollowUpEmail: React.FC<FollowUpEmailProps> = ({\n prospectName = 'Alex',\n senderName = 'Jordan',\n lastContactDays = 3,\n meetingLink = 'https://calendly.com/example/15min'\n}) => {\n return (\n <EmailLayout previewText=\"Just bubbling this up to the top of your inbox\" title=\"Checking in\">\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">Hi {prospectName},</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n I know things can get busy, so I just wanted to bubble my last note up to the top of your inbox. Are you still open to exploring how we can help your team streamline operations?\n </Text>\n <Section className=\"mb-6\"><EmailButton href={meetingLink}>Find a time to chat</EmailButton></Section>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed\">Best,<br />{senderName}</Text>\n </EmailLayout>\n );\n};\n\nexport default FollowUpEmail;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;MAWa,aAAa,GAAiC,CAAC,EAC1D,YAAY,GAAG,MAAM,EACrB,UAAU,GAAG,QAAQ,EACrB,eAAe,GAAG,CAAC,EACnB,WAAW,GAAG,oCAAoC,EACnD,KAAI;IACH,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,gDAAgD,EAAC,KAAK,EAAC,aAAa,EAAA,QAAA,EAAA,CAC3FA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAAK,YAAY,EAAA,GAAA,CAAA,EAAA,CAAS,EAC3GC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,mLAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EAACA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,WAAW,EAAA,QAAA,EAAA,qBAAA,EAAA,CAAmC,EAAA,CAAU,EACrGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,4DAA4D,EAAA,QAAA,EAAA,CAAA,OAAA,EAAMC,GAAA,CAAA,IAAA,EAAA,EAAA,CAAM,EAAC,UAAU,CAAA,EAAA,CAAQ,CAAA,EAAA,CAC/F;AAElB;;;;"}