@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,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const YouTubeNotification = ({ videoTitle = 'Building a Component Library in 10 Minutes', link = '#' }) => (jsxs(EmailLayout, { previewText: `Watch: ${videoTitle}`, title: "New Video Upload", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "New Video Uploaded \uD83D\uDCFA" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["We just uploaded a new tutorial to our channel: ", jsx("strong", { children: videoTitle }), "."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Watch on YouTube" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { YouTubeNotification, YouTubeNotification as default };
|
|
11
|
+
//# sourceMappingURL=YouTubeNotification.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"YouTubeNotification.js","sources":["../../../../../../src/components/Email/templates/marketing/content/YouTubeNotification.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const YouTubeNotification: React.FC<{ videoTitle?: string; link?: string }> = ({ \n videoTitle = 'Building a Component Library in 10 Minutes', \n link = '#' \n}) => (\n <EmailLayout previewText={`Watch: ${videoTitle}`} title=\"New Video Upload\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">New Video Uploaded 📺</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">We just uploaded a new tutorial to our channel: <strong>{videoTitle}</strong>.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Watch on YouTube</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default YouTubeNotification;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,mBAAmB,GAAqD,CAAC,EACpF,UAAU,GAAG,4CAA4C,EACzD,IAAI,GAAG,GAAG,EACX,MACCA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,OAAA,EAAU,UAAU,CAAA,CAAE,EAAE,KAAK,EAAC,kBAAkB,EAAA,QAAA,EAAA,CACxEC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,iCAAA,EAAA,CAA6B,EACpGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,kDAAA,EAAiDC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,UAAU,EAAA,CAAU,SAAQ,EACvKA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAgC,EAAA,CAC/C,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const ConferenceSeries = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Here's what's happening today", title: "Daily Agenda", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Welcome to Day 2" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Welcome back! We have another packed day of keynotes, breakout sessions, and networking. Here is your guide to navigating today's events." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "View Today's Schedule" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { ConferenceSeries, ConferenceSeries as default };
|
|
11
|
+
//# sourceMappingURL=ConferenceSeries.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConferenceSeries.js","sources":["../../../../../../src/components/Email/templates/marketing/events/ConferenceSeries.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const ConferenceSeries: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Here's what's happening today\" title=\"Daily Agenda\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Welcome to Day 2</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Welcome back! We have another packed day of keynotes, breakout sessions, and networking. Here is your guide to navigating today's events.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>View Today's Schedule</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default ConferenceSeries;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,gBAAgB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC1EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,+BAA+B,EAAC,KAAK,EAAC,cAAc,EAAA,QAAA,EAAA,CAC3EC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAwB,EAC/FA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,2IAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,uBAAA,EAAA,CAAqC,EAAA,CACpD,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const EarlyBirdReminder = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Early bird pricing ends soon", title: "Pricing Alert", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Early Bird Ends Soon" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "This is your final warning! Our discounted early-bird tickets are disappearing at midnight. Lock in your spot now to save." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Get Tickets" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { EarlyBirdReminder, EarlyBirdReminder as default };
|
|
11
|
+
//# sourceMappingURL=EarlyBirdReminder.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EarlyBirdReminder.js","sources":["../../../../../../src/components/Email/templates/marketing/events/EarlyBirdReminder.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const EarlyBirdReminder: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Early bird pricing ends soon\" title=\"Pricing Alert\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Early Bird Ends Soon</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n This is your final warning! Our discounted early-bird tickets are disappearing at midnight. Lock in your spot now to save.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Get Tickets</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default EarlyBirdReminder;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,iBAAiB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC3EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,8BAA8B,EAAC,KAAK,EAAC,eAAe,EAAA,QAAA,EAAA,CAC3EC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,sBAAA,EAAA,CAA4B,EACnGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,4HAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,aAAA,EAAA,CAA2B,EAAA,CAC1C,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface EventAnnouncementProps {
|
|
3
|
+
eventName?: string;
|
|
4
|
+
date?: string;
|
|
5
|
+
location?: string;
|
|
6
|
+
registerLink?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const EventAnnouncement: React.FC<EventAnnouncementProps>;
|
|
9
|
+
export default EventAnnouncement;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const EventAnnouncement = ({ eventName = 'Beyond UI Developer Summit 2026', date = 'September 15-16, 2026', location = 'San Francisco, CA & Virtual', registerLink = 'https://example.com/events/summit-2026' }) => {
|
|
9
|
+
return (jsxs(EmailLayout, { previewText: `Join us at the ${eventName}!`, title: "Event Announcement", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "You're Invited!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["We are thrilled to announce the ", jsx("strong", { children: eventName }), ", our biggest gathering of the year. Join industry leaders, networking sessions, and deep-dive technical workshops."] }), jsxs(Section, { className: "bg-blue-50 dark:bg-blue-900 p-6 rounded-lg mb-6 border border-blue-100 dark:border-blue-800 text-center", children: [jsx(Text, { className: "text-blue-800 dark:text-blue-200 font-bold m-0 mb-2", children: date }), jsx(Text, { className: "text-blue-600 dark:text-blue-300 m-0", children: location })] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6 text-center", children: "Early bird tickets are available now at a special discounted rate. Grab yours before they sell out!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: registerLink, children: "Get Tickets Now" }) })] }));
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export { EventAnnouncement, EventAnnouncement as default };
|
|
13
|
+
//# sourceMappingURL=EventAnnouncement.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EventAnnouncement.js","sources":["../../../../../../src/components/Email/templates/marketing/events/EventAnnouncement.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport interface EventAnnouncementProps {\n eventName?: string;\n date?: string;\n location?: string;\n registerLink?: string;\n}\n\nexport const EventAnnouncement: React.FC<EventAnnouncementProps> = ({\n eventName = 'Beyond UI Developer Summit 2026',\n date = 'September 15-16, 2026',\n location = 'San Francisco, CA & Virtual',\n registerLink = 'https://example.com/events/summit-2026'\n}) => {\n return (\n <EmailLayout previewText={`Join us at the ${eventName}!`} title=\"Event Announcement\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">You're Invited!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We are thrilled to announce the <strong>{eventName}</strong>, our biggest gathering of the year. Join industry leaders, networking sessions, and deep-dive technical workshops.\n </Text>\n \n <Section className=\"bg-blue-50 dark:bg-blue-900 p-6 rounded-lg mb-6 border border-blue-100 dark:border-blue-800 text-center\">\n <Text className=\"text-blue-800 dark:text-blue-200 font-bold m-0 mb-2\">{date}</Text>\n <Text className=\"text-blue-600 dark:text-blue-300 m-0\">{location}</Text>\n </Section>\n\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6 text-center\">\n Early bird tickets are available now at a special discounted rate. Grab yours before they sell out!\n </Text>\n\n <Section className=\"text-center mb-6\">\n <EmailButton href={registerLink}>Get Tickets Now</EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default EventAnnouncement;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;MAWa,iBAAiB,GAAqC,CAAC,EAClE,SAAS,GAAG,iCAAiC,EAC7C,IAAI,GAAG,uBAAuB,EAC9B,QAAQ,GAAG,6BAA6B,EACxC,YAAY,GAAG,wCAAwC,EACxD,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,IAAC,WAAW,EAAE,kBAAkB,SAAS,CAAA,CAAA,CAAG,EAAE,KAAK,EAAC,oBAAoB,EAAA,QAAA,EAAA,CAClFC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,iBAAA,EAAA,CAAuB,EAC9FD,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,iDAC/CC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,SAAS,GAAU,EAAA,qHAAA,CAAA,EAAA,CACvD,EAEPD,KAAC,OAAO,EAAA,EAAC,SAAS,EAAC,yGAAyG,aAC1HC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,qDAAqD,EAAA,QAAA,EAAE,IAAI,EAAA,CAAQ,EACnFA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sCAAsC,YAAE,QAAQ,EAAA,CAAQ,IAChE,EAEVA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,6EAA6E,oHAEtF,EAEPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,gCAA+B,EAAA,CACtD,CAAA,EAAA,CACE;AAElB;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const PostEventThankYou = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Thanks for an amazing event!", title: "Thank You", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "That's a Wrap! \uD83C\uDFAC" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Thank you so much for joining us and making the event a massive success. The gallery of photos and session replays are now available online." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "View Gallery" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { PostEventThankYou, PostEventThankYou as default };
|
|
11
|
+
//# sourceMappingURL=PostEventThankYou.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PostEventThankYou.js","sources":["../../../../../../src/components/Email/templates/marketing/events/PostEventThankYou.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const PostEventThankYou: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Thanks for an amazing event!\" title=\"Thank You\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">That's a Wrap! 🎬</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Thank you so much for joining us and making the event a massive success. The gallery of photos and session replays are now available online.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>View Gallery</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default PostEventThankYou;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,iBAAiB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC3EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,8BAA8B,EAAC,KAAK,EAAC,WAAW,EAAA,QAAA,EAAA,CACvEC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,6BAAA,EAAA,CAAyB,EAChGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,8IAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,cAAA,EAAA,CAA4B,EAAA,CAC3C,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const ScheduleReleased = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "The agenda is live!", title: "Schedule Released", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "The Schedule is Live!" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "We have officially published the full agenda for our upcoming event. Check out the incredible lineup of speakers and workshops." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "View Agenda" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { ScheduleReleased, ScheduleReleased as default };
|
|
11
|
+
//# sourceMappingURL=ScheduleReleased.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleReleased.js","sources":["../../../../../../src/components/Email/templates/marketing/events/ScheduleReleased.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const ScheduleReleased: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"The agenda is live!\" title=\"Schedule Released\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">The Schedule is Live!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We have officially published the full agenda for our upcoming event. Check out the incredible lineup of speakers and workshops.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>View Agenda</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default ScheduleReleased;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,gBAAgB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC1EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,qBAAqB,EAAC,KAAK,EAAC,mBAAmB,EAAA,QAAA,EAAA,CACtEC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,uBAAA,EAAA,CAA6B,EACpGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,iIAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,aAAA,EAAA,CAA2B,EAAA,CAC1C,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const VIPInvite = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "You're invited to an exclusive gathering", title: "VIP Invitation", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "You're Invited" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "As one of our most valued members, we'd like to formally invite you to an exclusive, invite-only VIP gathering." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "RSVP Now" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { VIPInvite, VIPInvite as default };
|
|
11
|
+
//# sourceMappingURL=VIPInvite.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VIPInvite.js","sources":["../../../../../../src/components/Email/templates/marketing/events/VIPInvite.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const VIPInvite: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"You're invited to an exclusive gathering\" title=\"VIP Invitation\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">You're Invited</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n As one of our most valued members, we'd like to formally invite you to an exclusive, invite-only VIP gathering. \n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>RSVP Now</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default VIPInvite;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,SAAS,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACnEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,0CAA0C,EAAC,KAAK,EAAC,gBAAgB,EAAA,QAAA,EAAA,CACxFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,gBAAA,EAAA,CAAsB,EAC7FA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,iHAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,UAAA,EAAA,CAAwB,EAAA,CACvC,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from './newsletters';
|
|
2
|
+
export * from './blog';
|
|
3
|
+
export * from './lead-nurturing';
|
|
4
|
+
export * from './promotional';
|
|
5
|
+
export * from './events';
|
|
6
|
+
export * from './reengagement';
|
|
7
|
+
export * from './social';
|
|
8
|
+
export * from './surveys';
|
|
9
|
+
export * from './affiliate';
|
|
10
|
+
export * from './content';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const CaseStudyDelivery = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Read our newest success story", title: "New Case Study", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "See how they did it" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "We just published a new case study showing exactly how one of our clients doubled their growth using our platform." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Read the Case Study" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { CaseStudyDelivery, CaseStudyDelivery as default };
|
|
11
|
+
//# sourceMappingURL=CaseStudyDelivery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CaseStudyDelivery.js","sources":["../../../../../../src/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const CaseStudyDelivery: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Read our newest success story\" title=\"New Case Study\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">See how they did it</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We just published a new case study showing exactly how one of our clients doubled their growth using our platform.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Read the Case Study</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default CaseStudyDelivery;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,iBAAiB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC3EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,+BAA+B,EAAC,KAAK,EAAC,gBAAgB,EAAA,QAAA,EAAA,CAC7EC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,qBAAA,EAAA,CAA2B,EAClGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,oHAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,qBAAA,EAAA,CAAmC,EAAA,CAClD,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const DripCampaignComplete = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "You made it to the end!", title: "Course Complete", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Congratulations! \uD83C\uDF89" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "You've successfully completed the entire email course series. We hope you feel more confident and equipped to tackle your next project!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Get Your Certificate" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { DripCampaignComplete, DripCampaignComplete as default };
|
|
11
|
+
//# sourceMappingURL=DripCampaignComplete.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DripCampaignComplete.js","sources":["../../../../../../src/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const DripCampaignComplete: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"You made it to the end!\" title=\"Course Complete\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Congratulations! 🎉</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n You've successfully completed the entire email course series. We hope you feel more confident and equipped to tackle your next project!\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Get Your Certificate</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default DripCampaignComplete;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,oBAAoB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC9EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,yBAAyB,EAAC,KAAK,EAAC,iBAAiB,EAAA,QAAA,EAAA,CACxEC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,+BAAA,EAAA,CAA2B,EAClGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,yIAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,sBAAA,EAAA,CAAoC,EAAA,CACnD,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface DripCampaignDay1Props {
|
|
3
|
+
userName?: string;
|
|
4
|
+
courseName?: string;
|
|
5
|
+
lessonTitle?: string;
|
|
6
|
+
lessonContent?: string;
|
|
7
|
+
actionItem?: string;
|
|
8
|
+
courseLink?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const DripCampaignDay1: React.FC<DripCampaignDay1Props>;
|
|
11
|
+
export default DripCampaignDay1;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const DripCampaignDay1 = ({ userName = 'Alex', courseName = '5 Days to Better UI Design', lessonTitle = 'Day 1: Mastering Whitespace', lessonContent = 'Whitespace (or negative space) is the empty space between and around elements of a design or page layout. It is often overlooked, but it is one of the most powerful tools in your design arsenal.', actionItem = 'Take a look at your current project. Can you identify an area where adding 16px to 32px of margin drastically improves readability?', courseLink = 'https://example.com/course/day-1' }) => {
|
|
9
|
+
return (jsxs(EmailLayout, { previewText: `${courseName} - ${lessonTitle}`, title: lessonTitle, children: [jsx(Text, { className: "text-sm font-bold tracking-widest text-blue-600 dark:text-blue-400 uppercase mb-2", children: courseName }), jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: lessonTitle }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ","] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: lessonContent }), jsxs(Section, { className: "bg-gray-50 dark:bg-gray-700 p-6 rounded-lg mb-6 border border-gray-100 dark:border-gray-600", children: [jsx(Text, { className: "text-gray-900 dark:text-white font-bold m-0 mb-2", children: "Today's Action Item \uD83C\uDFAF" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 m-0", children: actionItem })] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: courseLink, children: "Read the Full Lesson" }) })] }));
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export { DripCampaignDay1, DripCampaignDay1 as default };
|
|
13
|
+
//# sourceMappingURL=DripCampaignDay1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DripCampaignDay1.js","sources":["../../../../../../src/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../../components';\n\nexport interface DripCampaignDay1Props {\n userName?: string;\n courseName?: string;\n lessonTitle?: string;\n lessonContent?: string;\n actionItem?: string;\n courseLink?: string;\n}\n\nexport const DripCampaignDay1: React.FC<DripCampaignDay1Props> = ({\n userName = 'Alex',\n courseName = '5 Days to Better UI Design',\n lessonTitle = 'Day 1: Mastering Whitespace',\n lessonContent = 'Whitespace (or negative space) is the empty space between and around elements of a design or page layout. It is often overlooked, but it is one of the most powerful tools in your design arsenal.',\n actionItem = 'Take a look at your current project. Can you identify an area where adding 16px to 32px of margin drastically improves readability?',\n courseLink = 'https://example.com/course/day-1'\n}) => {\n return (\n <EmailLayout previewText={`${courseName} - ${lessonTitle}`} title={lessonTitle}>\n <Text className=\"text-sm font-bold tracking-widest text-blue-600 dark:text-blue-400 uppercase mb-2\">{courseName}</Text>\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">{lessonTitle}</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">Hi {userName},</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">{lessonContent}</Text>\n \n <Section className=\"bg-gray-50 dark:bg-gray-700 p-6 rounded-lg mb-6 border border-gray-100 dark:border-gray-600\">\n <Text className=\"text-gray-900 dark:text-white font-bold m-0 mb-2\">Today's Action Item 🎯</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 m-0\">{actionItem}</Text>\n </Section>\n\n <Section className=\"text-center mb-6\">\n <EmailButton href={courseLink}>Read the Full Lesson</EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default DripCampaignDay1;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAaO,MAAM,gBAAgB,GAAoC,CAAC,EAChE,QAAQ,GAAG,MAAM,EACjB,UAAU,GAAG,4BAA4B,EACzC,WAAW,GAAG,6BAA6B,EAC3C,aAAa,GAAG,oMAAoM,EACpN,UAAU,GAAG,qIAAqI,EAClJ,UAAU,GAAG,kCAAkC,EAChD,KAAI;IACH,QACEA,KAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,EAAG,UAAU,CAAA,GAAA,EAAM,WAAW,EAAE,EAAE,KAAK,EAAE,WAAW,EAAA,QAAA,EAAA,CAC5EC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,mFAAmF,EAAA,QAAA,EAAE,UAAU,EAAA,CAAQ,EACvHA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAE,WAAW,EAAA,CAAQ,EAC5FD,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,oBAAK,QAAQ,EAAA,GAAA,CAAA,EAAA,CAAS,EACvGC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,YAAE,aAAa,EAAA,CAAQ,EAExGD,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,aAC9GC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,kDAAkD,EAAA,QAAA,EAAA,kCAAA,EAAA,CAA8B,EAChGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sCAAsC,EAAA,QAAA,EAAE,UAAU,EAAA,CAAQ,CAAA,EAAA,CAClE,EAEVA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,YACnCA,GAAA,CAAC,WAAW,IAAC,IAAI,EAAE,UAAU,EAAA,QAAA,EAAA,sBAAA,EAAA,CAAoC,EAAA,CACzD,CAAA,EAAA,CACE;AAElB;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface LeadMagnetDeliveryProps {
|
|
3
|
+
userName?: string;
|
|
4
|
+
resourceName?: string;
|
|
5
|
+
downloadLink?: string;
|
|
6
|
+
exploreMoreLink?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const LeadMagnetDelivery: React.FC<LeadMagnetDeliveryProps>;
|
|
9
|
+
export default LeadMagnetDelivery;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailDivider } from '../../../components/EmailDivider.js';
|
|
4
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
5
|
+
import 'react';
|
|
6
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
7
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
8
|
+
|
|
9
|
+
const LeadMagnetDelivery = ({ userName = 'Alex', resourceName = 'The Ultimate Guide to React Email', downloadLink = 'https://example.com/download/guide.pdf', exploreMoreLink = 'https://example.com/blog' }) => {
|
|
10
|
+
return (jsxs(EmailLayout, { previewText: `Your download: ${resourceName}`, title: "Your Requested Resource", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Here is your requested guide!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", thanks for your interest in ", jsx("strong", { children: resourceName }), ". We've packed this resource with actionable insights that you can start using today."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: downloadLink, children: "Download Your Copy" }) }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: "Looking for more resources? Check out our blog for weekly tips, tutorials, and case studies." })] }));
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export { LeadMagnetDelivery, LeadMagnetDelivery as default };
|
|
14
|
+
//# sourceMappingURL=LeadMagnetDelivery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LeadMagnetDelivery.js","sources":["../../../../../../src/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../../components';\n\nexport interface LeadMagnetDeliveryProps {\n userName?: string;\n resourceName?: string;\n downloadLink?: string;\n exploreMoreLink?: string;\n}\n\nexport const LeadMagnetDelivery: React.FC<LeadMagnetDeliveryProps> = ({\n userName = 'Alex',\n resourceName = 'The Ultimate Guide to React Email',\n downloadLink = 'https://example.com/download/guide.pdf',\n exploreMoreLink = 'https://example.com/blog'\n}) => {\n return (\n <EmailLayout previewText={`Your download: ${resourceName}`} title=\"Your Requested Resource\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Here is your requested guide!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, thanks for your interest in <strong>{resourceName}</strong>. We've packed this resource with actionable insights that you can start using today.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={downloadLink}>Download Your Copy</EmailButton>\n </Section>\n <EmailDivider />\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">\n Looking for more resources? Check out our blog for weekly tips, tutorials, and case studies.\n </Text>\n </EmailLayout>\n );\n};\n\nexport default LeadMagnetDelivery;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;MAWa,kBAAkB,GAAsC,CAAC,EACpE,QAAQ,GAAG,MAAM,EACjB,YAAY,GAAG,mCAAmC,EAClD,YAAY,GAAG,wCAAwC,EACvD,eAAe,GAAG,0BAA0B,EAC7C,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,eAAA,EAAkB,YAAY,CAAA,CAAE,EAAE,KAAK,EAAC,yBAAyB,EAAA,QAAA,EAAA,CACzFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,+BAAA,EAAA,CAAqC,EAC5GD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,EAAA,gCAAA,EAA+BC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,YAAY,EAAA,CAAU,EAAA,uFAAA,CAAA,EAAA,CACrE,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,EAAA,QAAA,EAAA,oBAAA,EAAA,CAAkC,EAAA,CACzD,EACVA,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,8FAAA,EAAA,CAE1E,CAAA,EAAA,CACK;AAElB;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface WebinarConfirmationProps {
|
|
3
|
+
userName?: string;
|
|
4
|
+
webinarTitle?: string;
|
|
5
|
+
dateTime?: string;
|
|
6
|
+
joinLink?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const WebinarConfirmation: React.FC<WebinarConfirmationProps>;
|
|
9
|
+
export default WebinarConfirmation;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailDivider } from '../../../components/EmailDivider.js';
|
|
4
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
5
|
+
import 'react';
|
|
6
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
7
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
8
|
+
|
|
9
|
+
const WebinarConfirmation = ({ userName = 'Alex', webinarTitle = 'Mastering React Email Components', dateTime = 'Thursday, Nov 12th @ 1:00 PM EST', joinLink = 'https://zoom.us/j/123456789' }) => {
|
|
10
|
+
return (jsxs(EmailLayout, { previewText: `Registration Confirmed: ${webinarTitle}`, title: "Webinar Confirmation", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "You're Registered!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", your spot for ", jsx("strong", { children: webinarTitle }), " has been confirmed. We can't wait to see you there!"] }), jsxs(Section, { className: "bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600 text-center", children: [jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm font-semibold uppercase tracking-wider mb-2 m-0", children: "When" }), jsx(Text, { className: "text-lg font-bold text-gray-900 dark:text-white m-0", children: dateTime })] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: joinLink, children: "Join Webinar" }) }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm text-center", children: "Pro tip: Add this to your calendar so you don't miss it!" })] }));
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export { WebinarConfirmation, WebinarConfirmation as default };
|
|
14
|
+
//# sourceMappingURL=WebinarConfirmation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebinarConfirmation.js","sources":["../../../../../../src/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../../components';\n\nexport interface WebinarConfirmationProps {\n userName?: string;\n webinarTitle?: string;\n dateTime?: string;\n joinLink?: string;\n}\n\nexport const WebinarConfirmation: React.FC<WebinarConfirmationProps> = ({\n userName = 'Alex',\n webinarTitle = 'Mastering React Email Components',\n dateTime = 'Thursday, Nov 12th @ 1:00 PM EST',\n joinLink = 'https://zoom.us/j/123456789'\n}) => {\n return (\n <EmailLayout previewText={`Registration Confirmed: ${webinarTitle}`} title=\"Webinar Confirmation\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">You're Registered!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, your spot for <strong>{webinarTitle}</strong> has been confirmed. We can't wait to see you there!\n </Text>\n \n <Section className=\"bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600 text-center\">\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm font-semibold uppercase tracking-wider mb-2 m-0\">When</Text>\n <Text className=\"text-lg font-bold text-gray-900 dark:text-white m-0\">{dateTime}</Text>\n </Section>\n\n <Section className=\"text-center mb-6\">\n <EmailButton href={joinLink}>Join Webinar</EmailButton>\n </Section>\n <EmailDivider />\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm text-center\">Pro tip: Add this to your calendar so you don't miss it!</Text>\n </EmailLayout>\n );\n};\n\nexport default WebinarConfirmation;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;MAWa,mBAAmB,GAAuC,CAAC,EACtE,QAAQ,GAAG,MAAM,EACjB,YAAY,GAAG,kCAAkC,EACjD,QAAQ,GAAG,kCAAkC,EAC7C,QAAQ,GAAG,6BAA6B,EACzC,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,IAAC,WAAW,EAAE,2BAA2B,YAAY,CAAA,CAAE,EAAE,KAAK,EAAC,sBAAsB,EAAA,QAAA,EAAA,CAC/FC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,oBAAA,EAAA,CAA0B,EACjGD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,sBAAiBC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,YAAY,GAAU,EAAA,sDAAA,CAAA,EAAA,CACvD,EAEPD,KAAC,OAAO,EAAA,EAAC,SAAS,EAAC,yGAAyG,aAC1HC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,0FAA0F,EAAA,QAAA,EAAA,MAAA,EAAA,CAAY,EACtHA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,qDAAqD,YAAE,QAAQ,EAAA,CAAQ,IAC/E,EAEVA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,QAAQ,6BAA4B,EAAA,CAC/C,EACVA,IAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,0DAAA,EAAA,CAAgE,CAAA,EAAA,CAC1H;AAElB;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const WebinarFollowup = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Thanks for attending! Here's the recording.", title: "Webinar Followup", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Thanks for joining us!" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "It was great having you at our latest live session. In case you missed anything, or if you want to review the slides, we've uploaded the full replay." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Watch the Replay" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { WebinarFollowup, WebinarFollowup as default };
|
|
11
|
+
//# sourceMappingURL=WebinarFollowup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebinarFollowup.js","sources":["../../../../../../src/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const WebinarFollowup: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Thanks for attending! Here's the recording.\" title=\"Webinar Followup\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Thanks for joining us!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n It was great having you at our latest live session. In case you missed anything, or if you want to review the slides, we've uploaded the full replay.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Watch the Replay</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default WebinarFollowup;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,eAAe,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACzEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,6CAA6C,EAAC,KAAK,EAAC,kBAAkB,EAAA,QAAA,EAAA,CAC7FC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,wBAAA,EAAA,CAA8B,EACrGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,uJAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAgC,EAAA,CAC/C,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const WebinarReminder = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Starting in 1 hour!", title: "Webinar Reminder", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Starting Soon!" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "This is a quick reminder that our upcoming webinar is starting in exactly one hour. Grab a coffee, test your connection, and we'll see you inside!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Join the Room" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { WebinarReminder, WebinarReminder as default };
|
|
11
|
+
//# sourceMappingURL=WebinarReminder.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebinarReminder.js","sources":["../../../../../../src/components/Email/templates/marketing/lead-nurturing/WebinarReminder.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const WebinarReminder: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Starting in 1 hour!\" title=\"Webinar Reminder\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Starting Soon!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n This is a quick reminder that our upcoming webinar is starting in exactly one hour. Grab a coffee, test your connection, and we'll see you inside!\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Join the Room</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default WebinarReminder;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,eAAe,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MACzEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,qBAAqB,EAAC,KAAK,EAAC,kBAAkB,EAAA,QAAA,EAAA,CACrEC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,gBAAA,EAAA,CAAsB,EAC7FA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,oJAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,eAAA,EAAA,CAA6B,EAAA,CAC5C,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './LeadMagnetDelivery';
|
|
2
|
+
export * from './WebinarConfirmation';
|
|
3
|
+
export * from './WebinarReminder';
|
|
4
|
+
export * from './WebinarFollowup';
|
|
5
|
+
export * from './DripCampaignDay1';
|
|
6
|
+
export * from './DripCampaignComplete';
|
|
7
|
+
export * from './CaseStudyDelivery';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const CuratedIndustryNews = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "The latest news and trends", title: "Industry Roundup", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Weekly Industry News" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "We scoured the web to find the most important news, updates, and trends in the industry so you don't have to. Here's what you need to know this week." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Read the Roundup" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { CuratedIndustryNews, CuratedIndustryNews as default };
|
|
11
|
+
//# sourceMappingURL=CuratedIndustryNews.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CuratedIndustryNews.js","sources":["../../../../../../src/components/Email/templates/marketing/newsletters/CuratedIndustryNews.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const CuratedIndustryNews: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"The latest news and trends\" title=\"Industry Roundup\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Weekly Industry News</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We scoured the web to find the most important news, updates, and trends in the industry so you don't have to. Here's what you need to know this week.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Read the Roundup</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default CuratedIndustryNews;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,mBAAmB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC7EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,4BAA4B,EAAC,KAAK,EAAC,kBAAkB,EAAA,QAAA,EAAA,CAC5EC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,sBAAA,EAAA,CAA4B,EACnGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,uJAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAgC,EAAA,CAC/C,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface MonthlyDigestProps {
|
|
3
|
+
userName?: string;
|
|
4
|
+
monthName?: string;
|
|
5
|
+
topStories?: {
|
|
6
|
+
title: string;
|
|
7
|
+
link: string;
|
|
8
|
+
}[];
|
|
9
|
+
stats?: {
|
|
10
|
+
label: string;
|
|
11
|
+
value: string | number;
|
|
12
|
+
}[];
|
|
13
|
+
dashboardLink?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare const MonthlyDigest: React.FC<MonthlyDigestProps>;
|
|
16
|
+
export default MonthlyDigest;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
import { Row } from '../../../../../node_modules/@react-email/row/dist/index.js';
|
|
8
|
+
import { Column } from '../../../../../node_modules/@react-email/column/dist/index.js';
|
|
9
|
+
import { Link } from '../../../../../node_modules/@react-email/link/dist/index.js';
|
|
10
|
+
|
|
11
|
+
const MonthlyDigest = ({ userName = 'Alex', monthName = 'October', topStories = [
|
|
12
|
+
{ title: 'The Future of AI in SaaS', link: 'https://example.com/blog/ai' },
|
|
13
|
+
{ title: '10 Tips to Boost Productivity', link: 'https://example.com/blog/productivity' }
|
|
14
|
+
], stats = [
|
|
15
|
+
{ label: 'Hours Saved', value: 12 },
|
|
16
|
+
{ label: 'Tasks Completed', value: 45 }
|
|
17
|
+
], dashboardLink = 'https://example.com/dashboard' }) => {
|
|
18
|
+
return (jsxs(EmailLayout, { previewText: `Your ${monthName} recap is here!`, title: `${monthName} Digest`, children: [jsxs(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: ["Your ", monthName, " Recap"] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", ", monthName, " was a busy month! Here is a quick look at what you accomplished and what you might have missed."] }), jsxs(Section, { className: "bg-gray-50 dark:bg-gray-700 p-6 rounded-lg mb-6 border border-gray-100 dark:border-gray-600", children: [jsx(Text, { className: "text-gray-900 dark:text-white font-bold mb-4 m-0", children: "Your Impact" }), stats.map((stat, index) => (jsxs(Row, { className: "mb-2", children: [jsx(Column, { children: jsx(Text, { className: "text-gray-600 dark:text-gray-300 m-0", children: stat.label }) }), jsx(Column, { className: "text-right", children: jsx(Text, { className: "text-blue-600 dark:text-blue-400 font-bold m-0", children: stat.value }) })] }, index)))] }), jsxs(Section, { className: "mb-6", children: [jsx(Text, { className: "text-gray-900 dark:text-white font-bold mb-4 m-0", children: "Top Stories" }), topStories.map((story, index) => (jsx(Text, { className: "m-0 mb-2", children: jsx(Link, { href: story.link, className: "text-blue-600 dark:text-blue-400 font-semibold hover:underline", children: story.title }) }, index)))] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: dashboardLink, children: "View Your Dashboard" }) })] }));
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export { MonthlyDigest, MonthlyDigest as default };
|
|
22
|
+
//# sourceMappingURL=MonthlyDigest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonthlyDigest.js","sources":["../../../../../../src/components/Email/templates/marketing/newsletters/MonthlyDigest.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section, Link, Row, Column } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport interface MonthlyDigestProps {\n userName?: string;\n monthName?: string;\n topStories?: { title: string; link: string }[];\n stats?: { label: string; value: string | number }[];\n dashboardLink?: string;\n}\n\nexport const MonthlyDigest: React.FC<MonthlyDigestProps> = ({\n userName = 'Alex',\n monthName = 'October',\n topStories = [\n { title: 'The Future of AI in SaaS', link: 'https://example.com/blog/ai' },\n { title: '10 Tips to Boost Productivity', link: 'https://example.com/blog/productivity' }\n ],\n stats = [\n { label: 'Hours Saved', value: 12 },\n { label: 'Tasks Completed', value: 45 }\n ],\n dashboardLink = 'https://example.com/dashboard'\n}) => {\n return (\n <EmailLayout previewText={`Your ${monthName} recap is here!`} title={`${monthName} Digest`}>\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Your {monthName} Recap</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, {monthName} was a busy month! Here is a quick look at what you accomplished and what you might have missed.\n </Text>\n\n <Section className=\"bg-gray-50 dark:bg-gray-700 p-6 rounded-lg mb-6 border border-gray-100 dark:border-gray-600\">\n <Text className=\"text-gray-900 dark:text-white font-bold mb-4 m-0\">Your Impact</Text>\n {stats.map((stat, index) => (\n <Row key={index} className=\"mb-2\">\n <Column><Text className=\"text-gray-600 dark:text-gray-300 m-0\">{stat.label}</Text></Column>\n <Column className=\"text-right\"><Text className=\"text-blue-600 dark:text-blue-400 font-bold m-0\">{stat.value}</Text></Column>\n </Row>\n ))}\n </Section>\n\n <Section className=\"mb-6\">\n <Text className=\"text-gray-900 dark:text-white font-bold mb-4 m-0\">Top Stories</Text>\n {topStories.map((story, index) => (\n <Text key={index} className=\"m-0 mb-2\">\n <Link href={story.link} className=\"text-blue-600 dark:text-blue-400 font-semibold hover:underline\">\n {story.title}\n </Link>\n </Text>\n ))}\n </Section>\n\n <Section className=\"text-center mb-6\">\n <EmailButton href={dashboardLink}>View Your Dashboard</EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default MonthlyDigest;\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;;;AAYO,MAAM,aAAa,GAAiC,CAAC,EAC1D,QAAQ,GAAG,MAAM,EACjB,SAAS,GAAG,SAAS,EACrB,UAAU,GAAG;AACX,IAAA,EAAE,KAAK,EAAE,0BAA0B,EAAE,IAAI,EAAE,6BAA6B,EAAE;AAC1E,IAAA,EAAE,KAAK,EAAE,+BAA+B,EAAE,IAAI,EAAE,uCAAuC;AACxF,CAAA,EACD,KAAK,GAAG;AACN,IAAA,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,EAAE,EAAE;AACnC,IAAA,EAAE,KAAK,EAAE,iBAAiB,EAAE,KAAK,EAAE,EAAE;AACtC,CAAA,EACD,aAAa,GAAG,+BAA+B,EAChD,KAAI;IACH,QACEA,KAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,KAAA,EAAQ,SAAS,CAAA,eAAA,CAAiB,EAAE,KAAK,EAAE,CAAA,EAAG,SAAS,CAAA,OAAA,CAAS,EAAA,QAAA,EAAA,CACxFA,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,sBAAO,SAAS,EAAA,QAAA,CAAA,EAAA,CAAc,EACrGA,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,QAAI,SAAS,EAAA,kGAAA,CAAA,EAAA,CACpB,EAEPA,IAAA,CAAC,OAAO,IAAC,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAAA,CAC9GC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,kDAAkD,EAAA,QAAA,EAAA,aAAA,EAAA,CAAmB,EACpF,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,MACrBD,IAAA,CAAC,GAAG,IAAa,SAAS,EAAC,MAAM,EAAA,QAAA,EAAA,CAC/BC,GAAA,CAAC,MAAM,EAAA,EAAA,QAAA,EAACA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sCAAsC,EAAA,QAAA,EAAE,IAAI,CAAC,KAAK,GAAQ,EAAA,CAAS,EAC3FA,IAAC,MAAM,EAAA,EAAC,SAAS,EAAC,YAAY,YAACA,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,gDAAgD,EAAA,QAAA,EAAE,IAAI,CAAC,KAAK,EAAA,CAAQ,GAAS,CAAA,EAAA,EAFpH,KAAK,CAGT,CACP,CAAC,IACM,EAEVD,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EAAA,CACvBC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,kDAAkD,4BAAmB,EACpF,UAAU,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,KAAK,MAC3BA,GAAA,CAAC,IAAI,EAAA,EAAa,SAAS,EAAC,UAAU,EAAA,QAAA,EACpCA,IAAC,IAAI,EAAA,EAAC,IAAI,EAAE,KAAK,CAAC,IAAI,EAAE,SAAS,EAAC,gEAAgE,YAC/F,KAAK,CAAC,KAAK,EAAA,CACP,EAAA,EAHE,KAAK,CAIT,CACR,CAAC,CAAA,EAAA,CACM,EAEVA,IAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,YACnCA,GAAA,CAAC,WAAW,IAAC,IAAI,EAAE,aAAa,EAAA,QAAA,EAAA,qBAAA,EAAA,CAAmC,EAAA,CAC3D,CAAA,EAAA,CACE;AAElB;;;;"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface Article {
|
|
3
|
+
title: string;
|
|
4
|
+
excerpt: string;
|
|
5
|
+
readTime: number;
|
|
6
|
+
link: string;
|
|
7
|
+
}
|
|
8
|
+
export interface WeeklyNewsletterProps {
|
|
9
|
+
username?: string;
|
|
10
|
+
weekNumber?: number;
|
|
11
|
+
featuredArticles?: Article[];
|
|
12
|
+
topPickTitle?: string;
|
|
13
|
+
communityHighlight?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare const WeeklyNewsletter: React.FC<WeeklyNewsletterProps>;
|
|
16
|
+
export default WeeklyNewsletter;
|