@beyondcorp/beyond-ui 1.3.12 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ComponentShowcase/ComponentShowcase.js +7 -1
- package/dist/components/ComponentShowcase/ComponentShowcase.js.map +1 -1
- package/dist/components/ComponentShowcase/componentDocs.d.ts +6 -0
- package/dist/components/ComponentShowcase/componentDocs.js +17 -0
- package/dist/components/ComponentShowcase/componentDocs.js.map +1 -1
- package/dist/components/ComponentShowcase/showcaseRegistry.js +3 -1
- package/dist/components/ComponentShowcase/showcaseRegistry.js.map +1 -1
- package/dist/components/Email/EmailShowcase.d.ts +1 -0
- package/dist/components/Email/EmailShowcase.js +85 -0
- package/dist/components/Email/EmailShowcase.js.map +1 -0
- package/dist/components/Email/components/EmailButton.d.ts +5 -0
- package/dist/components/Email/components/EmailButton.js +7 -0
- package/dist/components/Email/components/EmailButton.js.map +1 -0
- package/dist/components/Email/components/EmailDivider.d.ts +1 -0
- package/dist/components/Email/components/EmailDivider.js +7 -0
- package/dist/components/Email/components/EmailDivider.js.map +1 -0
- package/dist/components/Email/components/EmailFooter.d.ts +3 -0
- package/dist/components/Email/components/EmailFooter.js +9 -0
- package/dist/components/Email/components/EmailFooter.js.map +1 -0
- package/dist/components/Email/components/EmailHeader.d.ts +4 -0
- package/dist/components/Email/components/EmailHeader.js +8 -0
- package/dist/components/Email/components/EmailHeader.js.map +1 -0
- package/dist/components/Email/components/EmailLayout.d.ts +6 -0
- package/dist/components/Email/components/EmailLayout.js +15 -0
- package/dist/components/Email/components/EmailLayout.js.map +1 -0
- package/dist/components/Email/components/EmailPreviewer.d.ts +5 -0
- package/dist/components/Email/components/EmailPreviewer.js +25 -0
- package/dist/components/Email/components/EmailPreviewer.js.map +1 -0
- package/dist/components/Email/components/index.d.ts +7 -0
- package/dist/components/Email/components/theme.d.ts +27 -0
- package/dist/components/Email/components/theme.js +21 -0
- package/dist/components/Email/components/theme.js.map +1 -0
- package/dist/components/Email/index.d.ts +2 -0
- package/dist/components/Email/templates/auth/ConfirmEmail.d.ts +7 -0
- package/dist/components/Email/templates/auth/ConfirmEmail.js +13 -0
- package/dist/components/Email/templates/auth/ConfirmEmail.js.map +1 -0
- package/dist/components/Email/templates/auth/EmailChangeVerification.d.ts +9 -0
- package/dist/components/Email/templates/auth/EmailChangeVerification.js +13 -0
- package/dist/components/Email/templates/auth/EmailChangeVerification.js.map +1 -0
- package/dist/components/Email/templates/auth/MagicLinkEmail.d.ts +7 -0
- package/dist/components/Email/templates/auth/MagicLinkEmail.js +14 -0
- package/dist/components/Email/templates/auth/MagicLinkEmail.js.map +1 -0
- package/dist/components/Email/templates/auth/ResetPasswordEmail.d.ts +8 -0
- package/dist/components/Email/templates/auth/ResetPasswordEmail.js +13 -0
- package/dist/components/Email/templates/auth/ResetPasswordEmail.js.map +1 -0
- package/dist/components/Email/templates/auth/WelcomeEmail.d.ts +8 -0
- package/dist/components/Email/templates/auth/WelcomeEmail.js +13 -0
- package/dist/components/Email/templates/auth/WelcomeEmail.js.map +1 -0
- package/dist/components/Email/templates/auth/index.d.ts +5 -0
- package/dist/components/Email/templates/billing/CreditCardExpiring.d.ts +9 -0
- package/dist/components/Email/templates/billing/CreditCardExpiring.js +14 -0
- package/dist/components/Email/templates/billing/CreditCardExpiring.js.map +1 -0
- package/dist/components/Email/templates/billing/InvoiceEmail.d.ts +10 -0
- package/dist/components/Email/templates/billing/InvoiceEmail.js +16 -0
- package/dist/components/Email/templates/billing/InvoiceEmail.js.map +1 -0
- package/dist/components/Email/templates/billing/OverduePaymentNotice.d.ts +9 -0
- package/dist/components/Email/templates/billing/OverduePaymentNotice.js +13 -0
- package/dist/components/Email/templates/billing/OverduePaymentNotice.js.map +1 -0
- package/dist/components/Email/templates/billing/PaymentFailedEmail.d.ts +8 -0
- package/dist/components/Email/templates/billing/PaymentFailedEmail.js +14 -0
- package/dist/components/Email/templates/billing/PaymentFailedEmail.js.map +1 -0
- package/dist/components/Email/templates/billing/PaymentReceipt.d.ts +10 -0
- package/dist/components/Email/templates/billing/PaymentReceipt.js +15 -0
- package/dist/components/Email/templates/billing/PaymentReceipt.js.map +1 -0
- package/dist/components/Email/templates/billing/SubscriptionCancelled.d.ts +9 -0
- package/dist/components/Email/templates/billing/SubscriptionCancelled.js +14 -0
- package/dist/components/Email/templates/billing/SubscriptionCancelled.js.map +1 -0
- package/dist/components/Email/templates/billing/SubscriptionConfirmation.d.ts +10 -0
- package/dist/components/Email/templates/billing/SubscriptionConfirmation.js +13 -0
- package/dist/components/Email/templates/billing/SubscriptionConfirmation.js.map +1 -0
- package/dist/components/Email/templates/billing/TrialEndingEmail.d.ts +8 -0
- package/dist/components/Email/templates/billing/TrialEndingEmail.js +13 -0
- package/dist/components/Email/templates/billing/TrialEndingEmail.js.map +1 -0
- package/dist/components/Email/templates/billing/index.d.ts +8 -0
- package/dist/components/Email/templates/engagement/FeatureAnnouncement.d.ts +10 -0
- package/dist/components/Email/templates/engagement/FeatureAnnouncement.js +15 -0
- package/dist/components/Email/templates/engagement/FeatureAnnouncement.js.map +1 -0
- package/dist/components/Email/templates/engagement/FeedbackRequestEmail.d.ts +8 -0
- package/dist/components/Email/templates/engagement/FeedbackRequestEmail.js +13 -0
- package/dist/components/Email/templates/engagement/FeedbackRequestEmail.js.map +1 -0
- package/dist/components/Email/templates/engagement/InactivityWarning.d.ts +9 -0
- package/dist/components/Email/templates/engagement/InactivityWarning.js +14 -0
- package/dist/components/Email/templates/engagement/InactivityWarning.js.map +1 -0
- package/dist/components/Email/templates/engagement/MilestoneEmail.d.ts +9 -0
- package/dist/components/Email/templates/engagement/MilestoneEmail.js +14 -0
- package/dist/components/Email/templates/engagement/MilestoneEmail.js.map +1 -0
- package/dist/components/Email/templates/engagement/ProductChangelog.d.ts +9 -0
- package/dist/components/Email/templates/engagement/ProductChangelog.js +13 -0
- package/dist/components/Email/templates/engagement/ProductChangelog.js.map +1 -0
- package/dist/components/Email/templates/engagement/TeamInviteEmail.d.ts +9 -0
- package/dist/components/Email/templates/engagement/TeamInviteEmail.js +14 -0
- package/dist/components/Email/templates/engagement/TeamInviteEmail.js.map +1 -0
- package/dist/components/Email/templates/engagement/TipOfWeek.d.ts +9 -0
- package/dist/components/Email/templates/engagement/TipOfWeek.js +13 -0
- package/dist/components/Email/templates/engagement/TipOfWeek.js.map +1 -0
- package/dist/components/Email/templates/engagement/WeeklyDigest.d.ts +11 -0
- package/dist/components/Email/templates/engagement/WeeklyDigest.js +20 -0
- package/dist/components/Email/templates/engagement/WeeklyDigest.js.map +1 -0
- package/dist/components/Email/templates/engagement/index.d.ts +8 -0
- package/dist/components/Email/templates/growth/ReferralConverted.d.ts +9 -0
- package/dist/components/Email/templates/growth/ReferralConverted.js +13 -0
- package/dist/components/Email/templates/growth/ReferralConverted.js.map +1 -0
- package/dist/components/Email/templates/growth/ReferralInvite.d.ts +8 -0
- package/dist/components/Email/templates/growth/ReferralInvite.js +13 -0
- package/dist/components/Email/templates/growth/ReferralInvite.js.map +1 -0
- package/dist/components/Email/templates/growth/ReferralReward.d.ts +10 -0
- package/dist/components/Email/templates/growth/ReferralReward.js +14 -0
- package/dist/components/Email/templates/growth/ReferralReward.js.map +1 -0
- package/dist/components/Email/templates/growth/SocialSharePrompt.d.ts +8 -0
- package/dist/components/Email/templates/growth/SocialSharePrompt.js +15 -0
- package/dist/components/Email/templates/growth/SocialSharePrompt.js.map +1 -0
- package/dist/components/Email/templates/growth/WaitlistWelcome.d.ts +9 -0
- package/dist/components/Email/templates/growth/WaitlistWelcome.js +14 -0
- package/dist/components/Email/templates/growth/WaitlistWelcome.js.map +1 -0
- package/dist/components/Email/templates/growth/index.d.ts +5 -0
- package/dist/components/Email/templates/index.d.ts +11 -0
- package/dist/components/Email/templates/index.js +116 -0
- package/dist/components/Email/templates/index.js.map +1 -0
- package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.d.ts +13 -0
- package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.js +19 -0
- package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.js.map +1 -0
- package/dist/components/Email/templates/internal/comms/LeadershipUpdate.d.ts +9 -0
- package/dist/components/Email/templates/internal/comms/LeadershipUpdate.js +16 -0
- package/dist/components/Email/templates/internal/comms/LeadershipUpdate.js.map +1 -0
- package/dist/components/Email/templates/internal/comms/MeetingRecap.d.ts +10 -0
- package/dist/components/Email/templates/internal/comms/MeetingRecap.js +19 -0
- package/dist/components/Email/templates/internal/comms/MeetingRecap.js.map +1 -0
- package/dist/components/Email/templates/internal/comms/index.d.ts +3 -0
- package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.d.ts +8 -0
- package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.js +14 -0
- package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.js.map +1 -0
- package/dist/components/Email/templates/internal/hr/EmployeeFarewell.d.ts +9 -0
- package/dist/components/Email/templates/internal/hr/EmployeeFarewell.js +13 -0
- package/dist/components/Email/templates/internal/hr/EmployeeFarewell.js.map +1 -0
- package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.d.ts +8 -0
- package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.js +13 -0
- package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.js.map +1 -0
- package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.d.ts +11 -0
- package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.js +14 -0
- package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.js.map +1 -0
- package/dist/components/Email/templates/internal/hr/PolicyUpdate.d.ts +9 -0
- package/dist/components/Email/templates/internal/hr/PolicyUpdate.js +13 -0
- package/dist/components/Email/templates/internal/hr/PolicyUpdate.js.map +1 -0
- package/dist/components/Email/templates/internal/hr/index.d.ts +5 -0
- package/dist/components/Email/templates/internal/index.d.ts +3 -0
- package/dist/components/Email/templates/internal/it/AppAccessGranted.d.ts +9 -0
- package/dist/components/Email/templates/internal/it/AppAccessGranted.js +13 -0
- package/dist/components/Email/templates/internal/it/AppAccessGranted.js.map +1 -0
- package/dist/components/Email/templates/internal/it/ITOutageReport.d.ts +9 -0
- package/dist/components/Email/templates/internal/it/ITOutageReport.js +15 -0
- package/dist/components/Email/templates/internal/it/ITOutageReport.js.map +1 -0
- package/dist/components/Email/templates/internal/it/PasswordRotationReminder.d.ts +8 -0
- package/dist/components/Email/templates/internal/it/PasswordRotationReminder.js +13 -0
- package/dist/components/Email/templates/internal/it/PasswordRotationReminder.js.map +1 -0
- package/dist/components/Email/templates/internal/it/index.d.ts +3 -0
- package/dist/components/Email/templates/legal/DMCANotice.d.ts +9 -0
- package/dist/components/Email/templates/legal/DMCANotice.js +14 -0
- package/dist/components/Email/templates/legal/DMCANotice.js.map +1 -0
- package/dist/components/Email/templates/legal/DPANotice.d.ts +9 -0
- package/dist/components/Email/templates/legal/DPANotice.js +14 -0
- package/dist/components/Email/templates/legal/DPANotice.js.map +1 -0
- package/dist/components/Email/templates/legal/GDPRCompliance.d.ts +8 -0
- package/dist/components/Email/templates/legal/GDPRCompliance.js +14 -0
- package/dist/components/Email/templates/legal/GDPRCompliance.js.map +1 -0
- package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.d.ts +8 -0
- package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.js +14 -0
- package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.js.map +1 -0
- package/dist/components/Email/templates/legal/TermsOfServiceUpdate.d.ts +8 -0
- package/dist/components/Email/templates/legal/TermsOfServiceUpdate.js +14 -0
- package/dist/components/Email/templates/legal/TermsOfServiceUpdate.js.map +1 -0
- package/dist/components/Email/templates/legal/index.d.ts +5 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.d.ts +6 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.js +11 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.js.map +1 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.d.ts +6 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.js +11 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.js.map +1 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.d.ts +5 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.js +11 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.js.map +1 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.d.ts +5 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.js +11 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.js.map +1 -0
- package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.d.ts +6 -0
- package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.js +11 -0
- package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.js.map +1 -0
- package/dist/components/Email/templates/marketing/affiliate/index.d.ts +5 -0
- package/dist/components/Email/templates/marketing/blog/BestOfRoundup.d.ts +6 -0
- package/dist/components/Email/templates/marketing/blog/BestOfRoundup.js +11 -0
- package/dist/components/Email/templates/marketing/blog/BestOfRoundup.js.map +1 -0
- package/dist/components/Email/templates/marketing/blog/BlogSeries.d.ts +7 -0
- package/dist/components/Email/templates/marketing/blog/BlogSeries.js +11 -0
- package/dist/components/Email/templates/marketing/blog/BlogSeries.js.map +1 -0
- package/dist/components/Email/templates/marketing/blog/NewBlogPost.d.ts +7 -0
- package/dist/components/Email/templates/marketing/blog/NewBlogPost.js +11 -0
- package/dist/components/Email/templates/marketing/blog/NewBlogPost.js.map +1 -0
- package/dist/components/Email/templates/marketing/blog/index.d.ts +3 -0
- package/dist/components/Email/templates/marketing/content/InfographicEmail.d.ts +5 -0
- package/dist/components/Email/templates/marketing/content/InfographicEmail.js +11 -0
- package/dist/components/Email/templates/marketing/content/InfographicEmail.js.map +1 -0
- package/dist/components/Email/templates/marketing/content/NewGuideEbook.d.ts +6 -0
- package/dist/components/Email/templates/marketing/content/NewGuideEbook.js +11 -0
- package/dist/components/Email/templates/marketing/content/NewGuideEbook.js.map +1 -0
- package/dist/components/Email/templates/marketing/content/PodcastEpisode.d.ts +6 -0
- package/dist/components/Email/templates/marketing/content/PodcastEpisode.js +11 -0
- package/dist/components/Email/templates/marketing/content/PodcastEpisode.js.map +1 -0
- package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.d.ts +6 -0
- package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.js +11 -0
- package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.js.map +1 -0
- package/dist/components/Email/templates/marketing/content/YouTubeNotification.d.ts +6 -0
- package/dist/components/Email/templates/marketing/content/YouTubeNotification.js +11 -0
- package/dist/components/Email/templates/marketing/content/YouTubeNotification.js.map +1 -0
- package/dist/components/Email/templates/marketing/content/index.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/ConferenceSeries.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/ConferenceSeries.js +11 -0
- package/dist/components/Email/templates/marketing/events/ConferenceSeries.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.js +11 -0
- package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/EventAnnouncement.d.ts +9 -0
- package/dist/components/Email/templates/marketing/events/EventAnnouncement.js +13 -0
- package/dist/components/Email/templates/marketing/events/EventAnnouncement.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/PostEventThankYou.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/PostEventThankYou.js +11 -0
- package/dist/components/Email/templates/marketing/events/PostEventThankYou.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/ScheduleReleased.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/ScheduleReleased.js +11 -0
- package/dist/components/Email/templates/marketing/events/ScheduleReleased.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/VIPInvite.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/VIPInvite.js +11 -0
- package/dist/components/Email/templates/marketing/events/VIPInvite.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/index.d.ts +6 -0
- package/dist/components/Email/templates/marketing/index.d.ts +10 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.d.ts +5 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.js +11 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.d.ts +5 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.js +11 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.d.ts +11 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.js +13 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.d.ts +9 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.js +14 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.d.ts +9 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.js +14 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.d.ts +5 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.js +11 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.d.ts +5 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.js +11 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/index.d.ts +7 -0
- package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.d.ts +5 -0
- package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.js +11 -0
- package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.js.map +1 -0
- package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.d.ts +16 -0
- package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.js +22 -0
- package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.js.map +1 -0
- package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.d.ts +16 -0
- package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.js +29 -0
- package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.js.map +1 -0
- package/dist/components/Email/templates/marketing/newsletters/index.d.ts +3 -0
- package/dist/components/Email/templates/marketing/promotional/AbandonedCart.d.ts +15 -0
- package/dist/components/Email/templates/marketing/promotional/AbandonedCart.js +20 -0
- package/dist/components/Email/templates/marketing/promotional/AbandonedCart.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/BackInStock.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/BackInStock.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/BackInStock.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/FlashSale.d.ts +9 -0
- package/dist/components/Email/templates/marketing/promotional/FlashSale.js +14 -0
- package/dist/components/Email/templates/marketing/promotional/FlashSale.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/index.d.ts +8 -0
- package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.d.ts +5 -0
- package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.js +11 -0
- package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.js.map +1 -0
- package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.d.ts +5 -0
- package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.js +11 -0
- package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.js.map +1 -0
- package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.d.ts +5 -0
- package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.js +11 -0
- package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.js.map +1 -0
- package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.d.ts +8 -0
- package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.js +13 -0
- package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.js.map +1 -0
- package/dist/components/Email/templates/marketing/reengagement/index.d.ts +4 -0
- package/dist/components/Email/templates/marketing/social/CommunityMilestone.d.ts +5 -0
- package/dist/components/Email/templates/marketing/social/CommunityMilestone.js +11 -0
- package/dist/components/Email/templates/marketing/social/CommunityMilestone.js.map +1 -0
- package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.d.ts +5 -0
- package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.js +11 -0
- package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.js.map +1 -0
- package/dist/components/Email/templates/marketing/social/ShareYourStory.d.ts +5 -0
- package/dist/components/Email/templates/marketing/social/ShareYourStory.js +11 -0
- package/dist/components/Email/templates/marketing/social/ShareYourStory.js.map +1 -0
- package/dist/components/Email/templates/marketing/social/SocialProof.d.ts +13 -0
- package/dist/components/Email/templates/marketing/social/SocialProof.js +16 -0
- package/dist/components/Email/templates/marketing/social/SocialProof.js.map +1 -0
- package/dist/components/Email/templates/marketing/social/UserSpotlight.d.ts +5 -0
- package/dist/components/Email/templates/marketing/social/UserSpotlight.js +11 -0
- package/dist/components/Email/templates/marketing/social/UserSpotlight.js.map +1 -0
- package/dist/components/Email/templates/marketing/social/index.d.ts +5 -0
- package/dist/components/Email/templates/marketing/surveys/BetaFeedback.d.ts +5 -0
- package/dist/components/Email/templates/marketing/surveys/BetaFeedback.js +11 -0
- package/dist/components/Email/templates/marketing/surveys/BetaFeedback.js.map +1 -0
- package/dist/components/Email/templates/marketing/surveys/CSATSurvey.d.ts +5 -0
- package/dist/components/Email/templates/marketing/surveys/CSATSurvey.js +11 -0
- package/dist/components/Email/templates/marketing/surveys/CSATSurvey.js.map +1 -0
- package/dist/components/Email/templates/marketing/surveys/ExitSurvey.d.ts +7 -0
- package/dist/components/Email/templates/marketing/surveys/ExitSurvey.js +20 -0
- package/dist/components/Email/templates/marketing/surveys/ExitSurvey.js.map +1 -0
- package/dist/components/Email/templates/marketing/surveys/NPSSurvey.d.ts +7 -0
- package/dist/components/Email/templates/marketing/surveys/NPSSurvey.js +17 -0
- package/dist/components/Email/templates/marketing/surveys/NPSSurvey.js.map +1 -0
- package/dist/components/Email/templates/marketing/surveys/ProductFeedback.d.ts +5 -0
- package/dist/components/Email/templates/marketing/surveys/ProductFeedback.js +11 -0
- package/dist/components/Email/templates/marketing/surveys/ProductFeedback.js.map +1 -0
- package/dist/components/Email/templates/marketing/surveys/index.d.ts +5 -0
- package/dist/components/Email/templates/sales/ClientReferenceRequest.d.ts +8 -0
- package/dist/components/Email/templates/sales/ClientReferenceRequest.js +13 -0
- package/dist/components/Email/templates/sales/ClientReferenceRequest.js.map +1 -0
- package/dist/components/Email/templates/sales/ClientWinBack.d.ts +10 -0
- package/dist/components/Email/templates/sales/ClientWinBack.js +13 -0
- package/dist/components/Email/templates/sales/ClientWinBack.js.map +1 -0
- package/dist/components/Email/templates/sales/ColdOutreach.d.ts +11 -0
- package/dist/components/Email/templates/sales/ColdOutreach.js +13 -0
- package/dist/components/Email/templates/sales/ColdOutreach.js.map +1 -0
- package/dist/components/Email/templates/sales/FollowUpEmail.d.ts +9 -0
- package/dist/components/Email/templates/sales/FollowUpEmail.js +13 -0
- package/dist/components/Email/templates/sales/FollowUpEmail.js.map +1 -0
- package/dist/components/Email/templates/sales/ProjectTermination.d.ts +9 -0
- package/dist/components/Email/templates/sales/ProjectTermination.js +12 -0
- package/dist/components/Email/templates/sales/ProjectTermination.js.map +1 -0
- package/dist/components/Email/templates/sales/ProposalAccepted.d.ts +9 -0
- package/dist/components/Email/templates/sales/ProposalAccepted.js +13 -0
- package/dist/components/Email/templates/sales/ProposalAccepted.js.map +1 -0
- package/dist/components/Email/templates/sales/ScheduleDemo.d.ts +9 -0
- package/dist/components/Email/templates/sales/ScheduleDemo.js +13 -0
- package/dist/components/Email/templates/sales/ScheduleDemo.js.map +1 -0
- package/dist/components/Email/templates/sales/SendProposal.d.ts +9 -0
- package/dist/components/Email/templates/sales/SendProposal.js +14 -0
- package/dist/components/Email/templates/sales/SendProposal.js.map +1 -0
- package/dist/components/Email/templates/sales/index.d.ts +8 -0
- package/dist/components/Email/templates/security/AccountDeletedConfirmation.d.ts +8 -0
- package/dist/components/Email/templates/security/AccountDeletedConfirmation.js +13 -0
- package/dist/components/Email/templates/security/AccountDeletedConfirmation.js.map +1 -0
- package/dist/components/Email/templates/security/ApiKeyCreated.d.ts +9 -0
- package/dist/components/Email/templates/security/ApiKeyCreated.js +14 -0
- package/dist/components/Email/templates/security/ApiKeyCreated.js.map +1 -0
- package/dist/components/Email/templates/security/DataExportReady.d.ts +8 -0
- package/dist/components/Email/templates/security/DataExportReady.js +13 -0
- package/dist/components/Email/templates/security/DataExportReady.js.map +1 -0
- package/dist/components/Email/templates/security/NewLoginAlert.d.ts +10 -0
- package/dist/components/Email/templates/security/NewLoginAlert.js +13 -0
- package/dist/components/Email/templates/security/NewLoginAlert.js.map +1 -0
- package/dist/components/Email/templates/security/PolicyUpdateEmail.d.ts +9 -0
- package/dist/components/Email/templates/security/PolicyUpdateEmail.js +13 -0
- package/dist/components/Email/templates/security/PolicyUpdateEmail.js.map +1 -0
- package/dist/components/Email/templates/security/TwoFactorCode.d.ts +8 -0
- package/dist/components/Email/templates/security/TwoFactorCode.js +13 -0
- package/dist/components/Email/templates/security/TwoFactorCode.js.map +1 -0
- package/dist/components/Email/templates/security/index.d.ts +6 -0
- package/dist/components/Email/templates/support/SupportFeedbackRequest.d.ts +9 -0
- package/dist/components/Email/templates/support/SupportFeedbackRequest.js +15 -0
- package/dist/components/Email/templates/support/SupportFeedbackRequest.js.map +1 -0
- package/dist/components/Email/templates/support/TicketCreatedEmail.d.ts +9 -0
- package/dist/components/Email/templates/support/TicketCreatedEmail.js +13 -0
- package/dist/components/Email/templates/support/TicketCreatedEmail.js.map +1 -0
- package/dist/components/Email/templates/support/TicketReplyEmail.d.ts +9 -0
- package/dist/components/Email/templates/support/TicketReplyEmail.js +14 -0
- package/dist/components/Email/templates/support/TicketReplyEmail.js.map +1 -0
- package/dist/components/Email/templates/support/TicketResolvedEmail.d.ts +9 -0
- package/dist/components/Email/templates/support/TicketResolvedEmail.js +14 -0
- package/dist/components/Email/templates/support/TicketResolvedEmail.js.map +1 -0
- package/dist/components/Email/templates/support/index.d.ts +4 -0
- package/dist/components/Email/templates/system/IncidentReport.d.ts +10 -0
- package/dist/components/Email/templates/system/IncidentReport.js +13 -0
- package/dist/components/Email/templates/system/IncidentReport.js.map +1 -0
- package/dist/components/Email/templates/system/MaintenanceNotice.d.ts +9 -0
- package/dist/components/Email/templates/system/MaintenanceNotice.js +13 -0
- package/dist/components/Email/templates/system/MaintenanceNotice.js.map +1 -0
- package/dist/components/Email/templates/system/NotificationEmail.d.ts +10 -0
- package/dist/components/Email/templates/system/NotificationEmail.js +14 -0
- package/dist/components/Email/templates/system/NotificationEmail.js.map +1 -0
- package/dist/components/Email/templates/system/StatusPageUpdate.d.ts +10 -0
- package/dist/components/Email/templates/system/StatusPageUpdate.js +13 -0
- package/dist/components/Email/templates/system/StatusPageUpdate.js.map +1 -0
- package/dist/components/Email/templates/system/index.d.ts +4 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +122 -0
- package/dist/styles.css +1 -1
- package/package.json +12 -5
- package/dist/components/Auth/PasswordResetForm.d.ts +0 -9
- package/dist/components/Auth/PasswordResetForm.example.d.ts +0 -2
- package/dist/components/Auth/PasswordResetForm.example.js +0 -20
- package/dist/components/Auth/PasswordResetForm.example.js.map +0 -1
- package/dist/components/Auth/PasswordResetForm.js +0 -30
- package/dist/components/Auth/PasswordResetForm.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PasswordRotationReminder.js","sources":["../../../../../../src/components/Email/templates/internal/it/PasswordRotationReminder.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport interface PasswordRotationReminderProps {\n userName?: string;\n daysRemaining?: number;\n rotationLink?: string;\n}\n\nexport const PasswordRotationReminder: React.FC<PasswordRotationReminderProps> = ({\n userName = 'User',\n daysRemaining = 3,\n rotationLink = 'https://identity.example.com/rotate'\n}) => {\n return (\n <EmailLayout previewText={`Action Required: Password expires in ${daysRemaining} days`} title=\"Password Rotation Required\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Password Expiration Notice</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, for security purposes, our company policy requires passwords to be rotated regularly. Your current password will expire in <strong>{daysRemaining} days</strong>.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={rotationLink}>Change Password Now</EmailButton>\n </Section>\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm text-center\">If your password expires, you will lose access to internal systems until IT resets your account.</Text>\n </EmailLayout>\n );\n};\n\nexport default PasswordRotationReminder;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAUO,MAAM,wBAAwB,GAA4C,CAAC,EAChF,QAAQ,GAAG,MAAM,EACjB,aAAa,GAAG,CAAC,EACjB,YAAY,GAAG,qCAAqC,EACrD,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,qCAAA,EAAwC,aAAa,CAAA,KAAA,CAAO,EAAE,KAAK,EAAC,4BAA4B,EAAA,QAAA,EAAA,CACxHC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,4BAAA,EAAA,CAAkC,EACzGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,EAAA,+HAAA,EAA8HA,IAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAA,CAAS,aAAa,EAAA,OAAA,CAAA,EAAA,CAAe,EAAA,GAAA,CAAA,EAAA,CAC1K,EACPC,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,EAAA,QAAA,EAAA,qBAAA,EAAA,CAAmC,EAAA,CAC1D,EACVA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,kGAAA,EAAA,CAAwG,CAAA,EAAA,CAClK;AAElB;;;;"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../components/EmailButton.js';
|
|
3
|
+
import { EmailDivider } from '../../components/EmailDivider.js';
|
|
4
|
+
import { EmailLayout } from '../../components/EmailLayout.js';
|
|
5
|
+
import 'react';
|
|
6
|
+
import { Text } from '../../../../node_modules/@react-email/text/dist/index.js';
|
|
7
|
+
import { Section } from '../../../../node_modules/@react-email/section/dist/index.js';
|
|
8
|
+
|
|
9
|
+
const DMCANotice = ({ userName = 'User', contentTitle = 'Uploaded File: Project_Alpha.zip', removalDate = 'May 8, 2026', disputeLink = 'https://example.com/support/dmca-dispute' }) => {
|
|
10
|
+
return (jsxs(EmailLayout, { previewText: "Notice of Content Takedown (DMCA)", title: "Content Takedown Notice", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Notice of Content Takedown" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", we have received a formal takedown request under the Digital Millennium Copyright Act (DMCA) regarding content on your account."] }), jsxs(Section, { className: "bg-red-50 dark:bg-red-900/30 p-4 rounded-lg mb-6 border border-red-200 dark:border-red-800", children: [jsx(Text, { className: "text-red-800 dark:text-red-200 font-semibold m-0 mb-2", children: "Affected Content:" }), jsx(Text, { className: "text-red-700 dark:text-red-300 m-0 mb-4", children: contentTitle }), jsxs(Text, { className: "text-red-800 dark:text-red-200 m-0 text-sm", children: ["This content was disabled/removed on ", removalDate, " to comply with legal requirements."] })] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "If you believe this takedown was a mistake and you have the right to distribute this material, you may file a counter-notice." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: disputeLink, children: "File a Counter-Notice" }) }), jsx(EmailDivider, {})] }));
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export { DMCANotice, DMCANotice as default };
|
|
14
|
+
//# sourceMappingURL=DMCANotice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DMCANotice.js","sources":["../../../../../src/components/Email/templates/legal/DMCANotice.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface DMCANoticeProps {\n userName?: string;\n contentTitle?: string;\n removalDate?: string;\n disputeLink?: string;\n}\n\nexport const DMCANotice: React.FC<DMCANoticeProps> = ({\n userName = 'User',\n contentTitle = 'Uploaded File: Project_Alpha.zip',\n removalDate = 'May 8, 2026',\n disputeLink = 'https://example.com/support/dmca-dispute'\n}) => {\n return (\n <EmailLayout previewText=\"Notice of Content Takedown (DMCA)\" title=\"Content Takedown Notice\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Notice of Content Takedown</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, we have received a formal takedown request under the Digital Millennium Copyright Act (DMCA) regarding content on your account.\n </Text>\n <Section className=\"bg-red-50 dark:bg-red-900/30 p-4 rounded-lg mb-6 border border-red-200 dark:border-red-800\">\n <Text className=\"text-red-800 dark:text-red-200 font-semibold m-0 mb-2\">Affected Content:</Text>\n <Text className=\"text-red-700 dark:text-red-300 m-0 mb-4\">{contentTitle}</Text>\n <Text className=\"text-red-800 dark:text-red-200 m-0 text-sm\">This content was disabled/removed on {removalDate} to comply with legal requirements.</Text>\n </Section>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">If you believe this takedown was a mistake and you have the right to distribute this material, you may file a counter-notice.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={disputeLink}>File a Counter-Notice</EmailButton>\n </Section>\n <EmailDivider />\n </EmailLayout>\n );\n};\n\nexport default DMCANotice;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;MAWa,UAAU,GAA8B,CAAC,EACpD,QAAQ,GAAG,MAAM,EACjB,YAAY,GAAG,kCAAkC,EACjD,WAAW,GAAG,aAAa,EAC3B,WAAW,GAAG,0CAA0C,EACzD,KAAI;IACH,QACEA,KAAC,WAAW,EAAA,EAAC,WAAW,EAAC,mCAAmC,EAAC,KAAK,EAAC,yBAAyB,EAAA,QAAA,EAAA,CAC1FC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,4BAAA,EAAA,CAAkC,EACzGD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,yIACP,EACPA,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,4FAA4F,EAAA,QAAA,EAAA,CAC7GC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,mBAAA,EAAA,CAAyB,EAChGA,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,yCAAyC,EAAA,QAAA,EAAE,YAAY,GAAQ,EAC/ED,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,4CAA4C,EAAA,QAAA,EAAA,CAAA,uCAAA,EAAuC,WAAW,EAAA,qCAAA,CAAA,EAAA,CAA2C,CAAA,EAAA,CACjJ,EACVC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,8IAAqI,EACtNA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,WAAW,sCAAqC,EAAA,CAC3D,EACVA,IAAC,YAAY,EAAA,EAAA,CAAG,CAAA,EAAA,CACJ;AAElB;;;;"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../components/EmailButton.js';
|
|
3
|
+
import { EmailDivider } from '../../components/EmailDivider.js';
|
|
4
|
+
import { EmailLayout } from '../../components/EmailLayout.js';
|
|
5
|
+
import 'react';
|
|
6
|
+
import { Text } from '../../../../node_modules/@react-email/text/dist/index.js';
|
|
7
|
+
import { Section } from '../../../../node_modules/@react-email/section/dist/index.js';
|
|
8
|
+
|
|
9
|
+
const DPANotice = ({ userName = 'User', companyName = 'Beyond Corp', effectiveDate = 'July 1, 2026', dpaLink = 'https://example.com/legal/dpa' }) => {
|
|
10
|
+
return (jsxs(EmailLayout, { previewText: `Updated Data Processing Agreement for ${companyName}`, title: "Legal Notice: DPA Update", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Data Processing Agreement Update" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", to ensure compliance with recent global data privacy regulations, we have updated our Data Processing Agreement (DPA)."] }), jsx(Section, { className: "bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600", children: jsxs(Text, { className: "text-gray-700 dark:text-gray-300 m-0 leading-relaxed", children: ["These updates strengthen our commitment to your data security and clearly outline our sub-processors and data handling protocols. The new terms will automatically take effect on ", jsx("strong", { children: effectiveDate }), "."] }) }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: dpaLink, children: "Review the Updated DPA" }) }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm", children: "If you have any questions regarding these changes, please reply to this email or contact our legal team." })] }));
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export { DPANotice, DPANotice as default };
|
|
14
|
+
//# sourceMappingURL=DPANotice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DPANotice.js","sources":["../../../../../src/components/Email/templates/legal/DPANotice.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface DPANoticeProps {\n userName?: string;\n companyName?: string;\n effectiveDate?: string;\n dpaLink?: string;\n}\n\nexport const DPANotice: React.FC<DPANoticeProps> = ({\n userName = 'User',\n companyName = 'Beyond Corp',\n effectiveDate = 'July 1, 2026',\n dpaLink = 'https://example.com/legal/dpa'\n}) => {\n return (\n <EmailLayout previewText={`Updated Data Processing Agreement for ${companyName}`} title=\"Legal Notice: DPA Update\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Data Processing Agreement Update</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, to ensure compliance with recent global data privacy regulations, we have updated our Data Processing Agreement (DPA).\n </Text>\n <Section className=\"bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600\">\n <Text className=\"text-gray-700 dark:text-gray-300 m-0 leading-relaxed\">\n These updates strengthen our commitment to your data security and clearly outline our sub-processors and data handling protocols. The new terms will automatically take effect on <strong>{effectiveDate}</strong>.\n </Text>\n </Section>\n <Section className=\"text-center mb-6\"><EmailButton href={dpaLink}>Review the Updated DPA</EmailButton></Section>\n <EmailDivider />\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm\">If you have any questions regarding these changes, please reply to this email or contact our legal team.</Text>\n </EmailLayout>\n );\n};\n\nexport default DPANotice;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;MAWa,SAAS,GAA6B,CAAC,EAClD,QAAQ,GAAG,MAAM,EACjB,WAAW,GAAG,aAAa,EAC3B,aAAa,GAAG,cAAc,EAC9B,OAAO,GAAG,+BAA+B,EAC1C,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,sCAAA,EAAyC,WAAW,CAAA,CAAE,EAAE,KAAK,EAAC,0BAA0B,aAChHC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,kCAAA,EAAA,CAAwC,EAC/GD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,EAAA,0HAAA,CAAA,EAAA,CACP,EACPC,GAAA,CAAC,OAAO,IAAC,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAC9GD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,CAAA,oLAAA,EAC8GC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,aAAa,EAAA,CAAU,EAAA,GAAA,CAAA,EAAA,CAC7M,EAAA,CACC,EACVA,IAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,YAACA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,OAAO,EAAA,QAAA,EAAA,wBAAA,EAAA,CAAsC,GAAU,EAChHA,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,0CAA0C,EAAA,QAAA,EAAA,0GAAA,EAAA,CAAgH,CAAA,EAAA,CAC9J;AAElB;;;;"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../components/EmailButton.js';
|
|
3
|
+
import { EmailDivider } from '../../components/EmailDivider.js';
|
|
4
|
+
import { EmailLayout } from '../../components/EmailLayout.js';
|
|
5
|
+
import 'react';
|
|
6
|
+
import { Text } from '../../../../node_modules/@react-email/text/dist/index.js';
|
|
7
|
+
import { Section } from '../../../../node_modules/@react-email/section/dist/index.js';
|
|
8
|
+
|
|
9
|
+
const GDPRCompliance = ({ userName = 'User', companyName = 'Beyond Corp', settingsLink = 'https://example.com/settings/privacy' }) => {
|
|
10
|
+
return (jsxs(EmailLayout, { previewText: "Manage your data and privacy preferences", title: "Privacy Settings Notice", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Your Data, Your Control" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", at ", companyName, ", we believe in empowering you with control over your personal data."] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "In accordance with the General Data Protection Regulation (GDPR) and our ongoing commitment to your privacy, we want to remind you that you can manage your data, opt out of specific communications, or request a complete export of your account history at any time." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: settingsLink, children: "Manage Privacy Settings" }) }), jsx(EmailDivider, {})] }));
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export { GDPRCompliance, GDPRCompliance as default };
|
|
14
|
+
//# sourceMappingURL=GDPRCompliance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GDPRCompliance.js","sources":["../../../../../src/components/Email/templates/legal/GDPRCompliance.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface GDPRComplianceProps {\n userName?: string;\n companyName?: string;\n settingsLink?: string;\n}\n\nexport const GDPRCompliance: React.FC<GDPRComplianceProps> = ({\n userName = 'User',\n companyName = 'Beyond Corp',\n settingsLink = 'https://example.com/settings/privacy'\n}) => {\n return (\n <EmailLayout previewText=\"Manage your data and privacy preferences\" title=\"Privacy Settings Notice\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Your Data, Your Control</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, at {companyName}, we believe in empowering you with control over your personal data. \n </Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n In accordance with the General Data Protection Regulation (GDPR) and our ongoing commitment to your privacy, we want to remind you that you can manage your data, opt out of specific communications, or request a complete export of your account history at any time.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={settingsLink}>Manage Privacy Settings</EmailButton>\n </Section>\n <EmailDivider />\n </EmailLayout>\n );\n};\n\nexport default GDPRCompliance;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;AAUO,MAAM,cAAc,GAAkC,CAAC,EAC5D,QAAQ,GAAG,MAAM,EACjB,WAAW,GAAG,aAAa,EAC3B,YAAY,GAAG,sCAAsC,EACtD,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,0CAA0C,EAAC,KAAK,EAAC,yBAAyB,EAAA,QAAA,EAAA,CACjGC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,yBAAA,EAAA,CAA+B,EACtGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,EAAA,OAAA,EAAO,WAAW,EAAA,sEAAA,CAAA,EAAA,CACzB,EACPC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,yQAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,EAAA,QAAA,EAAA,yBAAA,EAAA,CAAuC,EAAA,CAC9D,EACVA,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,CAAA,EAAA,CACJ;AAElB;;;;"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../components/EmailButton.js';
|
|
3
|
+
import { EmailDivider } from '../../components/EmailDivider.js';
|
|
4
|
+
import { EmailLayout } from '../../components/EmailLayout.js';
|
|
5
|
+
import 'react';
|
|
6
|
+
import { Text } from '../../../../node_modules/@react-email/text/dist/index.js';
|
|
7
|
+
import { Section } from '../../../../node_modules/@react-email/section/dist/index.js';
|
|
8
|
+
|
|
9
|
+
const PrivacyPolicyUpdate = ({ userName = 'User', effectiveDate = 'June 1, 2026', policyLink = 'https://example.com/legal/privacy' }) => {
|
|
10
|
+
return (jsxs(EmailLayout, { previewText: "We've updated our Privacy Policy", title: "Privacy Policy Update", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Updates to our Privacy Policy" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", to provide more transparency about how we collect and use your data, we have published an updated Privacy Policy."] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["These updates will take effect on ", jsx("strong", { children: effectiveDate }), ". By continuing to use our services on or after this date, you acknowledge and agree to the updated policy."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: policyLink, children: "Read the Privacy Policy" }) }), jsx(EmailDivider, {})] }));
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export { PrivacyPolicyUpdate, PrivacyPolicyUpdate as default };
|
|
14
|
+
//# sourceMappingURL=PrivacyPolicyUpdate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrivacyPolicyUpdate.js","sources":["../../../../../src/components/Email/templates/legal/PrivacyPolicyUpdate.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface PrivacyPolicyUpdateProps {\n userName?: string;\n effectiveDate?: string;\n policyLink?: string;\n}\n\nexport const PrivacyPolicyUpdate: React.FC<PrivacyPolicyUpdateProps> = ({\n userName = 'User',\n effectiveDate = 'June 1, 2026',\n policyLink = 'https://example.com/legal/privacy'\n}) => {\n return (\n <EmailLayout previewText=\"We've updated our Privacy Policy\" title=\"Privacy Policy Update\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Updates to our Privacy Policy</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, to provide more transparency about how we collect and use your data, we have published an updated Privacy Policy.\n </Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n These updates will take effect on <strong>{effectiveDate}</strong>. By continuing to use our services on or after this date, you acknowledge and agree to the updated policy.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={policyLink}>Read the Privacy Policy</EmailButton>\n </Section>\n <EmailDivider />\n </EmailLayout>\n );\n};\n\nexport default PrivacyPolicyUpdate;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;AAUO,MAAM,mBAAmB,GAAuC,CAAC,EACtE,QAAQ,GAAG,MAAM,EACjB,aAAa,GAAG,cAAc,EAC9B,UAAU,GAAG,mCAAmC,EACjD,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,kCAAkC,EAAC,KAAK,EAAC,uBAAuB,EAAA,QAAA,EAAA,CACvFC,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,2HACP,EACPA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,oCAAA,EAC7CC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,aAAa,EAAA,CAAU,EAAA,6GAAA,CAAA,EAAA,CAC7D,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,UAAU,EAAA,QAAA,EAAA,yBAAA,EAAA,CAAuC,EAAA,CAC5D,EACVA,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,CAAA,EAAA,CACJ;AAElB;;;;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface TermsOfServiceUpdateProps {
|
|
3
|
+
userName?: string;
|
|
4
|
+
effectiveDate?: string;
|
|
5
|
+
termsLink?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const TermsOfServiceUpdate: React.FC<TermsOfServiceUpdateProps>;
|
|
8
|
+
export default TermsOfServiceUpdate;
|
|
@@ -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 TermsOfServiceUpdate = ({ userName = 'User', effectiveDate = 'July 1, 2026', termsLink = 'https://example.com/legal/terms' }) => {
|
|
10
|
+
return (jsxs(EmailLayout, { previewText: "We've updated our Terms of Service", title: "Terms of Service Update", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Updates to our Terms of Service" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", we have recently updated our Terms of Service to reflect new features and to better clarify our user guidelines."] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["These changes go into effect on ", jsx("strong", { children: effectiveDate }), ". We encourage you to review the full text to understand your rights and responsibilities."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: termsLink, children: "Read the Terms of Service" }) }), jsx(EmailDivider, {})] }));
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export { TermsOfServiceUpdate, TermsOfServiceUpdate as default };
|
|
14
|
+
//# sourceMappingURL=TermsOfServiceUpdate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TermsOfServiceUpdate.js","sources":["../../../../../src/components/Email/templates/legal/TermsOfServiceUpdate.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface TermsOfServiceUpdateProps {\n userName?: string;\n effectiveDate?: string;\n termsLink?: string;\n}\n\nexport const TermsOfServiceUpdate: React.FC<TermsOfServiceUpdateProps> = ({\n userName = 'User',\n effectiveDate = 'July 1, 2026',\n termsLink = 'https://example.com/legal/terms'\n}) => {\n return (\n <EmailLayout previewText=\"We've updated our Terms of Service\" title=\"Terms of Service Update\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Updates to our Terms of Service</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, we have recently updated our Terms of Service to reflect new features and to better clarify our user guidelines.\n </Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n These changes go into effect on <strong>{effectiveDate}</strong>. We encourage you to review the full text to understand your rights and responsibilities.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={termsLink}>Read the Terms of Service</EmailButton>\n </Section>\n <EmailDivider />\n </EmailLayout>\n );\n};\n\nexport default TermsOfServiceUpdate;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;AAUO,MAAM,oBAAoB,GAAwC,CAAC,EACxE,QAAQ,GAAG,MAAM,EACjB,aAAa,GAAG,cAAc,EAC9B,SAAS,GAAG,iCAAiC,EAC9C,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,oCAAoC,EAAC,KAAK,EAAC,yBAAyB,EAAA,QAAA,EAAA,CAC3FC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,iCAAA,EAAA,CAAuC,EAC9GD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,0HACP,EACPA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,kCAAA,EAC/CC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,aAAa,EAAA,CAAU,EAAA,4FAAA,CAAA,EAAA,CAC3D,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,SAAS,EAAA,QAAA,EAAA,2BAAA,EAAA,CAAyC,EAAA,CAC7D,EACVA,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,CAAA,EAAA,CACJ;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 AffiliateInvite = ({ commissionRate = '20%', link = '#' }) => (jsxs(EmailLayout, { previewText: "Join our Affiliate Program!", title: "Become a Partner", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Partner With Us" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["You already love our product, why not get paid to share it? Join our affiliate program and earn a ", jsx("strong", { children: commissionRate }), " recurring commission."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Apply Now" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { AffiliateInvite, AffiliateInvite as default };
|
|
11
|
+
//# sourceMappingURL=AffiliateInvite.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AffiliateInvite.js","sources":["../../../../../../src/components/Email/templates/marketing/affiliate/AffiliateInvite.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const AffiliateInvite: React.FC<{ commissionRate?: string; link?: string }> = ({ \n commissionRate = '20%', \n link = '#' \n}) => (\n <EmailLayout previewText=\"Join our Affiliate Program!\" title=\"Become a Partner\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Partner With Us</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">You already love our product, why not get paid to share it? Join our affiliate program and earn a <strong>{commissionRate}</strong> recurring commission.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Apply Now</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default AffiliateInvite;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,eAAe,GAAyD,CAAC,EACpF,cAAc,GAAG,KAAK,EACtB,IAAI,GAAG,GAAG,EACX,MACCA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,6BAA6B,EAAC,KAAK,EAAC,kBAAkB,EAAA,QAAA,EAAA,CAC7EC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,iBAAA,EAAA,CAAuB,EAC9FD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,oGAAA,EAAmGC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,cAAc,EAAA,CAAU,8BAA6B,EAClPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,WAAA,EAAA,CAAyB,EAAA,CACxC,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 AffiliatePayout = ({ amount = '$150.00', link = '#' }) => (jsxs(EmailLayout, { previewText: `Your payout of ${amount} is on the way!`, title: "Payout Processed", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "You've Got Paid!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Great job! We have just processed your affiliate payout for ", jsx("strong", { children: amount }), ". It should arrive in your account shortly."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "View Statement" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { AffiliatePayout, AffiliatePayout as default };
|
|
11
|
+
//# sourceMappingURL=AffiliatePayout.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AffiliatePayout.js","sources":["../../../../../../src/components/Email/templates/marketing/affiliate/AffiliatePayout.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const AffiliatePayout: React.FC<{ amount?: string; link?: string }> = ({ \n amount = '$150.00', \n link = '#' \n}) => (\n <EmailLayout previewText={`Your payout of ${amount} is on the way!`} title=\"Payout Processed\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">You've Got Paid!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">Great job! We have just processed your affiliate payout for <strong>{amount}</strong>. It should arrive in your account shortly.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>View Statement</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default AffiliatePayout;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,eAAe,GAAiD,CAAC,EAC5E,MAAM,GAAG,SAAS,EAClB,IAAI,GAAG,GAAG,EACX,MACCA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,eAAA,EAAkB,MAAM,CAAA,eAAA,CAAiB,EAAE,KAAK,EAAC,kBAAkB,EAAA,QAAA,EAAA,CAC3FC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAwB,EAC/FD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,8DAAA,EAA6DC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,MAAM,EAAA,CAAU,mDAAkD,EACzNA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,gBAAA,EAAA,CAA8B,EAAA,CAC7C,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 AffiliateTopPerformer = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Congratulations on an amazing month!", title: "Top Performer", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "You're a Top Performer \uD83C\uDFC6" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Congratulations! You were one of our top-performing partners this past month. Keep up the incredible work!" }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Claim Your Bonus" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { AffiliateTopPerformer, AffiliateTopPerformer as default };
|
|
11
|
+
//# sourceMappingURL=AffiliateTopPerformer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AffiliateTopPerformer.js","sources":["../../../../../../src/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const AffiliateTopPerformer: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Congratulations on an amazing month!\" title=\"Top Performer\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">You're a Top Performer 🏆</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Congratulations! You were one of our top-performing partners this past month. Keep up the incredible work!\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Claim Your Bonus</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default AffiliateTopPerformer;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,qBAAqB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC/EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,sCAAsC,EAAC,KAAK,EAAC,eAAe,EAAA,QAAA,EAAA,CACnFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,qCAAA,EAAA,CAAiC,EACxGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,4GAAA,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 AffiliateWelcome = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "Welcome to the Affiliate Program!", title: "Welcome Aboard", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "You're Approved!" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "Welcome to the partner program. Your application has been approved. You can now log into your dashboard to get your unique tracking links and promotional assets." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Access Dashboard" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { AffiliateWelcome, AffiliateWelcome as default };
|
|
11
|
+
//# sourceMappingURL=AffiliateWelcome.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AffiliateWelcome.js","sources":["../../../../../../src/components/Email/templates/marketing/affiliate/AffiliateWelcome.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const AffiliateWelcome: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"Welcome to the Affiliate Program!\" title=\"Welcome Aboard\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">You're Approved!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Welcome to the partner program. Your application has been approved. You can now log into your dashboard to get your unique tracking links and promotional assets.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Access Dashboard</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default AffiliateWelcome;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,gBAAgB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC1EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,mCAAmC,EAAC,KAAK,EAAC,gBAAgB,EAAA,QAAA,EAAA,CACjFC,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,mKAAA,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 PartnerComarketing = ({ partnerName = 'Acme Corp', link = '#' }) => (jsxs(EmailLayout, { previewText: `We're teaming up with ${partnerName}!`, title: "New Partnership", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "We've Partnered Up!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["We are incredibly excited to announce a brand new integration and co-marketing campaign with ", jsx("strong", { children: partnerName }), "."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Learn More" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { PartnerComarketing, PartnerComarketing as default };
|
|
11
|
+
//# sourceMappingURL=PartnerComarketing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PartnerComarketing.js","sources":["../../../../../../src/components/Email/templates/marketing/affiliate/PartnerComarketing.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const PartnerComarketing: React.FC<{ partnerName?: string; link?: string }> = ({ \n partnerName = 'Acme Corp', \n link = '#' \n}) => (\n <EmailLayout previewText={`We're teaming up with ${partnerName}!`} title=\"New Partnership\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">We've Partnered Up!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">We are incredibly excited to announce a brand new integration and co-marketing campaign with <strong>{partnerName}</strong>.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Learn More</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default PartnerComarketing;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,kBAAkB,GAAsD,CAAC,EACpF,WAAW,GAAG,WAAW,EACzB,IAAI,GAAG,GAAG,EACX,MACCA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,sBAAA,EAAyB,WAAW,CAAA,CAAA,CAAG,EAAE,KAAK,EAAC,iBAAiB,EAAA,QAAA,EAAA,CACxFC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,qBAAA,EAAA,CAA2B,EAClGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,+FAAA,EAA8FC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,WAAW,EAAA,CAAU,SAAQ,EACrNA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,YAAA,EAAA,CAA0B,EAAA,CACzC,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const BestOfRoundup = ({ period = 'this month', link = '#' }) => (jsxs(EmailLayout, { previewText: `Our best content from ${period}`, title: "Best of Roundup", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Best of the Blog" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Missed some updates ", period, "? We've compiled our most popular and impactful articles all in one place."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "View the Roundup" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { BestOfRoundup, BestOfRoundup as default };
|
|
11
|
+
//# sourceMappingURL=BestOfRoundup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BestOfRoundup.js","sources":["../../../../../../src/components/Email/templates/marketing/blog/BestOfRoundup.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const BestOfRoundup: React.FC<{ period?: string; link?: string }> = ({ \n period = 'this month', \n link = '#' \n}) => (\n <EmailLayout previewText={`Our best content from ${period}`} title=\"Best of Roundup\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Best of the Blog</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">Missed some updates {period}? We've compiled our most popular and impactful articles all in one place.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>View the Roundup</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default BestOfRoundup;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,aAAa,GAAiD,CAAC,EAC1E,MAAM,GAAG,YAAY,EACrB,IAAI,GAAG,GAAG,EACX,MACCA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,sBAAA,EAAyB,MAAM,CAAA,CAAE,EAAE,KAAK,EAAC,iBAAiB,aAClFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAwB,EAC/FD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,sBAAA,EAAsB,MAAM,kFAAkF,EAC/LC,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAgC,EAAA,CAC/C,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const BlogSeries = ({ seriesName = 'React Server Components', partNumber = 2, link = '#' }) => (jsxs(EmailLayout, { previewText: `Part ${partNumber} of ${seriesName} is live!`, title: `${seriesName} - Part ${partNumber}`, children: [jsxs(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: [seriesName, ": Part ", partNumber] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "The next installment of our deep-dive series is now available. Dive in to continue learning." }), jsx(Section, { className: "text-center mb-6", children: jsxs(EmailButton, { href: link, children: ["Read Part ", partNumber] }) })] }));
|
|
9
|
+
|
|
10
|
+
export { BlogSeries, BlogSeries as default };
|
|
11
|
+
//# sourceMappingURL=BlogSeries.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlogSeries.js","sources":["../../../../../../src/components/Email/templates/marketing/blog/BlogSeries.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const BlogSeries: React.FC<{ seriesName?: string; partNumber?: number; link?: string }> = ({ \n seriesName = 'React Server Components', \n partNumber = 2, \n link = '#' \n}) => (\n <EmailLayout previewText={`Part ${partNumber} of ${seriesName} is live!`} title={`${seriesName} - Part ${partNumber}`}>\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">{seriesName}: Part {partNumber}</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">The next installment of our deep-dive series is now available. Dive in to continue learning.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Read Part {partNumber}</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default BlogSeries;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,UAAU,GAA0E,CAAC,EAChG,UAAU,GAAG,yBAAyB,EACtC,UAAU,GAAG,CAAC,EACd,IAAI,GAAG,GAAG,EACX,MACCA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,KAAA,EAAQ,UAAU,CAAA,IAAA,EAAO,UAAU,WAAW,EAAE,KAAK,EAAE,CAAA,EAAG,UAAU,WAAW,UAAU,CAAA,CAAE,EAAA,QAAA,EAAA,CACnHA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,aAAE,UAAU,EAAA,SAAA,EAAS,UAAU,CAAA,EAAA,CAAQ,EAC9GC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,8FAAA,EAAA,CAAoG,EACrLA,GAAA,CAAC,OAAO,IAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCD,KAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,CAAA,YAAA,EAAa,UAAU,IAAe,EAAA,CACrD,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const NewBlogPost = ({ title = '10 Tips for React Developers', author = 'Jane Doe', link = '#' }) => (jsxs(EmailLayout, { previewText: `New post: ${title}`, title: "New Blog Post", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "New on the blog!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["We just published a new article by ", author, ": ", jsx("strong", { children: title }), ". Check it out now to learn more."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Read Article" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { NewBlogPost, NewBlogPost as default };
|
|
11
|
+
//# sourceMappingURL=NewBlogPost.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NewBlogPost.js","sources":["../../../../../../src/components/Email/templates/marketing/blog/NewBlogPost.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const NewBlogPost: React.FC<{ title?: string; author?: string; link?: string }> = ({ \n title = '10 Tips for React Developers', \n author = 'Jane Doe', \n link = '#' \n}) => (\n <EmailLayout previewText={`New post: ${title}`} title=\"New Blog Post\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">New on the blog!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">We just published a new article by {author}: <strong>{title}</strong>. Check it out now to learn more.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Read Article</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default NewBlogPost;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,WAAW,GAAiE,CAAC,EACxF,KAAK,GAAG,8BAA8B,EACtC,MAAM,GAAG,UAAU,EACnB,IAAI,GAAG,GAAG,EACX,MACCA,IAAA,CAAC,WAAW,IAAC,WAAW,EAAE,CAAA,UAAA,EAAa,KAAK,EAAE,EAAE,KAAK,EAAC,eAAe,aACnEC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAwB,EAC/FD,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,qCAAA,EAAqC,MAAM,EAAA,IAAA,EAAGC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,KAAK,EAAA,CAAU,EAAA,mCAAA,CAAA,EAAA,CAAwC,EAC/LA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,YACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,cAAA,EAAA,CAA4B,EAAA,CAC3C,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const InfographicEmail = ({ link = '#' }) => (jsxs(EmailLayout, { previewText: "See the data visually", title: "New Infographic", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "By the Numbers" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: "We parsed through thousands of data points to bring you our latest infographic. Check it out to see the surprising trends we discovered." }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "View Infographic" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { InfographicEmail, InfographicEmail as default };
|
|
11
|
+
//# sourceMappingURL=InfographicEmail.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InfographicEmail.js","sources":["../../../../../../src/components/Email/templates/marketing/content/InfographicEmail.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const InfographicEmail: React.FC<{ link?: string }> = ({ link = '#' }) => (\n <EmailLayout previewText=\"See the data visually\" title=\"New Infographic\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">By the Numbers</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n We parsed through thousands of data points to bring you our latest infographic. Check it out to see the surprising trends we discovered.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>View Infographic</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default InfographicEmail;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,gBAAgB,GAAgC,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,MAC1EA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,uBAAuB,EAAC,KAAK,EAAC,iBAAiB,EAAA,QAAA,EAAA,CACtEC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,gBAAA,EAAA,CAAsB,EAC7FA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,0IAAA,EAAA,CAE1E,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAgC,EAAA,CAC/C,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const NewGuideEbook = ({ guideName = 'The 2026 Industry Report', link = '#' }) => (jsxs(EmailLayout, { previewText: `Download: ${guideName}`, title: "New Guide Available", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "New Resource Available" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["We've just released our newest comprehensive guide: ", jsx("strong", { children: guideName }), ". It's packed with data, insights, and actionable takeaways."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Download Free" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { NewGuideEbook, NewGuideEbook as default };
|
|
11
|
+
//# sourceMappingURL=NewGuideEbook.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NewGuideEbook.js","sources":["../../../../../../src/components/Email/templates/marketing/content/NewGuideEbook.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const NewGuideEbook: React.FC<{ guideName?: string; link?: string }> = ({ \n guideName = 'The 2026 Industry Report', \n link = '#' \n}) => (\n <EmailLayout previewText={`Download: ${guideName}`} title=\"New Guide Available\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">New Resource Available</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">We've just released our newest comprehensive guide: <strong>{guideName}</strong>. It's packed with data, insights, and actionable takeaways.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Download Free</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default NewGuideEbook;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,aAAa,GAAoD,CAAC,EAC7E,SAAS,GAAG,0BAA0B,EACtC,IAAI,GAAG,GAAG,EACX,MACCA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,UAAA,EAAa,SAAS,CAAA,CAAE,EAAE,KAAK,EAAC,qBAAqB,EAAA,QAAA,EAAA,CAC7EC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,wBAAA,EAAA,CAA8B,EACrGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,sDAAA,EAAqDC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,SAAS,EAAA,CAAU,oEAAmE,EACrOA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,eAAA,EAAA,CAA6B,EAAA,CAC5C,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const PodcastEpisode = ({ episodeTitle = 'Ep 42: Scaling React Teams', link = '#' }) => (jsxs(EmailLayout, { previewText: `New Episode: ${episodeTitle}`, title: "New Podcast Episode", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "New Episode Live! \uD83C\uDFA7" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["A brand new episode of our podcast is out: ", jsx("strong", { children: episodeTitle }), ". Tune in wherever you get your podcasts."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Listen Now" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { PodcastEpisode, PodcastEpisode as default };
|
|
11
|
+
//# sourceMappingURL=PodcastEpisode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PodcastEpisode.js","sources":["../../../../../../src/components/Email/templates/marketing/content/PodcastEpisode.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const PodcastEpisode: React.FC<{ episodeTitle?: string; link?: string }> = ({ \n episodeTitle = 'Ep 42: Scaling React Teams', \n link = '#' \n}) => (\n <EmailLayout previewText={`New Episode: ${episodeTitle}`} title=\"New Podcast Episode\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">New Episode Live! 🎧</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">A brand new episode of our podcast is out: <strong>{episodeTitle}</strong>. Tune in wherever you get your podcasts.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Listen Now</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default PodcastEpisode;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,cAAc,GAAuD,CAAC,EACjF,YAAY,GAAG,4BAA4B,EAC3C,IAAI,GAAG,GAAG,EACX,MACCA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,aAAA,EAAgB,YAAY,CAAA,CAAE,EAAE,KAAK,EAAC,qBAAqB,EAAA,QAAA,EAAA,CACnFC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,gCAAA,EAAA,CAA4B,EACnGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,6CAAA,EAA4CC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,YAAY,EAAA,CAAU,iDAAgD,EAC5MA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,YAAA,EAAA,CAA0B,EAAA,CACzC,CAAA,EAAA,CACE;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const ToolTemplateDelivery = ({ toolName = 'UI Component Checklist', link = '#' }) => (jsxs(EmailLayout, { previewText: `Access your free tool: ${toolName}`, title: "Your Free Tool", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Here is your free template!" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["As promised, you can now access the ", jsx("strong", { children: toolName }), ". We hope it saves you time and accelerates your workflow."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: link, children: "Access Template" }) })] }));
|
|
9
|
+
|
|
10
|
+
export { ToolTemplateDelivery, ToolTemplateDelivery as default };
|
|
11
|
+
//# sourceMappingURL=ToolTemplateDelivery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolTemplateDelivery.js","sources":["../../../../../../src/components/Email/templates/marketing/content/ToolTemplateDelivery.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport const ToolTemplateDelivery: React.FC<{ toolName?: string; link?: string }> = ({ \n toolName = 'UI Component Checklist', \n link = '#' \n}) => (\n <EmailLayout previewText={`Access your free tool: ${toolName}`} title=\"Your Free Tool\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Here is your free template!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">As promised, you can now access the <strong>{toolName}</strong>. We hope it saves you time and accelerates your workflow.</Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={link}>Access Template</EmailButton>\n </Section>\n </EmailLayout>\n);\nexport default ToolTemplateDelivery;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIO,MAAM,oBAAoB,GAAmD,CAAC,EACnF,QAAQ,GAAG,wBAAwB,EACnC,IAAI,GAAG,GAAG,EACX,MACCA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,uBAAA,EAA0B,QAAQ,CAAA,CAAE,EAAE,KAAK,EAAC,gBAAgB,EAAA,QAAA,EAAA,CACpFC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,6BAAA,EAAA,CAAmC,EAC1GD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,sCAAA,EAAqCC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,QAAQ,EAAA,CAAU,kEAAiE,EAClNA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,IAAC,WAAW,EAAA,EAAC,IAAI,EAAE,IAAI,EAAA,QAAA,EAAA,iBAAA,EAAA,CAA+B,EAAA,CAC9C,CAAA,EAAA,CACE;;;;"}
|