@beyondcorp/beyond-ui 1.3.10 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Auth/{PasswordResetForm.d.ts → ForgotPasswordForm.d.ts} +2 -2
- package/dist/components/Auth/{PasswordResetForm.example.js → ForgotPasswordForm.example.js} +3 -3
- package/dist/components/Auth/ForgotPasswordForm.example.js.map +1 -0
- package/dist/components/Auth/{PasswordResetForm.js → ForgotPasswordForm.js} +4 -4
- package/dist/components/Auth/ForgotPasswordForm.js.map +1 -0
- package/dist/components/Auth/ResetPasswordForm.d.ts +9 -0
- package/dist/components/Auth/ResetPasswordForm.js +41 -0
- package/dist/components/Auth/ResetPasswordForm.js.map +1 -0
- package/dist/components/Auth/index.d.ts +2 -1
- package/dist/components/Auth/index.js +2 -1
- package/dist/components/Auth/index.js.map +1 -1
- 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 +4 -2
- 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 +124 -1
- package/dist/styles.css +1 -1
- package/package.json +12 -5
- package/dist/components/Auth/PasswordResetForm.example.js.map +0 -1
- package/dist/components/Auth/PasswordResetForm.js.map +0 -1
- /package/dist/components/Auth/{PasswordResetForm.example.d.ts → ForgotPasswordForm.example.d.ts} +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const ExitInterviewRequest = ({ employeeName = 'Alex', hrContact = 'the HR Team', schedulingLink = 'https://calendly.com/hr/exit-interview' }) => {
|
|
9
|
+
return (jsxs(EmailLayout, { previewText: "Please schedule your exit interview", title: "Exit Interview Request", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Exit Interview Request" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", employeeName, ", as your final day approaches, we'd love to sit down with you for a brief exit interview. Your candid feedback is vital for helping us improve the employee experience."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: schedulingLink, children: "Schedule Interview" }) }), jsxs(Text, { className: "text-gray-500 dark:text-gray-400 text-sm text-center", children: ["Thank you from ", hrContact, "."] })] }));
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export { ExitInterviewRequest, ExitInterviewRequest as default };
|
|
13
|
+
//# sourceMappingURL=ExitInterviewRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExitInterviewRequest.js","sources":["../../../../../../src/components/Email/templates/internal/hr/ExitInterviewRequest.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport interface ExitInterviewRequestProps {\n employeeName?: string;\n hrContact?: string;\n schedulingLink?: string;\n}\n\nexport const ExitInterviewRequest: React.FC<ExitInterviewRequestProps> = ({\n employeeName = 'Alex',\n hrContact = 'the HR Team',\n schedulingLink = 'https://calendly.com/hr/exit-interview'\n}) => {\n return (\n <EmailLayout previewText=\"Please schedule your exit interview\" title=\"Exit Interview Request\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Exit Interview Request</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {employeeName}, as your final day approaches, we'd love to sit down with you for a brief exit interview. Your candid feedback is vital for helping us improve the employee experience.\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={schedulingLink}>Schedule Interview</EmailButton>\n </Section>\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm text-center\">Thank you from {hrContact}.</Text>\n </EmailLayout>\n );\n};\n\nexport default ExitInterviewRequest;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAUO,MAAM,oBAAoB,GAAwC,CAAC,EACxE,YAAY,GAAG,MAAM,EACrB,SAAS,GAAG,aAAa,EACzB,cAAc,GAAG,wCAAwC,EAC1D,KAAI;IACH,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,qCAAqC,EAAC,KAAK,EAAC,wBAAwB,EAAA,QAAA,EAAA,CAC3FC,GAAA,CAAC,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,KAAA,EAC3E,YAAY,gLACX,EACPC,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,cAAc,EAAA,QAAA,EAAA,oBAAA,EAAA,CAAkC,EAAA,CAC3D,EACVD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,CAAA,iBAAA,EAAiB,SAAS,EAAA,GAAA,CAAA,EAAA,CAAS,CAAA,EAAA,CAC7F;AAElB;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface NewHireAnnouncementProps {
|
|
3
|
+
newHireName?: string;
|
|
4
|
+
role?: string;
|
|
5
|
+
department?: string;
|
|
6
|
+
managerName?: string;
|
|
7
|
+
funFact?: string;
|
|
8
|
+
contactEmail?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const NewHireAnnouncement: React.FC<NewHireAnnouncementProps>;
|
|
11
|
+
export default NewHireAnnouncement;
|
|
@@ -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 NewHireAnnouncement = ({ newHireName = 'Sarah Jenkins', role = 'Senior Frontend Engineer', department = 'Engineering', managerName = 'Alex', funFact = 'She once hiked the entire Pacific Crest Trail!', contactEmail = 'sarah@example.com' }) => {
|
|
10
|
+
return (jsxs(EmailLayout, { previewText: `Welcome ${newHireName} to the team! 🎉`, title: `Welcome ${newHireName}!`, children: [jsx(Text, { className: "text-4xl text-center mb-4", children: "\uD83C\uDF89" }), jsxs(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4 text-center", children: ["Welcome to the team, ", newHireName, "!"] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6 text-center", children: ["Hi team, please join us in welcoming ", jsx("strong", { children: newHireName }), " as our new ", jsx("strong", { children: role }), " in the ", jsx("strong", { children: department }), " department! ", newHireName, " will be reporting to ", managerName, "."] }), jsxs(Section, { className: "bg-gray-50 dark:bg-gray-700 p-6 rounded-lg mb-6 border border-gray-100 dark:border-gray-600", children: [jsxs(Text, { className: "text-gray-900 dark:text-white font-semibold m-0 mb-2", children: ["A little about ", newHireName, ":"] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 m-0 italic", children: ["\"", funFact, "\""] })] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: `mailto:${contactEmail}`, children: "Say Hello \uD83D\uDC4B" }) }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm text-center", children: "They start today, so feel free to drop a message on Slack to welcome them aboard!" })] }));
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export { NewHireAnnouncement, NewHireAnnouncement as default };
|
|
14
|
+
//# sourceMappingURL=NewHireAnnouncement.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NewHireAnnouncement.js","sources":["../../../../../../src/components/Email/templates/internal/hr/NewHireAnnouncement.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../../components';\n\nexport interface NewHireAnnouncementProps {\n newHireName?: string;\n role?: string;\n department?: string;\n managerName?: string;\n funFact?: string;\n contactEmail?: string;\n}\n\nexport const NewHireAnnouncement: React.FC<NewHireAnnouncementProps> = ({\n newHireName = 'Sarah Jenkins',\n role = 'Senior Frontend Engineer',\n department = 'Engineering',\n managerName = 'Alex',\n funFact = 'She once hiked the entire Pacific Crest Trail!',\n contactEmail = 'sarah@example.com'\n}) => {\n return (\n <EmailLayout previewText={`Welcome ${newHireName} to the team! 🎉`} title={`Welcome ${newHireName}!`}>\n <Text className=\"text-4xl text-center mb-4\">🎉</Text>\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4 text-center\">Welcome to the team, {newHireName}!</Text>\n \n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6 text-center\">\n Hi team, please join us in welcoming <strong>{newHireName}</strong> as our new <strong>{role}</strong> in the <strong>{department}</strong> department! {newHireName} will be reporting to {managerName}.\n </Text>\n\n <Section className=\"bg-gray-50 dark:bg-gray-700 p-6 rounded-lg mb-6 border border-gray-100 dark:border-gray-600\">\n <Text className=\"text-gray-900 dark:text-white font-semibold m-0 mb-2\">A little about {newHireName}:</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 m-0 italic\">\"{funFact}\"</Text>\n </Section>\n\n <Section className=\"text-center mb-6\"><EmailButton href={`mailto:${contactEmail}`}>Say Hello 👋</EmailButton></Section>\n <EmailDivider />\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm text-center\">They start today, so feel free to drop a message on Slack to welcome them aboard!</Text>\n </EmailLayout>\n );\n};\n\nexport default NewHireAnnouncement;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;AAaO,MAAM,mBAAmB,GAAuC,CAAC,EACtE,WAAW,GAAG,eAAe,EAC7B,IAAI,GAAG,0BAA0B,EACjC,UAAU,GAAG,aAAa,EAC1B,WAAW,GAAG,MAAM,EACpB,OAAO,GAAG,gDAAgD,EAC1D,YAAY,GAAG,mBAAmB,EACnC,KAAI;IACH,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,QAAA,EAAW,WAAW,CAAA,gBAAA,CAAkB,EAAE,KAAK,EAAE,CAAA,QAAA,EAAW,WAAW,CAAA,CAAA,CAAG,EAAA,QAAA,EAAA,CAClGC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,2BAA2B,EAAA,QAAA,EAAA,cAAA,EAAA,CAAU,EACrDD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,mEAAmE,EAAA,QAAA,EAAA,CAAA,uBAAA,EAAuB,WAAW,EAAA,GAAA,CAAA,EAAA,CAAS,EAE9HA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,6EAA6E,EAAA,QAAA,EAAA,CAAA,uCAAA,EACtDC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,WAAW,GAAU,EAAA,cAAA,EAAYA,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,IAAI,EAAA,CAAU,EAAA,UAAA,EAAQA,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,UAAU,EAAA,CAAU,EAAA,eAAA,EAAc,WAAW,EAAA,wBAAA,EAAwB,WAAW,EAAA,GAAA,CAAA,EAAA,CAClM,EAEPD,KAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAAA,CAC9GA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,CAAA,iBAAA,EAAiB,WAAW,SAAS,EAC3GA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,6CAA6C,EAAA,QAAA,EAAA,CAAA,IAAA,EAAG,OAAO,EAAA,IAAA,CAAA,EAAA,CAAS,CAAA,EAAA,CACxE,EAEVC,GAAA,CAAC,OAAO,IAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EAACA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,CAAA,OAAA,EAAU,YAAY,CAAA,CAAE,EAAA,QAAA,EAAA,wBAAA,EAAA,CAA4B,EAAA,CAAU,EACvHA,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,mFAAA,EAAA,CAAyF,CAAA,EAAA,CACnJ;AAElB;;;;"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const PolicyUpdate = ({ policyName = 'Remote Work Guidelines', effectiveDate = 'November 1, 2026', summary = 'We have updated our remote work policies to include more flexible hours and new stipend allowances for home office equipment.', documentLink = 'https://intranet.example.com/policies/remote-work' }) => {
|
|
9
|
+
return (jsxs(EmailLayout, { previewText: `Update to: ${policyName}`, title: "Internal Policy Update", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Policy Update Notice" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Please be advised that the ", jsx("strong", { children: policyName }), " has been updated, effective ", jsx("strong", { children: effectiveDate }), "."] }), jsxs(Section, { className: "bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600", children: [jsx(Text, { className: "text-gray-900 dark:text-white font-semibold m-0 mb-2", children: "Key Changes:" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 m-0", children: summary })] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: documentLink, children: "Read Full Policy" }) }), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm text-center", children: "It is required that all employees review the updated policy." })] }));
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export { PolicyUpdate, PolicyUpdate as default };
|
|
13
|
+
//# sourceMappingURL=PolicyUpdate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PolicyUpdate.js","sources":["../../../../../../src/components/Email/templates/internal/hr/PolicyUpdate.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport interface PolicyUpdateProps {\n policyName?: string;\n effectiveDate?: string;\n summary?: string;\n documentLink?: string;\n}\n\nexport const PolicyUpdate: React.FC<PolicyUpdateProps> = ({\n policyName = 'Remote Work Guidelines',\n effectiveDate = 'November 1, 2026',\n summary = 'We have updated our remote work policies to include more flexible hours and new stipend allowances for home office equipment.',\n documentLink = 'https://intranet.example.com/policies/remote-work'\n}) => {\n return (\n <EmailLayout previewText={`Update to: ${policyName}`} title=\"Internal Policy Update\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Policy Update Notice</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Please be advised that the <strong>{policyName}</strong> has been updated, effective <strong>{effectiveDate}</strong>.\n </Text>\n <Section className=\"bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600\">\n <Text className=\"text-gray-900 dark:text-white font-semibold m-0 mb-2\">Key Changes:</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 m-0\">{summary}</Text>\n </Section>\n <Section className=\"text-center mb-6\">\n <EmailButton href={documentLink}>Read Full Policy</EmailButton>\n </Section>\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm text-center\">It is required that all employees review the updated policy.</Text>\n </EmailLayout>\n );\n};\n\nexport default PolicyUpdate;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;MAWa,YAAY,GAAgC,CAAC,EACxD,UAAU,GAAG,wBAAwB,EACrC,aAAa,GAAG,kBAAkB,EAClC,OAAO,GAAG,+HAA+H,EACzI,YAAY,GAAG,mDAAmD,EACnE,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,IAAC,WAAW,EAAE,cAAc,UAAU,CAAA,CAAE,EAAE,KAAK,EAAC,wBAAwB,EAAA,QAAA,EAAA,CAClFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,sBAAA,EAAA,CAA4B,EACnGD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,6BAAA,EACpDC,0BAAS,UAAU,EAAA,CAAU,mCAA6BA,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,aAAa,GAAU,EAAA,GAAA,CAAA,EAAA,CAChH,EACPD,KAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAAA,CAC9GC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,cAAA,EAAA,CAAoB,EAC1FA,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,sCAAsC,EAAA,QAAA,EAAE,OAAO,GAAQ,CAAA,EAAA,CAC/D,EACVA,IAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,YACnCA,GAAA,CAAC,WAAW,IAAC,IAAI,EAAE,YAAY,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAgC,EAAA,CACvD,EACVA,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,8DAAA,EAAA,CAAoE,CAAA,EAAA,CAC9H;AAElB;;;;"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const AppAccessGranted = ({ userName = 'Alex', appName = 'Salesforce', role = 'Standard User', appUrl = 'https://example.com/login' }) => {
|
|
9
|
+
return (jsxs(EmailLayout, { previewText: `You now have access to ${appName}`, title: "Application Access Granted", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Access Granted" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", IT has provisioned your account for ", jsx("strong", { children: appName }), "."] }), jsxs(Section, { className: "bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600 text-center", children: [jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm m-0 mb-1", children: "Provisioned Role" }), jsx(Text, { className: "text-lg font-bold text-gray-900 dark:text-white m-0", children: role })] }), jsx(Section, { className: "text-center mb-6", children: jsxs(EmailButton, { href: appUrl, children: ["Log In to ", appName] }) })] }));
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export { AppAccessGranted, AppAccessGranted as default };
|
|
13
|
+
//# sourceMappingURL=AppAccessGranted.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppAccessGranted.js","sources":["../../../../../../src/components/Email/templates/internal/it/AppAccessGranted.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport interface AppAccessGrantedProps {\n userName?: string;\n appName?: string;\n role?: string;\n appUrl?: string;\n}\n\nexport const AppAccessGranted: React.FC<AppAccessGrantedProps> = ({\n userName = 'Alex',\n appName = 'Salesforce',\n role = 'Standard User',\n appUrl = 'https://example.com/login'\n}) => {\n return (\n <EmailLayout previewText={`You now have access to ${appName}`} title=\"Application Access Granted\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Access Granted</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Hi {userName}, IT has provisioned your account for <strong>{appName}</strong>.\n </Text>\n <Section className=\"bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600 text-center\">\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm m-0 mb-1\">Provisioned Role</Text>\n <Text className=\"text-lg font-bold text-gray-900 dark:text-white m-0\">{role}</Text>\n </Section>\n <Section className=\"text-center mb-6\">\n <EmailButton href={appUrl}>Log In to {appName}</EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default AppAccessGranted;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;MAWa,gBAAgB,GAAoC,CAAC,EAChE,QAAQ,GAAG,MAAM,EACjB,OAAO,GAAG,YAAY,EACtB,IAAI,GAAG,eAAe,EACtB,MAAM,GAAG,2BAA2B,EACrC,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,uBAAA,EAA0B,OAAO,CAAA,CAAE,EAAE,KAAK,EAAC,4BAA4B,aAC/FC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,gBAAA,EAAA,CAAsB,EAC7FD,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,KAAA,EAC3E,QAAQ,EAAA,wCAAA,EAAuCC,0BAAS,OAAO,EAAA,CAAU,SACxE,EACPD,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,yGAAyG,aAC1HC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,mDAAmD,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAwB,EAC3FA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,qDAAqD,EAAA,QAAA,EAAE,IAAI,EAAA,CAAQ,CAAA,EAAA,CAC3E,EACVA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCD,KAAC,WAAW,EAAA,EAAC,IAAI,EAAE,MAAM,EAAA,QAAA,EAAA,CAAA,YAAA,EAAa,OAAO,IAAe,EAAA,CACpD,CAAA,EAAA,CACE;AAElB;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface ITOutageReportProps {
|
|
3
|
+
systemName?: string;
|
|
4
|
+
status?: 'Investigating' | 'Identified' | 'Monitoring' | 'Resolved';
|
|
5
|
+
description?: string;
|
|
6
|
+
statusPageLink?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const ITOutageReport: React.FC<ITOutageReportProps>;
|
|
9
|
+
export default ITOutageReport;
|
|
@@ -0,0 +1,15 @@
|
|
|
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 ITOutageReport = ({ systemName = 'Internal VPN', status = 'Investigating', description = 'Some employees are currently unable to connect to the internal VPN. IT is actively investigating the issue.', statusPageLink = 'https://it-status.example.com' }) => {
|
|
10
|
+
const isResolved = status === 'Resolved';
|
|
11
|
+
return (jsxs(EmailLayout, { previewText: `IT Alert: ${systemName} is ${status}`, title: "IT Outage Report", children: [jsxs(Text, { className: `text-2xl font-bold mb-4 ${isResolved ? 'text-green-600 dark:text-green-400' : 'text-red-600 dark:text-red-400'}`, children: ["IT System Alert: ", systemName] }), jsxs(Section, { className: "bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600", children: [jsxs(Text, { className: "text-gray-900 dark:text-white font-semibold m-0 mb-2", children: ["Current Status: ", status] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 m-0", children: description })] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: statusPageLink, children: "View Status Page" }) }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm text-center", children: "Please do not submit individual IT tickets for this issue while it is actively being worked on." })] }));
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export { ITOutageReport, ITOutageReport as default };
|
|
15
|
+
//# sourceMappingURL=ITOutageReport.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ITOutageReport.js","sources":["../../../../../../src/components/Email/templates/internal/it/ITOutageReport.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../../components';\n\nexport interface ITOutageReportProps {\n systemName?: string;\n status?: 'Investigating' | 'Identified' | 'Monitoring' | 'Resolved';\n description?: string;\n statusPageLink?: string;\n}\n\nexport const ITOutageReport: React.FC<ITOutageReportProps> = ({\n systemName = 'Internal VPN',\n status = 'Investigating',\n description = 'Some employees are currently unable to connect to the internal VPN. IT is actively investigating the issue.',\n statusPageLink = 'https://it-status.example.com'\n}) => {\n const isResolved = status === 'Resolved';\n return (\n <EmailLayout previewText={`IT Alert: ${systemName} is ${status}`} title=\"IT Outage Report\">\n <Text className={`text-2xl font-bold mb-4 ${isResolved ? 'text-green-600 dark:text-green-400' : 'text-red-600 dark:text-red-400'}`}>\n IT System Alert: {systemName}\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-900 dark:text-white font-semibold m-0 mb-2\">Current Status: {status}</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 m-0\">{description}</Text>\n </Section>\n <Section className=\"text-center mb-6\">\n <EmailButton href={statusPageLink}>View Status Page</EmailButton>\n </Section>\n <EmailDivider />\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm text-center\">Please do not submit individual IT tickets for this issue while it is actively being worked on.</Text>\n </EmailLayout>\n );\n};\n\nexport default ITOutageReport;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;MAWa,cAAc,GAAkC,CAAC,EAC5D,UAAU,GAAG,cAAc,EAC3B,MAAM,GAAG,eAAe,EACxB,WAAW,GAAG,6GAA6G,EAC3H,cAAc,GAAG,+BAA+B,EACjD,KAAI;AACH,IAAA,MAAM,UAAU,GAAG,MAAM,KAAK,UAAU;IACxC,QACEA,KAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,UAAA,EAAa,UAAU,CAAA,IAAA,EAAO,MAAM,EAAE,EAAE,KAAK,EAAC,kBAAkB,EAAA,QAAA,EAAA,CACxFA,KAAC,IAAI,EAAA,EAAC,SAAS,EAAE,CAAA,wBAAA,EAA2B,UAAU,GAAG,oCAAoC,GAAG,gCAAgC,EAAE,EAAA,QAAA,EAAA,CAAA,mBAAA,EAC9G,UAAU,IACvB,EACPA,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAAA,CAC9GA,KAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,iCAAkB,MAAM,CAAA,EAAA,CAAQ,EACtGC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,sCAAsC,EAAA,QAAA,EAAE,WAAW,GAAQ,CAAA,EAAA,CACnE,EACVA,IAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,YACnCA,GAAA,CAAC,WAAW,IAAC,IAAI,EAAE,cAAc,EAAA,QAAA,EAAA,kBAAA,EAAA,CAAgC,EAAA,CACzD,EACVA,GAAA,CAAC,YAAY,KAAG,EAChBA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,iGAAA,EAAA,CAAuG,CAAA,EAAA,CACjK;AAElB;;;;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface PasswordRotationReminderProps {
|
|
3
|
+
userName?: string;
|
|
4
|
+
daysRemaining?: number;
|
|
5
|
+
rotationLink?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const PasswordRotationReminder: React.FC<PasswordRotationReminderProps>;
|
|
8
|
+
export default PasswordRotationReminder;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const PasswordRotationReminder = ({ userName = 'User', daysRemaining = 3, rotationLink = 'https://identity.example.com/rotate' }) => {
|
|
9
|
+
return (jsxs(EmailLayout, { previewText: `Action Required: Password expires in ${daysRemaining} days`, title: "Password Rotation Required", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: "Password Expiration Notice" }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Hi ", userName, ", for security purposes, our company policy requires passwords to be rotated regularly. Your current password will expire in ", jsxs("strong", { children: [daysRemaining, " days"] }), "."] }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: rotationLink, children: "Change Password Now" }) }), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm text-center", children: "If your password expires, you will lose access to internal systems until IT resets your account." })] }));
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export { PasswordRotationReminder, PasswordRotationReminder as default };
|
|
13
|
+
//# sourceMappingURL=PasswordRotationReminder.js.map
|
|
@@ -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;;;;"}
|