@beyondcorp/beyond-ui 1.3.12 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ComponentShowcase/ComponentShowcase.js +7 -1
- package/dist/components/ComponentShowcase/ComponentShowcase.js.map +1 -1
- package/dist/components/ComponentShowcase/componentDocs.d.ts +6 -0
- package/dist/components/ComponentShowcase/componentDocs.js +17 -0
- package/dist/components/ComponentShowcase/componentDocs.js.map +1 -1
- package/dist/components/ComponentShowcase/showcaseRegistry.js +3 -1
- package/dist/components/ComponentShowcase/showcaseRegistry.js.map +1 -1
- package/dist/components/Email/EmailShowcase.d.ts +1 -0
- package/dist/components/Email/EmailShowcase.js +85 -0
- package/dist/components/Email/EmailShowcase.js.map +1 -0
- package/dist/components/Email/components/EmailButton.d.ts +5 -0
- package/dist/components/Email/components/EmailButton.js +7 -0
- package/dist/components/Email/components/EmailButton.js.map +1 -0
- package/dist/components/Email/components/EmailDivider.d.ts +1 -0
- package/dist/components/Email/components/EmailDivider.js +7 -0
- package/dist/components/Email/components/EmailDivider.js.map +1 -0
- package/dist/components/Email/components/EmailFooter.d.ts +3 -0
- package/dist/components/Email/components/EmailFooter.js +9 -0
- package/dist/components/Email/components/EmailFooter.js.map +1 -0
- package/dist/components/Email/components/EmailHeader.d.ts +4 -0
- package/dist/components/Email/components/EmailHeader.js +8 -0
- package/dist/components/Email/components/EmailHeader.js.map +1 -0
- package/dist/components/Email/components/EmailLayout.d.ts +6 -0
- package/dist/components/Email/components/EmailLayout.js +15 -0
- package/dist/components/Email/components/EmailLayout.js.map +1 -0
- package/dist/components/Email/components/EmailPreviewer.d.ts +5 -0
- package/dist/components/Email/components/EmailPreviewer.js +25 -0
- package/dist/components/Email/components/EmailPreviewer.js.map +1 -0
- package/dist/components/Email/components/index.d.ts +7 -0
- package/dist/components/Email/components/theme.d.ts +27 -0
- package/dist/components/Email/components/theme.js +21 -0
- package/dist/components/Email/components/theme.js.map +1 -0
- package/dist/components/Email/index.d.ts +2 -0
- package/dist/components/Email/templates/auth/ConfirmEmail.d.ts +7 -0
- package/dist/components/Email/templates/auth/ConfirmEmail.js +13 -0
- package/dist/components/Email/templates/auth/ConfirmEmail.js.map +1 -0
- package/dist/components/Email/templates/auth/EmailChangeVerification.d.ts +9 -0
- package/dist/components/Email/templates/auth/EmailChangeVerification.js +13 -0
- package/dist/components/Email/templates/auth/EmailChangeVerification.js.map +1 -0
- package/dist/components/Email/templates/auth/MagicLinkEmail.d.ts +7 -0
- package/dist/components/Email/templates/auth/MagicLinkEmail.js +14 -0
- package/dist/components/Email/templates/auth/MagicLinkEmail.js.map +1 -0
- package/dist/components/Email/templates/auth/ResetPasswordEmail.d.ts +8 -0
- package/dist/components/Email/templates/auth/ResetPasswordEmail.js +13 -0
- package/dist/components/Email/templates/auth/ResetPasswordEmail.js.map +1 -0
- package/dist/components/Email/templates/auth/WelcomeEmail.d.ts +8 -0
- package/dist/components/Email/templates/auth/WelcomeEmail.js +13 -0
- package/dist/components/Email/templates/auth/WelcomeEmail.js.map +1 -0
- package/dist/components/Email/templates/auth/index.d.ts +5 -0
- package/dist/components/Email/templates/billing/CreditCardExpiring.d.ts +9 -0
- package/dist/components/Email/templates/billing/CreditCardExpiring.js +14 -0
- package/dist/components/Email/templates/billing/CreditCardExpiring.js.map +1 -0
- package/dist/components/Email/templates/billing/InvoiceEmail.d.ts +10 -0
- package/dist/components/Email/templates/billing/InvoiceEmail.js +16 -0
- package/dist/components/Email/templates/billing/InvoiceEmail.js.map +1 -0
- package/dist/components/Email/templates/billing/OverduePaymentNotice.d.ts +9 -0
- package/dist/components/Email/templates/billing/OverduePaymentNotice.js +13 -0
- package/dist/components/Email/templates/billing/OverduePaymentNotice.js.map +1 -0
- package/dist/components/Email/templates/billing/PaymentFailedEmail.d.ts +8 -0
- package/dist/components/Email/templates/billing/PaymentFailedEmail.js +14 -0
- package/dist/components/Email/templates/billing/PaymentFailedEmail.js.map +1 -0
- package/dist/components/Email/templates/billing/PaymentReceipt.d.ts +10 -0
- package/dist/components/Email/templates/billing/PaymentReceipt.js +15 -0
- package/dist/components/Email/templates/billing/PaymentReceipt.js.map +1 -0
- package/dist/components/Email/templates/billing/SubscriptionCancelled.d.ts +9 -0
- package/dist/components/Email/templates/billing/SubscriptionCancelled.js +14 -0
- package/dist/components/Email/templates/billing/SubscriptionCancelled.js.map +1 -0
- package/dist/components/Email/templates/billing/SubscriptionConfirmation.d.ts +10 -0
- package/dist/components/Email/templates/billing/SubscriptionConfirmation.js +13 -0
- package/dist/components/Email/templates/billing/SubscriptionConfirmation.js.map +1 -0
- package/dist/components/Email/templates/billing/TrialEndingEmail.d.ts +8 -0
- package/dist/components/Email/templates/billing/TrialEndingEmail.js +13 -0
- package/dist/components/Email/templates/billing/TrialEndingEmail.js.map +1 -0
- package/dist/components/Email/templates/billing/index.d.ts +8 -0
- package/dist/components/Email/templates/engagement/FeatureAnnouncement.d.ts +10 -0
- package/dist/components/Email/templates/engagement/FeatureAnnouncement.js +15 -0
- package/dist/components/Email/templates/engagement/FeatureAnnouncement.js.map +1 -0
- package/dist/components/Email/templates/engagement/FeedbackRequestEmail.d.ts +8 -0
- package/dist/components/Email/templates/engagement/FeedbackRequestEmail.js +13 -0
- package/dist/components/Email/templates/engagement/FeedbackRequestEmail.js.map +1 -0
- package/dist/components/Email/templates/engagement/InactivityWarning.d.ts +9 -0
- package/dist/components/Email/templates/engagement/InactivityWarning.js +14 -0
- package/dist/components/Email/templates/engagement/InactivityWarning.js.map +1 -0
- package/dist/components/Email/templates/engagement/MilestoneEmail.d.ts +9 -0
- package/dist/components/Email/templates/engagement/MilestoneEmail.js +14 -0
- package/dist/components/Email/templates/engagement/MilestoneEmail.js.map +1 -0
- package/dist/components/Email/templates/engagement/ProductChangelog.d.ts +9 -0
- package/dist/components/Email/templates/engagement/ProductChangelog.js +13 -0
- package/dist/components/Email/templates/engagement/ProductChangelog.js.map +1 -0
- package/dist/components/Email/templates/engagement/TeamInviteEmail.d.ts +9 -0
- package/dist/components/Email/templates/engagement/TeamInviteEmail.js +14 -0
- package/dist/components/Email/templates/engagement/TeamInviteEmail.js.map +1 -0
- package/dist/components/Email/templates/engagement/TipOfWeek.d.ts +9 -0
- package/dist/components/Email/templates/engagement/TipOfWeek.js +13 -0
- package/dist/components/Email/templates/engagement/TipOfWeek.js.map +1 -0
- package/dist/components/Email/templates/engagement/WeeklyDigest.d.ts +11 -0
- package/dist/components/Email/templates/engagement/WeeklyDigest.js +20 -0
- package/dist/components/Email/templates/engagement/WeeklyDigest.js.map +1 -0
- package/dist/components/Email/templates/engagement/index.d.ts +8 -0
- package/dist/components/Email/templates/growth/ReferralConverted.d.ts +9 -0
- package/dist/components/Email/templates/growth/ReferralConverted.js +13 -0
- package/dist/components/Email/templates/growth/ReferralConverted.js.map +1 -0
- package/dist/components/Email/templates/growth/ReferralInvite.d.ts +8 -0
- package/dist/components/Email/templates/growth/ReferralInvite.js +13 -0
- package/dist/components/Email/templates/growth/ReferralInvite.js.map +1 -0
- package/dist/components/Email/templates/growth/ReferralReward.d.ts +10 -0
- package/dist/components/Email/templates/growth/ReferralReward.js +14 -0
- package/dist/components/Email/templates/growth/ReferralReward.js.map +1 -0
- package/dist/components/Email/templates/growth/SocialSharePrompt.d.ts +8 -0
- package/dist/components/Email/templates/growth/SocialSharePrompt.js +15 -0
- package/dist/components/Email/templates/growth/SocialSharePrompt.js.map +1 -0
- package/dist/components/Email/templates/growth/WaitlistWelcome.d.ts +9 -0
- package/dist/components/Email/templates/growth/WaitlistWelcome.js +14 -0
- package/dist/components/Email/templates/growth/WaitlistWelcome.js.map +1 -0
- package/dist/components/Email/templates/growth/index.d.ts +5 -0
- package/dist/components/Email/templates/index.d.ts +11 -0
- package/dist/components/Email/templates/index.js +116 -0
- package/dist/components/Email/templates/index.js.map +1 -0
- package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.d.ts +13 -0
- package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.js +19 -0
- package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.js.map +1 -0
- package/dist/components/Email/templates/internal/comms/LeadershipUpdate.d.ts +9 -0
- package/dist/components/Email/templates/internal/comms/LeadershipUpdate.js +16 -0
- package/dist/components/Email/templates/internal/comms/LeadershipUpdate.js.map +1 -0
- package/dist/components/Email/templates/internal/comms/MeetingRecap.d.ts +10 -0
- package/dist/components/Email/templates/internal/comms/MeetingRecap.js +19 -0
- package/dist/components/Email/templates/internal/comms/MeetingRecap.js.map +1 -0
- package/dist/components/Email/templates/internal/comms/index.d.ts +3 -0
- package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.d.ts +8 -0
- package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.js +14 -0
- package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.js.map +1 -0
- package/dist/components/Email/templates/internal/hr/EmployeeFarewell.d.ts +9 -0
- package/dist/components/Email/templates/internal/hr/EmployeeFarewell.js +13 -0
- package/dist/components/Email/templates/internal/hr/EmployeeFarewell.js.map +1 -0
- package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.d.ts +8 -0
- package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.js +13 -0
- package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.js.map +1 -0
- package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.d.ts +11 -0
- package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.js +14 -0
- package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.js.map +1 -0
- package/dist/components/Email/templates/internal/hr/PolicyUpdate.d.ts +9 -0
- package/dist/components/Email/templates/internal/hr/PolicyUpdate.js +13 -0
- package/dist/components/Email/templates/internal/hr/PolicyUpdate.js.map +1 -0
- package/dist/components/Email/templates/internal/hr/index.d.ts +5 -0
- package/dist/components/Email/templates/internal/index.d.ts +3 -0
- package/dist/components/Email/templates/internal/it/AppAccessGranted.d.ts +9 -0
- package/dist/components/Email/templates/internal/it/AppAccessGranted.js +13 -0
- package/dist/components/Email/templates/internal/it/AppAccessGranted.js.map +1 -0
- package/dist/components/Email/templates/internal/it/ITOutageReport.d.ts +9 -0
- package/dist/components/Email/templates/internal/it/ITOutageReport.js +15 -0
- package/dist/components/Email/templates/internal/it/ITOutageReport.js.map +1 -0
- package/dist/components/Email/templates/internal/it/PasswordRotationReminder.d.ts +8 -0
- package/dist/components/Email/templates/internal/it/PasswordRotationReminder.js +13 -0
- package/dist/components/Email/templates/internal/it/PasswordRotationReminder.js.map +1 -0
- package/dist/components/Email/templates/internal/it/index.d.ts +3 -0
- package/dist/components/Email/templates/legal/DMCANotice.d.ts +9 -0
- package/dist/components/Email/templates/legal/DMCANotice.js +14 -0
- package/dist/components/Email/templates/legal/DMCANotice.js.map +1 -0
- package/dist/components/Email/templates/legal/DPANotice.d.ts +9 -0
- package/dist/components/Email/templates/legal/DPANotice.js +14 -0
- package/dist/components/Email/templates/legal/DPANotice.js.map +1 -0
- package/dist/components/Email/templates/legal/GDPRCompliance.d.ts +8 -0
- package/dist/components/Email/templates/legal/GDPRCompliance.js +14 -0
- package/dist/components/Email/templates/legal/GDPRCompliance.js.map +1 -0
- package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.d.ts +8 -0
- package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.js +14 -0
- package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.js.map +1 -0
- package/dist/components/Email/templates/legal/TermsOfServiceUpdate.d.ts +8 -0
- package/dist/components/Email/templates/legal/TermsOfServiceUpdate.js +14 -0
- package/dist/components/Email/templates/legal/TermsOfServiceUpdate.js.map +1 -0
- package/dist/components/Email/templates/legal/index.d.ts +5 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.d.ts +6 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.js +11 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.js.map +1 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.d.ts +6 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.js +11 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.js.map +1 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.d.ts +5 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.js +11 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.js.map +1 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.d.ts +5 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.js +11 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.js.map +1 -0
- package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.d.ts +6 -0
- package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.js +11 -0
- package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.js.map +1 -0
- package/dist/components/Email/templates/marketing/affiliate/index.d.ts +5 -0
- package/dist/components/Email/templates/marketing/blog/BestOfRoundup.d.ts +6 -0
- package/dist/components/Email/templates/marketing/blog/BestOfRoundup.js +11 -0
- package/dist/components/Email/templates/marketing/blog/BestOfRoundup.js.map +1 -0
- package/dist/components/Email/templates/marketing/blog/BlogSeries.d.ts +7 -0
- package/dist/components/Email/templates/marketing/blog/BlogSeries.js +11 -0
- package/dist/components/Email/templates/marketing/blog/BlogSeries.js.map +1 -0
- package/dist/components/Email/templates/marketing/blog/NewBlogPost.d.ts +7 -0
- package/dist/components/Email/templates/marketing/blog/NewBlogPost.js +11 -0
- package/dist/components/Email/templates/marketing/blog/NewBlogPost.js.map +1 -0
- package/dist/components/Email/templates/marketing/blog/index.d.ts +3 -0
- package/dist/components/Email/templates/marketing/content/InfographicEmail.d.ts +5 -0
- package/dist/components/Email/templates/marketing/content/InfographicEmail.js +11 -0
- package/dist/components/Email/templates/marketing/content/InfographicEmail.js.map +1 -0
- package/dist/components/Email/templates/marketing/content/NewGuideEbook.d.ts +6 -0
- package/dist/components/Email/templates/marketing/content/NewGuideEbook.js +11 -0
- package/dist/components/Email/templates/marketing/content/NewGuideEbook.js.map +1 -0
- package/dist/components/Email/templates/marketing/content/PodcastEpisode.d.ts +6 -0
- package/dist/components/Email/templates/marketing/content/PodcastEpisode.js +11 -0
- package/dist/components/Email/templates/marketing/content/PodcastEpisode.js.map +1 -0
- package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.d.ts +6 -0
- package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.js +11 -0
- package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.js.map +1 -0
- package/dist/components/Email/templates/marketing/content/YouTubeNotification.d.ts +6 -0
- package/dist/components/Email/templates/marketing/content/YouTubeNotification.js +11 -0
- package/dist/components/Email/templates/marketing/content/YouTubeNotification.js.map +1 -0
- package/dist/components/Email/templates/marketing/content/index.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/ConferenceSeries.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/ConferenceSeries.js +11 -0
- package/dist/components/Email/templates/marketing/events/ConferenceSeries.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.js +11 -0
- package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/EventAnnouncement.d.ts +9 -0
- package/dist/components/Email/templates/marketing/events/EventAnnouncement.js +13 -0
- package/dist/components/Email/templates/marketing/events/EventAnnouncement.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/PostEventThankYou.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/PostEventThankYou.js +11 -0
- package/dist/components/Email/templates/marketing/events/PostEventThankYou.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/ScheduleReleased.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/ScheduleReleased.js +11 -0
- package/dist/components/Email/templates/marketing/events/ScheduleReleased.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/VIPInvite.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/VIPInvite.js +11 -0
- package/dist/components/Email/templates/marketing/events/VIPInvite.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/index.d.ts +6 -0
- package/dist/components/Email/templates/marketing/index.d.ts +10 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.d.ts +5 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.js +11 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.d.ts +5 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.js +11 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.d.ts +11 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.js +13 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.d.ts +9 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.js +14 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.d.ts +9 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.js +14 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.d.ts +5 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.js +11 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.d.ts +5 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.js +11 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/index.d.ts +7 -0
- package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.d.ts +5 -0
- package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.js +11 -0
- package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.js.map +1 -0
- package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.d.ts +16 -0
- package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.js +22 -0
- package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.js.map +1 -0
- package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.d.ts +16 -0
- package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.js +29 -0
- package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.js.map +1 -0
- package/dist/components/Email/templates/marketing/newsletters/index.d.ts +3 -0
- package/dist/components/Email/templates/marketing/promotional/AbandonedCart.d.ts +15 -0
- package/dist/components/Email/templates/marketing/promotional/AbandonedCart.js +20 -0
- package/dist/components/Email/templates/marketing/promotional/AbandonedCart.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/BackInStock.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/BackInStock.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/BackInStock.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/FlashSale.d.ts +9 -0
- package/dist/components/Email/templates/marketing/promotional/FlashSale.js +14 -0
- package/dist/components/Email/templates/marketing/promotional/FlashSale.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/index.d.ts +8 -0
- package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.d.ts +5 -0
- package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.js +11 -0
- package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.js.map +1 -0
- package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.d.ts +5 -0
- package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.js +11 -0
- package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.js.map +1 -0
- package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.d.ts +5 -0
- package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.js +11 -0
- package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.js.map +1 -0
- package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.d.ts +8 -0
- package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.js +13 -0
- package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.js.map +1 -0
- package/dist/components/Email/templates/marketing/reengagement/index.d.ts +4 -0
- package/dist/components/Email/templates/marketing/social/CommunityMilestone.d.ts +5 -0
- package/dist/components/Email/templates/marketing/social/CommunityMilestone.js +11 -0
- package/dist/components/Email/templates/marketing/social/CommunityMilestone.js.map +1 -0
- package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.d.ts +5 -0
- package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.js +11 -0
- package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.js.map +1 -0
- package/dist/components/Email/templates/marketing/social/ShareYourStory.d.ts +5 -0
- package/dist/components/Email/templates/marketing/social/ShareYourStory.js +11 -0
- package/dist/components/Email/templates/marketing/social/ShareYourStory.js.map +1 -0
- package/dist/components/Email/templates/marketing/social/SocialProof.d.ts +13 -0
- package/dist/components/Email/templates/marketing/social/SocialProof.js +16 -0
- package/dist/components/Email/templates/marketing/social/SocialProof.js.map +1 -0
- package/dist/components/Email/templates/marketing/social/UserSpotlight.d.ts +5 -0
- package/dist/components/Email/templates/marketing/social/UserSpotlight.js +11 -0
- package/dist/components/Email/templates/marketing/social/UserSpotlight.js.map +1 -0
- package/dist/components/Email/templates/marketing/social/index.d.ts +5 -0
- package/dist/components/Email/templates/marketing/surveys/BetaFeedback.d.ts +5 -0
- package/dist/components/Email/templates/marketing/surveys/BetaFeedback.js +11 -0
- package/dist/components/Email/templates/marketing/surveys/BetaFeedback.js.map +1 -0
- package/dist/components/Email/templates/marketing/surveys/CSATSurvey.d.ts +5 -0
- package/dist/components/Email/templates/marketing/surveys/CSATSurvey.js +11 -0
- package/dist/components/Email/templates/marketing/surveys/CSATSurvey.js.map +1 -0
- package/dist/components/Email/templates/marketing/surveys/ExitSurvey.d.ts +7 -0
- package/dist/components/Email/templates/marketing/surveys/ExitSurvey.js +20 -0
- package/dist/components/Email/templates/marketing/surveys/ExitSurvey.js.map +1 -0
- package/dist/components/Email/templates/marketing/surveys/NPSSurvey.d.ts +7 -0
- package/dist/components/Email/templates/marketing/surveys/NPSSurvey.js +17 -0
- package/dist/components/Email/templates/marketing/surveys/NPSSurvey.js.map +1 -0
- package/dist/components/Email/templates/marketing/surveys/ProductFeedback.d.ts +5 -0
- package/dist/components/Email/templates/marketing/surveys/ProductFeedback.js +11 -0
- package/dist/components/Email/templates/marketing/surveys/ProductFeedback.js.map +1 -0
- package/dist/components/Email/templates/marketing/surveys/index.d.ts +5 -0
- package/dist/components/Email/templates/sales/ClientReferenceRequest.d.ts +8 -0
- package/dist/components/Email/templates/sales/ClientReferenceRequest.js +13 -0
- package/dist/components/Email/templates/sales/ClientReferenceRequest.js.map +1 -0
- package/dist/components/Email/templates/sales/ClientWinBack.d.ts +10 -0
- package/dist/components/Email/templates/sales/ClientWinBack.js +13 -0
- package/dist/components/Email/templates/sales/ClientWinBack.js.map +1 -0
- package/dist/components/Email/templates/sales/ColdOutreach.d.ts +11 -0
- package/dist/components/Email/templates/sales/ColdOutreach.js +13 -0
- package/dist/components/Email/templates/sales/ColdOutreach.js.map +1 -0
- package/dist/components/Email/templates/sales/FollowUpEmail.d.ts +9 -0
- package/dist/components/Email/templates/sales/FollowUpEmail.js +13 -0
- package/dist/components/Email/templates/sales/FollowUpEmail.js.map +1 -0
- package/dist/components/Email/templates/sales/ProjectTermination.d.ts +9 -0
- package/dist/components/Email/templates/sales/ProjectTermination.js +12 -0
- package/dist/components/Email/templates/sales/ProjectTermination.js.map +1 -0
- package/dist/components/Email/templates/sales/ProposalAccepted.d.ts +9 -0
- package/dist/components/Email/templates/sales/ProposalAccepted.js +13 -0
- package/dist/components/Email/templates/sales/ProposalAccepted.js.map +1 -0
- package/dist/components/Email/templates/sales/ScheduleDemo.d.ts +9 -0
- package/dist/components/Email/templates/sales/ScheduleDemo.js +13 -0
- package/dist/components/Email/templates/sales/ScheduleDemo.js.map +1 -0
- package/dist/components/Email/templates/sales/SendProposal.d.ts +9 -0
- package/dist/components/Email/templates/sales/SendProposal.js +14 -0
- package/dist/components/Email/templates/sales/SendProposal.js.map +1 -0
- package/dist/components/Email/templates/sales/index.d.ts +8 -0
- package/dist/components/Email/templates/security/AccountDeletedConfirmation.d.ts +8 -0
- package/dist/components/Email/templates/security/AccountDeletedConfirmation.js +13 -0
- package/dist/components/Email/templates/security/AccountDeletedConfirmation.js.map +1 -0
- package/dist/components/Email/templates/security/ApiKeyCreated.d.ts +9 -0
- package/dist/components/Email/templates/security/ApiKeyCreated.js +14 -0
- package/dist/components/Email/templates/security/ApiKeyCreated.js.map +1 -0
- package/dist/components/Email/templates/security/DataExportReady.d.ts +8 -0
- package/dist/components/Email/templates/security/DataExportReady.js +13 -0
- package/dist/components/Email/templates/security/DataExportReady.js.map +1 -0
- package/dist/components/Email/templates/security/NewLoginAlert.d.ts +10 -0
- package/dist/components/Email/templates/security/NewLoginAlert.js +13 -0
- package/dist/components/Email/templates/security/NewLoginAlert.js.map +1 -0
- package/dist/components/Email/templates/security/PolicyUpdateEmail.d.ts +9 -0
- package/dist/components/Email/templates/security/PolicyUpdateEmail.js +13 -0
- package/dist/components/Email/templates/security/PolicyUpdateEmail.js.map +1 -0
- package/dist/components/Email/templates/security/TwoFactorCode.d.ts +8 -0
- package/dist/components/Email/templates/security/TwoFactorCode.js +13 -0
- package/dist/components/Email/templates/security/TwoFactorCode.js.map +1 -0
- package/dist/components/Email/templates/security/index.d.ts +6 -0
- package/dist/components/Email/templates/support/SupportFeedbackRequest.d.ts +9 -0
- package/dist/components/Email/templates/support/SupportFeedbackRequest.js +15 -0
- package/dist/components/Email/templates/support/SupportFeedbackRequest.js.map +1 -0
- package/dist/components/Email/templates/support/TicketCreatedEmail.d.ts +9 -0
- package/dist/components/Email/templates/support/TicketCreatedEmail.js +13 -0
- package/dist/components/Email/templates/support/TicketCreatedEmail.js.map +1 -0
- package/dist/components/Email/templates/support/TicketReplyEmail.d.ts +9 -0
- package/dist/components/Email/templates/support/TicketReplyEmail.js +14 -0
- package/dist/components/Email/templates/support/TicketReplyEmail.js.map +1 -0
- package/dist/components/Email/templates/support/TicketResolvedEmail.d.ts +9 -0
- package/dist/components/Email/templates/support/TicketResolvedEmail.js +14 -0
- package/dist/components/Email/templates/support/TicketResolvedEmail.js.map +1 -0
- package/dist/components/Email/templates/support/index.d.ts +4 -0
- package/dist/components/Email/templates/system/IncidentReport.d.ts +10 -0
- package/dist/components/Email/templates/system/IncidentReport.js +13 -0
- package/dist/components/Email/templates/system/IncidentReport.js.map +1 -0
- package/dist/components/Email/templates/system/MaintenanceNotice.d.ts +9 -0
- package/dist/components/Email/templates/system/MaintenanceNotice.js +13 -0
- package/dist/components/Email/templates/system/MaintenanceNotice.js.map +1 -0
- package/dist/components/Email/templates/system/NotificationEmail.d.ts +10 -0
- package/dist/components/Email/templates/system/NotificationEmail.js +14 -0
- package/dist/components/Email/templates/system/NotificationEmail.js.map +1 -0
- package/dist/components/Email/templates/system/StatusPageUpdate.d.ts +10 -0
- package/dist/components/Email/templates/system/StatusPageUpdate.js +13 -0
- package/dist/components/Email/templates/system/StatusPageUpdate.js.map +1 -0
- package/dist/components/Email/templates/system/index.d.ts +4 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +122 -0
- package/dist/styles.css +1 -1
- package/package.json +12 -5
- package/dist/components/Auth/PasswordResetForm.d.ts +0 -9
- package/dist/components/Auth/PasswordResetForm.example.d.ts +0 -2
- package/dist/components/Auth/PasswordResetForm.example.js +0 -20
- package/dist/components/Auth/PasswordResetForm.example.js.map +0 -1
- package/dist/components/Auth/PasswordResetForm.js +0 -30
- package/dist/components/Auth/PasswordResetForm.js.map +0 -1
|
@@ -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,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,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,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,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,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,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,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;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface ProjectTerminationProps {
|
|
3
|
+
clientName?: string;
|
|
4
|
+
projectName?: string;
|
|
5
|
+
effectiveDate?: string;
|
|
6
|
+
senderName?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const ProjectTermination: React.FC<ProjectTerminationProps>;
|
|
9
|
+
export default ProjectTermination;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailLayout } from '../../components/EmailLayout.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
import { Text } from '../../../../node_modules/@react-email/text/dist/index.js';
|
|
5
|
+
import { Section } from '../../../../node_modules/@react-email/section/dist/index.js';
|
|
6
|
+
|
|
7
|
+
const ProjectTermination = ({ clientName = 'Alex', projectName = 'Monthly Retainer', effectiveDate = 'December 31st', senderName = 'Jordan' }) => {
|
|
8
|
+
return (jsxs(EmailLayout, { previewText: `Notice regarding ${projectName}`, title: "Project Termination", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Contract Notice" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: ["Hi ", clientName, ","] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["I am writing to formally confirm that we will be concluding our work on the ", jsx("strong", { children: projectName }), ". As per our recent discussion, our final day of service will be ", jsx("strong", { children: effectiveDate }), "."] }), jsx(Section, { className: "bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600", children: jsx(Text, { className: "text-gray-700 dark:text-gray-300 m-0", children: "We will ensure all final deliverables and documentation are securely handed over prior to this date. Final invoicing will be prorated accordingly." }) }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mt-4", children: ["Thank you for the opportunity to work together. Best,", jsx("br", {}), senderName] })] }));
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export { ProjectTermination, ProjectTermination as default };
|
|
12
|
+
//# sourceMappingURL=ProjectTermination.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProjectTermination.js","sources":["../../../../../src/components/Email/templates/sales/ProjectTermination.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailDivider } from '../../components';\n\nexport interface ProjectTerminationProps {\n clientName?: string;\n projectName?: string;\n effectiveDate?: string;\n senderName?: string;\n}\n\nexport const ProjectTermination: React.FC<ProjectTerminationProps> = ({\n clientName = 'Alex',\n projectName = 'Monthly Retainer',\n effectiveDate = 'December 31st',\n senderName = 'Jordan'\n}) => {\n return (\n <EmailLayout previewText={`Notice regarding ${projectName}`} title=\"Project Termination\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Contract Notice</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">Hi {clientName},</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n I am writing to formally confirm that we will be concluding our work on the <strong>{projectName}</strong>. As per our recent discussion, our final day of service will be <strong>{effectiveDate}</strong>.\n </Text>\n <Section className=\"bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600\">\n <Text className=\"text-gray-700 dark:text-gray-300 m-0\">We will ensure all final deliverables and documentation are securely handed over prior to this date. Final invoicing will be prorated accordingly.</Text>\n </Section>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mt-4\">Thank you for the opportunity to work together. Best,<br />{senderName}</Text>\n </EmailLayout>\n );\n};\n\nexport default ProjectTermination;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;MAWa,kBAAkB,GAAsC,CAAC,EACpE,UAAU,GAAG,MAAM,EACnB,WAAW,GAAG,kBAAkB,EAChC,aAAa,GAAG,eAAe,EAC/B,UAAU,GAAG,QAAQ,EACtB,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,iBAAA,EAAoB,WAAW,CAAA,CAAE,EAAE,KAAK,EAAC,qBAAqB,EAAA,QAAA,EAAA,CACtFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,gCAAuB,EAC9FD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAAK,UAAU,SAAS,EACzGA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,8EAAA,EACHC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,WAAW,EAAA,CAAU,EAAA,mEAAA,EAAiEA,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,aAAa,GAAU,EAAA,GAAA,CAAA,EAAA,CACtM,EACPA,GAAA,CAAC,OAAO,IAAC,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAC9GA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sCAAsC,EAAA,QAAA,EAAA,oJAAA,EAAA,CAA0J,EAAA,CACxM,EACVD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,sEAAsDC,GAAA,CAAA,IAAA,EAAA,EAAA,CAAM,EAAC,UAAU,CAAA,EAAA,CAAQ,CAAA,EAAA,CACpJ;AAElB;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface ProposalAcceptedProps {
|
|
3
|
+
clientName?: string;
|
|
4
|
+
projectName?: string;
|
|
5
|
+
repName?: string;
|
|
6
|
+
nextStepsLink?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const ProposalAccepted: React.FC<ProposalAcceptedProps>;
|
|
9
|
+
export default ProposalAccepted;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const ProposalAccepted = ({ clientName = 'Alex', projectName = 'Q4 Enterprise Engagement', repName = 'Jordan', nextStepsLink = 'https://example.com/onboarding/start' }) => {
|
|
9
|
+
return (jsxs(EmailLayout, { previewText: "It's official! Let's get started.", title: "Proposal Accepted", children: [jsx(Text, { className: "text-3xl text-center mb-4", children: "\uD83C\uDF89" }), jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4 text-center", children: "It's Official!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", clientName, ", we received your signed proposal for the ", jsx("strong", { children: projectName }), ". We are thrilled to officially welcome you aboard and can't wait to start working together!"] }), jsxs(Section, { className: "bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600 text-center", children: [jsx(Text, { className: "text-gray-900 dark:text-white font-semibold m-0 mb-4", children: "Ready to kick things off?" }), jsx(EmailButton, { href: nextStepsLink, children: "Start Onboarding" })] })] }));
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export { ProposalAccepted, ProposalAccepted as default };
|
|
13
|
+
//# sourceMappingURL=ProposalAccepted.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProposalAccepted.js","sources":["../../../../../src/components/Email/templates/sales/ProposalAccepted.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface ProposalAcceptedProps {\n clientName?: string;\n projectName?: string;\n repName?: string;\n nextStepsLink?: string;\n}\n\nexport const ProposalAccepted: React.FC<ProposalAcceptedProps> = ({\n clientName = 'Alex',\n projectName = 'Q4 Enterprise Engagement',\n repName = 'Jordan',\n nextStepsLink = 'https://example.com/onboarding/start'\n}) => {\n return (\n <EmailLayout previewText=\"It's official! Let's get started.\" title=\"Proposal Accepted\">\n <Text className=\"text-3xl text-center mb-4\">🎉</Text>\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4 text-center\">It's Official!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {clientName}, we received your signed proposal for the <strong>{projectName}</strong>. We are thrilled to officially welcome you aboard and can't wait to start working together!\n </Text>\n <Section className=\"bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600 text-center\">\n <Text className=\"text-gray-900 dark:text-white font-semibold m-0 mb-4\">Ready to kick things off?</Text>\n <EmailButton href={nextStepsLink}>Start Onboarding</EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default ProposalAccepted;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;MAWa,gBAAgB,GAAoC,CAAC,EAChE,UAAU,GAAG,MAAM,EACnB,WAAW,GAAG,0BAA0B,EACxC,OAAO,GAAG,QAAQ,EAClB,aAAa,GAAG,sCAAsC,EACvD,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,mCAAmC,EAAC,KAAK,EAAC,mBAAmB,EAAA,QAAA,EAAA,CACpFC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,2BAA2B,EAAA,QAAA,EAAA,cAAA,EAAA,CAAU,EACrDA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,mEAAmE,EAAA,QAAA,EAAA,gBAAA,EAAA,CAAsB,EACzGD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,UAAU,EAAA,6CAAA,EAA4CC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,WAAW,GAAU,EAAA,8FAAA,CAAA,EAAA,CACnF,EACPD,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,yGAAyG,aAC1HC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,2BAAA,EAAA,CAAiC,EACvGA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,aAAa,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAgC,CAAA,EAAA,CACxD,CAAA,EAAA,CACE;AAElB;;;;"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const ScheduleDemo = ({ prospectName = 'Alex', productName = 'Beyond UI', repName = 'Jordan', schedulingLink = 'https://calendly.com/example/demo' }) => {
|
|
9
|
+
return (jsxs(EmailLayout, { previewText: `Schedule your customized ${productName} demo`, title: "Schedule a Demo", children: [jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: ["Hi ", prospectName, ","] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: ["Thanks for requesting a demo of ", productName, "! I'm excited to show you how our platform can fit into your workflow."] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Please grab a time on my calendar below that works best for you and your team." }), jsx(Section, { className: "mb-6", children: jsx(EmailButton, { href: schedulingLink, children: "Choose a time" }) }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed", children: ["Talk soon,", jsx("br", {}), repName] })] }));
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export { ScheduleDemo, ScheduleDemo as default };
|
|
13
|
+
//# sourceMappingURL=ScheduleDemo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleDemo.js","sources":["../../../../../src/components/Email/templates/sales/ScheduleDemo.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../components';\n\nexport interface ScheduleDemoProps {\n prospectName?: string;\n productName?: string;\n repName?: string;\n schedulingLink?: string;\n}\n\nexport const ScheduleDemo: React.FC<ScheduleDemoProps> = ({\n prospectName = 'Alex',\n productName = 'Beyond UI',\n repName = 'Jordan',\n schedulingLink = 'https://calendly.com/example/demo'\n}) => {\n return (\n <EmailLayout previewText={`Schedule your customized ${productName} demo`} title=\"Schedule a Demo\">\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">Hi {prospectName},</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">\n Thanks for requesting a demo of {productName}! I'm excited to show you how our platform can fit into your workflow.\n </Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Please grab a time on my calendar below that works best for you and your team.\n </Text>\n <Section className=\"mb-6\"><EmailButton href={schedulingLink}>Choose a time</EmailButton></Section>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed\">Talk soon,<br />{repName}</Text>\n </EmailLayout>\n );\n};\n\nexport default ScheduleDemo;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;MAWa,YAAY,GAAgC,CAAC,EACxD,YAAY,GAAG,MAAM,EACrB,WAAW,GAAG,WAAW,EACzB,OAAO,GAAG,QAAQ,EAClB,cAAc,GAAG,mCAAmC,EACrD,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,yBAAA,EAA4B,WAAW,CAAA,KAAA,CAAO,EAAE,KAAK,EAAC,iBAAiB,aAC/FA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAAK,YAAY,SAAS,EAC3GA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,kCAAA,EAC9C,WAAW,8EACvC,EACPC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,gFAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EAACA,GAAA,CAAC,WAAW,IAAC,IAAI,EAAE,cAAc,EAAA,QAAA,EAAA,eAAA,EAAA,CAA6B,EAAA,CAAU,EAClGD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,4DAA4D,EAAA,QAAA,EAAA,CAAA,YAAA,EAAWC,aAAM,EAAC,OAAO,CAAA,EAAA,CAAQ,CAAA,EAAA,CACjG;AAElB;;;;"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../components/EmailButton.js';
|
|
3
|
+
import { EmailDivider } from '../../components/EmailDivider.js';
|
|
4
|
+
import { EmailLayout } from '../../components/EmailLayout.js';
|
|
5
|
+
import 'react';
|
|
6
|
+
import { Text } from '../../../../node_modules/@react-email/text/dist/index.js';
|
|
7
|
+
import { Section } from '../../../../node_modules/@react-email/section/dist/index.js';
|
|
8
|
+
|
|
9
|
+
const SendProposal = ({ clientName = 'Alex', projectName = 'Q4 Enterprise Engagement', senderName = 'Jordan', proposalLink = 'https://example.com/proposals/123' }) => {
|
|
10
|
+
return (jsxs(EmailLayout, { previewText: `Your proposal for ${projectName} is ready`, title: "Proposal Attached", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Your Proposal is Ready" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: ["Hi ", clientName, ","] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["It was great speaking with you recently! I have put together a formal proposal and statement of work for the ", jsx("strong", { children: projectName }), " based on our discussion."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: proposalLink, children: "Review Proposal" }) }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed", children: "Please take a look when you have a moment. Let me know if you have any questions or if you'd like to schedule a quick call to go over the details." }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mt-4", children: ["Best,", jsx("br", {}), senderName] })] }));
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export { SendProposal, SendProposal as default };
|
|
14
|
+
//# sourceMappingURL=SendProposal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SendProposal.js","sources":["../../../../../src/components/Email/templates/sales/SendProposal.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface SendProposalProps {\n clientName?: string;\n projectName?: string;\n senderName?: string;\n proposalLink?: string;\n}\n\nexport const SendProposal: React.FC<SendProposalProps> = ({\n clientName = 'Alex',\n projectName = 'Q4 Enterprise Engagement',\n senderName = 'Jordan',\n proposalLink = 'https://example.com/proposals/123'\n}) => {\n return (\n <EmailLayout previewText={`Your proposal for ${projectName} is ready`} title=\"Proposal Attached\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Your Proposal is Ready</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">Hi {clientName},</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n It was great speaking with you recently! I have put together a formal proposal and statement of work for the <strong>{projectName}</strong> based on our discussion.\n </Text>\n <Section className=\"text-center mb-6\"><EmailButton href={proposalLink}>Review Proposal</EmailButton></Section>\n <EmailDivider />\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed\">Please take a look when you have a moment. Let me know if you have any questions or if you'd like to schedule a quick call to go over the details.</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mt-4\">Best,<br />{senderName}</Text>\n </EmailLayout>\n );\n};\n\nexport default SendProposal;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;MAWa,YAAY,GAAgC,CAAC,EACxD,UAAU,GAAG,MAAM,EACnB,WAAW,GAAG,0BAA0B,EACxC,UAAU,GAAG,QAAQ,EACrB,YAAY,GAAG,mCAAmC,EACnD,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,IAAC,WAAW,EAAE,qBAAqB,WAAW,CAAA,SAAA,CAAW,EAAE,KAAK,EAAC,mBAAmB,EAAA,QAAA,EAAA,CAC9FC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,wBAAA,EAAA,CAA8B,EACrGD,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,oBAAK,UAAU,EAAA,GAAA,CAAA,EAAA,CAAS,EACzGA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,+GAAA,EAC8BC,0BAAS,WAAW,EAAA,CAAU,EAAA,2BAAA,CAAA,EAAA,CACtI,EACPA,IAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,YAACA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,EAAA,QAAA,EAAA,iBAAA,EAAA,CAA+B,GAAU,EAC9GA,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,4DAA4D,EAAA,QAAA,EAAA,oJAAA,EAAA,CAA0J,EACtOD,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,sBAAMC,GAAA,CAAA,IAAA,EAAA,EAAA,CAAM,EAAC,UAAU,CAAA,EAAA,CAAQ,CAAA,EAAA,CACpG;AAElB;;;;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './ColdOutreach';
|
|
2
|
+
export * from './FollowUpEmail';
|
|
3
|
+
export * from './ScheduleDemo';
|
|
4
|
+
export * from './SendProposal';
|
|
5
|
+
export * from './ProposalAccepted';
|
|
6
|
+
export * from './ProjectTermination';
|
|
7
|
+
export * from './ClientWinBack';
|
|
8
|
+
export * from './ClientReferenceRequest';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface AccountDeletedConfirmationProps {
|
|
3
|
+
userName?: string;
|
|
4
|
+
deletionDate?: string;
|
|
5
|
+
reactivationDeadline?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const AccountDeletedConfirmation: React.FC<AccountDeletedConfirmationProps>;
|
|
8
|
+
export default AccountDeletedConfirmation;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailDivider } from '../../components/EmailDivider.js';
|
|
3
|
+
import { EmailLayout } from '../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const AccountDeletedConfirmation = ({ userName = 'User', deletionDate = 'May 8, 2026', reactivationDeadline = 'June 7, 2026' }) => {
|
|
9
|
+
return (jsxs(EmailLayout, { previewText: "Your account has been deleted", title: "Account Deleted", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Account Deletion Confirmed" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", your account was successfully deleted on ", deletionDate, "."] }), jsx(Section, { className: "bg-red-50 dark:bg-red-900 p-4 rounded-lg mb-6 border border-red-100 dark:border-red-800", children: jsxs(Text, { className: "text-red-800 dark:text-red-200 m-0 leading-relaxed", children: ["Your personal data has been queued for permanent deletion. If you change your mind, you can recover your account by logging in before ", jsx("strong", { children: reactivationDeadline }), ". After this date, all data will be permanently erased and cannot be recovered."] }) }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm", children: "We're sorry to see you go! If you ever decide to come back, you're always welcome." })] }));
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export { AccountDeletedConfirmation, AccountDeletedConfirmation as default };
|
|
13
|
+
//# sourceMappingURL=AccountDeletedConfirmation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccountDeletedConfirmation.js","sources":["../../../../../src/components/Email/templates/security/AccountDeletedConfirmation.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailDivider } from '../../components';\n\nexport interface AccountDeletedConfirmationProps {\n userName?: string;\n deletionDate?: string;\n reactivationDeadline?: string;\n}\n\nexport const AccountDeletedConfirmation: React.FC<AccountDeletedConfirmationProps> = ({\n userName = 'User',\n deletionDate = 'May 8, 2026',\n reactivationDeadline = 'June 7, 2026'\n}) => {\n return (\n <EmailLayout previewText=\"Your account has been deleted\" title=\"Account Deleted\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Account Deletion Confirmed</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, your account was successfully deleted on {deletionDate}.\n </Text>\n <Section className=\"bg-red-50 dark:bg-red-900 p-4 rounded-lg mb-6 border border-red-100 dark:border-red-800\">\n <Text className=\"text-red-800 dark:text-red-200 m-0 leading-relaxed\">\n Your personal data has been queued for permanent deletion. If you change your mind, you can recover your account by logging in before <strong>{reactivationDeadline}</strong>. After this date, all data will be permanently erased and cannot be recovered.\n </Text>\n </Section>\n <EmailDivider />\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm\">We're sorry to see you go! If you ever decide to come back, you're always welcome.</Text>\n </EmailLayout>\n );\n};\n\nexport default AccountDeletedConfirmation;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAUO,MAAM,0BAA0B,GAA8C,CAAC,EACpF,QAAQ,GAAG,MAAM,EACjB,YAAY,GAAG,aAAa,EAC5B,oBAAoB,GAAG,cAAc,EACtC,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,+BAA+B,EAAC,KAAK,EAAC,iBAAiB,EAAA,QAAA,EAAA,CAC9EC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,4BAAA,EAAA,CAAkC,EACzGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,EAAA,6CAAA,EAA6C,YAAY,EAAA,GAAA,CAAA,EAAA,CAChE,EACPC,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,yFAAyF,EAAA,QAAA,EAC1GD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,oDAAoD,EAAA,QAAA,EAAA,CAAA,wIAAA,EACoEC,0BAAS,oBAAoB,EAAA,CAAU,EAAA,iFAAA,CAAA,EAAA,CACxK,EAAA,CACC,EACVA,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,0CAA0C,EAAA,QAAA,EAAA,oFAAA,EAAA,CAA0F,CAAA,EAAA,CACxI;AAElB;;;;"}
|