@beyondcorp/beyond-ui 1.3.12 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ComponentShowcase/ComponentShowcase.js +7 -1
- package/dist/components/ComponentShowcase/ComponentShowcase.js.map +1 -1
- package/dist/components/ComponentShowcase/componentDocs.d.ts +6 -0
- package/dist/components/ComponentShowcase/componentDocs.js +17 -0
- package/dist/components/ComponentShowcase/componentDocs.js.map +1 -1
- package/dist/components/ComponentShowcase/showcaseRegistry.js +3 -1
- package/dist/components/ComponentShowcase/showcaseRegistry.js.map +1 -1
- package/dist/components/Email/EmailShowcase.d.ts +1 -0
- package/dist/components/Email/EmailShowcase.js +85 -0
- package/dist/components/Email/EmailShowcase.js.map +1 -0
- package/dist/components/Email/components/EmailButton.d.ts +5 -0
- package/dist/components/Email/components/EmailButton.js +7 -0
- package/dist/components/Email/components/EmailButton.js.map +1 -0
- package/dist/components/Email/components/EmailDivider.d.ts +1 -0
- package/dist/components/Email/components/EmailDivider.js +7 -0
- package/dist/components/Email/components/EmailDivider.js.map +1 -0
- package/dist/components/Email/components/EmailFooter.d.ts +3 -0
- package/dist/components/Email/components/EmailFooter.js +9 -0
- package/dist/components/Email/components/EmailFooter.js.map +1 -0
- package/dist/components/Email/components/EmailHeader.d.ts +4 -0
- package/dist/components/Email/components/EmailHeader.js +8 -0
- package/dist/components/Email/components/EmailHeader.js.map +1 -0
- package/dist/components/Email/components/EmailLayout.d.ts +6 -0
- package/dist/components/Email/components/EmailLayout.js +15 -0
- package/dist/components/Email/components/EmailLayout.js.map +1 -0
- package/dist/components/Email/components/EmailPreviewer.d.ts +5 -0
- package/dist/components/Email/components/EmailPreviewer.js +25 -0
- package/dist/components/Email/components/EmailPreviewer.js.map +1 -0
- package/dist/components/Email/components/index.d.ts +7 -0
- package/dist/components/Email/components/theme.d.ts +27 -0
- package/dist/components/Email/components/theme.js +21 -0
- package/dist/components/Email/components/theme.js.map +1 -0
- package/dist/components/Email/index.d.ts +2 -0
- package/dist/components/Email/templates/auth/ConfirmEmail.d.ts +7 -0
- package/dist/components/Email/templates/auth/ConfirmEmail.js +13 -0
- package/dist/components/Email/templates/auth/ConfirmEmail.js.map +1 -0
- package/dist/components/Email/templates/auth/EmailChangeVerification.d.ts +9 -0
- package/dist/components/Email/templates/auth/EmailChangeVerification.js +13 -0
- package/dist/components/Email/templates/auth/EmailChangeVerification.js.map +1 -0
- package/dist/components/Email/templates/auth/MagicLinkEmail.d.ts +7 -0
- package/dist/components/Email/templates/auth/MagicLinkEmail.js +14 -0
- package/dist/components/Email/templates/auth/MagicLinkEmail.js.map +1 -0
- package/dist/components/Email/templates/auth/ResetPasswordEmail.d.ts +8 -0
- package/dist/components/Email/templates/auth/ResetPasswordEmail.js +13 -0
- package/dist/components/Email/templates/auth/ResetPasswordEmail.js.map +1 -0
- package/dist/components/Email/templates/auth/WelcomeEmail.d.ts +8 -0
- package/dist/components/Email/templates/auth/WelcomeEmail.js +13 -0
- package/dist/components/Email/templates/auth/WelcomeEmail.js.map +1 -0
- package/dist/components/Email/templates/auth/index.d.ts +5 -0
- package/dist/components/Email/templates/billing/CreditCardExpiring.d.ts +9 -0
- package/dist/components/Email/templates/billing/CreditCardExpiring.js +14 -0
- package/dist/components/Email/templates/billing/CreditCardExpiring.js.map +1 -0
- package/dist/components/Email/templates/billing/InvoiceEmail.d.ts +10 -0
- package/dist/components/Email/templates/billing/InvoiceEmail.js +16 -0
- package/dist/components/Email/templates/billing/InvoiceEmail.js.map +1 -0
- package/dist/components/Email/templates/billing/OverduePaymentNotice.d.ts +9 -0
- package/dist/components/Email/templates/billing/OverduePaymentNotice.js +13 -0
- package/dist/components/Email/templates/billing/OverduePaymentNotice.js.map +1 -0
- package/dist/components/Email/templates/billing/PaymentFailedEmail.d.ts +8 -0
- package/dist/components/Email/templates/billing/PaymentFailedEmail.js +14 -0
- package/dist/components/Email/templates/billing/PaymentFailedEmail.js.map +1 -0
- package/dist/components/Email/templates/billing/PaymentReceipt.d.ts +10 -0
- package/dist/components/Email/templates/billing/PaymentReceipt.js +15 -0
- package/dist/components/Email/templates/billing/PaymentReceipt.js.map +1 -0
- package/dist/components/Email/templates/billing/SubscriptionCancelled.d.ts +9 -0
- package/dist/components/Email/templates/billing/SubscriptionCancelled.js +14 -0
- package/dist/components/Email/templates/billing/SubscriptionCancelled.js.map +1 -0
- package/dist/components/Email/templates/billing/SubscriptionConfirmation.d.ts +10 -0
- package/dist/components/Email/templates/billing/SubscriptionConfirmation.js +13 -0
- package/dist/components/Email/templates/billing/SubscriptionConfirmation.js.map +1 -0
- package/dist/components/Email/templates/billing/TrialEndingEmail.d.ts +8 -0
- package/dist/components/Email/templates/billing/TrialEndingEmail.js +13 -0
- package/dist/components/Email/templates/billing/TrialEndingEmail.js.map +1 -0
- package/dist/components/Email/templates/billing/index.d.ts +8 -0
- package/dist/components/Email/templates/engagement/FeatureAnnouncement.d.ts +10 -0
- package/dist/components/Email/templates/engagement/FeatureAnnouncement.js +15 -0
- package/dist/components/Email/templates/engagement/FeatureAnnouncement.js.map +1 -0
- package/dist/components/Email/templates/engagement/FeedbackRequestEmail.d.ts +8 -0
- package/dist/components/Email/templates/engagement/FeedbackRequestEmail.js +13 -0
- package/dist/components/Email/templates/engagement/FeedbackRequestEmail.js.map +1 -0
- package/dist/components/Email/templates/engagement/InactivityWarning.d.ts +9 -0
- package/dist/components/Email/templates/engagement/InactivityWarning.js +14 -0
- package/dist/components/Email/templates/engagement/InactivityWarning.js.map +1 -0
- package/dist/components/Email/templates/engagement/MilestoneEmail.d.ts +9 -0
- package/dist/components/Email/templates/engagement/MilestoneEmail.js +14 -0
- package/dist/components/Email/templates/engagement/MilestoneEmail.js.map +1 -0
- package/dist/components/Email/templates/engagement/ProductChangelog.d.ts +9 -0
- package/dist/components/Email/templates/engagement/ProductChangelog.js +13 -0
- package/dist/components/Email/templates/engagement/ProductChangelog.js.map +1 -0
- package/dist/components/Email/templates/engagement/TeamInviteEmail.d.ts +9 -0
- package/dist/components/Email/templates/engagement/TeamInviteEmail.js +14 -0
- package/dist/components/Email/templates/engagement/TeamInviteEmail.js.map +1 -0
- package/dist/components/Email/templates/engagement/TipOfWeek.d.ts +9 -0
- package/dist/components/Email/templates/engagement/TipOfWeek.js +13 -0
- package/dist/components/Email/templates/engagement/TipOfWeek.js.map +1 -0
- package/dist/components/Email/templates/engagement/WeeklyDigest.d.ts +11 -0
- package/dist/components/Email/templates/engagement/WeeklyDigest.js +20 -0
- package/dist/components/Email/templates/engagement/WeeklyDigest.js.map +1 -0
- package/dist/components/Email/templates/engagement/index.d.ts +8 -0
- package/dist/components/Email/templates/growth/ReferralConverted.d.ts +9 -0
- package/dist/components/Email/templates/growth/ReferralConverted.js +13 -0
- package/dist/components/Email/templates/growth/ReferralConverted.js.map +1 -0
- package/dist/components/Email/templates/growth/ReferralInvite.d.ts +8 -0
- package/dist/components/Email/templates/growth/ReferralInvite.js +13 -0
- package/dist/components/Email/templates/growth/ReferralInvite.js.map +1 -0
- package/dist/components/Email/templates/growth/ReferralReward.d.ts +10 -0
- package/dist/components/Email/templates/growth/ReferralReward.js +14 -0
- package/dist/components/Email/templates/growth/ReferralReward.js.map +1 -0
- package/dist/components/Email/templates/growth/SocialSharePrompt.d.ts +8 -0
- package/dist/components/Email/templates/growth/SocialSharePrompt.js +15 -0
- package/dist/components/Email/templates/growth/SocialSharePrompt.js.map +1 -0
- package/dist/components/Email/templates/growth/WaitlistWelcome.d.ts +9 -0
- package/dist/components/Email/templates/growth/WaitlistWelcome.js +14 -0
- package/dist/components/Email/templates/growth/WaitlistWelcome.js.map +1 -0
- package/dist/components/Email/templates/growth/index.d.ts +5 -0
- package/dist/components/Email/templates/index.d.ts +11 -0
- package/dist/components/Email/templates/index.js +116 -0
- package/dist/components/Email/templates/index.js.map +1 -0
- package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.d.ts +13 -0
- package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.js +19 -0
- package/dist/components/Email/templates/internal/comms/CompanyEventsCalendar.js.map +1 -0
- package/dist/components/Email/templates/internal/comms/LeadershipUpdate.d.ts +9 -0
- package/dist/components/Email/templates/internal/comms/LeadershipUpdate.js +16 -0
- package/dist/components/Email/templates/internal/comms/LeadershipUpdate.js.map +1 -0
- package/dist/components/Email/templates/internal/comms/MeetingRecap.d.ts +10 -0
- package/dist/components/Email/templates/internal/comms/MeetingRecap.js +19 -0
- package/dist/components/Email/templates/internal/comms/MeetingRecap.js.map +1 -0
- package/dist/components/Email/templates/internal/comms/index.d.ts +3 -0
- package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.d.ts +8 -0
- package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.js +14 -0
- package/dist/components/Email/templates/internal/hr/BirthdayAnniversary.js.map +1 -0
- package/dist/components/Email/templates/internal/hr/EmployeeFarewell.d.ts +9 -0
- package/dist/components/Email/templates/internal/hr/EmployeeFarewell.js +13 -0
- package/dist/components/Email/templates/internal/hr/EmployeeFarewell.js.map +1 -0
- package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.d.ts +8 -0
- package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.js +13 -0
- package/dist/components/Email/templates/internal/hr/ExitInterviewRequest.js.map +1 -0
- package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.d.ts +11 -0
- package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.js +14 -0
- package/dist/components/Email/templates/internal/hr/NewHireAnnouncement.js.map +1 -0
- package/dist/components/Email/templates/internal/hr/PolicyUpdate.d.ts +9 -0
- package/dist/components/Email/templates/internal/hr/PolicyUpdate.js +13 -0
- package/dist/components/Email/templates/internal/hr/PolicyUpdate.js.map +1 -0
- package/dist/components/Email/templates/internal/hr/index.d.ts +5 -0
- package/dist/components/Email/templates/internal/index.d.ts +3 -0
- package/dist/components/Email/templates/internal/it/AppAccessGranted.d.ts +9 -0
- package/dist/components/Email/templates/internal/it/AppAccessGranted.js +13 -0
- package/dist/components/Email/templates/internal/it/AppAccessGranted.js.map +1 -0
- package/dist/components/Email/templates/internal/it/ITOutageReport.d.ts +9 -0
- package/dist/components/Email/templates/internal/it/ITOutageReport.js +15 -0
- package/dist/components/Email/templates/internal/it/ITOutageReport.js.map +1 -0
- package/dist/components/Email/templates/internal/it/PasswordRotationReminder.d.ts +8 -0
- package/dist/components/Email/templates/internal/it/PasswordRotationReminder.js +13 -0
- package/dist/components/Email/templates/internal/it/PasswordRotationReminder.js.map +1 -0
- package/dist/components/Email/templates/internal/it/index.d.ts +3 -0
- package/dist/components/Email/templates/legal/DMCANotice.d.ts +9 -0
- package/dist/components/Email/templates/legal/DMCANotice.js +14 -0
- package/dist/components/Email/templates/legal/DMCANotice.js.map +1 -0
- package/dist/components/Email/templates/legal/DPANotice.d.ts +9 -0
- package/dist/components/Email/templates/legal/DPANotice.js +14 -0
- package/dist/components/Email/templates/legal/DPANotice.js.map +1 -0
- package/dist/components/Email/templates/legal/GDPRCompliance.d.ts +8 -0
- package/dist/components/Email/templates/legal/GDPRCompliance.js +14 -0
- package/dist/components/Email/templates/legal/GDPRCompliance.js.map +1 -0
- package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.d.ts +8 -0
- package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.js +14 -0
- package/dist/components/Email/templates/legal/PrivacyPolicyUpdate.js.map +1 -0
- package/dist/components/Email/templates/legal/TermsOfServiceUpdate.d.ts +8 -0
- package/dist/components/Email/templates/legal/TermsOfServiceUpdate.js +14 -0
- package/dist/components/Email/templates/legal/TermsOfServiceUpdate.js.map +1 -0
- package/dist/components/Email/templates/legal/index.d.ts +5 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.d.ts +6 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.js +11 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateInvite.js.map +1 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.d.ts +6 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.js +11 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliatePayout.js.map +1 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.d.ts +5 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.js +11 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateTopPerformer.js.map +1 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.d.ts +5 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.js +11 -0
- package/dist/components/Email/templates/marketing/affiliate/AffiliateWelcome.js.map +1 -0
- package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.d.ts +6 -0
- package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.js +11 -0
- package/dist/components/Email/templates/marketing/affiliate/PartnerComarketing.js.map +1 -0
- package/dist/components/Email/templates/marketing/affiliate/index.d.ts +5 -0
- package/dist/components/Email/templates/marketing/blog/BestOfRoundup.d.ts +6 -0
- package/dist/components/Email/templates/marketing/blog/BestOfRoundup.js +11 -0
- package/dist/components/Email/templates/marketing/blog/BestOfRoundup.js.map +1 -0
- package/dist/components/Email/templates/marketing/blog/BlogSeries.d.ts +7 -0
- package/dist/components/Email/templates/marketing/blog/BlogSeries.js +11 -0
- package/dist/components/Email/templates/marketing/blog/BlogSeries.js.map +1 -0
- package/dist/components/Email/templates/marketing/blog/NewBlogPost.d.ts +7 -0
- package/dist/components/Email/templates/marketing/blog/NewBlogPost.js +11 -0
- package/dist/components/Email/templates/marketing/blog/NewBlogPost.js.map +1 -0
- package/dist/components/Email/templates/marketing/blog/index.d.ts +3 -0
- package/dist/components/Email/templates/marketing/content/InfographicEmail.d.ts +5 -0
- package/dist/components/Email/templates/marketing/content/InfographicEmail.js +11 -0
- package/dist/components/Email/templates/marketing/content/InfographicEmail.js.map +1 -0
- package/dist/components/Email/templates/marketing/content/NewGuideEbook.d.ts +6 -0
- package/dist/components/Email/templates/marketing/content/NewGuideEbook.js +11 -0
- package/dist/components/Email/templates/marketing/content/NewGuideEbook.js.map +1 -0
- package/dist/components/Email/templates/marketing/content/PodcastEpisode.d.ts +6 -0
- package/dist/components/Email/templates/marketing/content/PodcastEpisode.js +11 -0
- package/dist/components/Email/templates/marketing/content/PodcastEpisode.js.map +1 -0
- package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.d.ts +6 -0
- package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.js +11 -0
- package/dist/components/Email/templates/marketing/content/ToolTemplateDelivery.js.map +1 -0
- package/dist/components/Email/templates/marketing/content/YouTubeNotification.d.ts +6 -0
- package/dist/components/Email/templates/marketing/content/YouTubeNotification.js +11 -0
- package/dist/components/Email/templates/marketing/content/YouTubeNotification.js.map +1 -0
- package/dist/components/Email/templates/marketing/content/index.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/ConferenceSeries.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/ConferenceSeries.js +11 -0
- package/dist/components/Email/templates/marketing/events/ConferenceSeries.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.js +11 -0
- package/dist/components/Email/templates/marketing/events/EarlyBirdReminder.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/EventAnnouncement.d.ts +9 -0
- package/dist/components/Email/templates/marketing/events/EventAnnouncement.js +13 -0
- package/dist/components/Email/templates/marketing/events/EventAnnouncement.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/PostEventThankYou.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/PostEventThankYou.js +11 -0
- package/dist/components/Email/templates/marketing/events/PostEventThankYou.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/ScheduleReleased.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/ScheduleReleased.js +11 -0
- package/dist/components/Email/templates/marketing/events/ScheduleReleased.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/VIPInvite.d.ts +5 -0
- package/dist/components/Email/templates/marketing/events/VIPInvite.js +11 -0
- package/dist/components/Email/templates/marketing/events/VIPInvite.js.map +1 -0
- package/dist/components/Email/templates/marketing/events/index.d.ts +6 -0
- package/dist/components/Email/templates/marketing/index.d.ts +10 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.d.ts +5 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.js +11 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/CaseStudyDelivery.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.d.ts +5 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.js +11 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignComplete.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.d.ts +11 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.js +13 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/DripCampaignDay1.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.d.ts +9 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.js +14 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/LeadMagnetDelivery.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.d.ts +9 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.js +14 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarConfirmation.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.d.ts +5 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.js +11 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarFollowup.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.d.ts +5 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.js +11 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/WebinarReminder.js.map +1 -0
- package/dist/components/Email/templates/marketing/lead-nurturing/index.d.ts +7 -0
- package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.d.ts +5 -0
- package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.js +11 -0
- package/dist/components/Email/templates/marketing/newsletters/CuratedIndustryNews.js.map +1 -0
- package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.d.ts +16 -0
- package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.js +22 -0
- package/dist/components/Email/templates/marketing/newsletters/MonthlyDigest.js.map +1 -0
- package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.d.ts +16 -0
- package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.js +29 -0
- package/dist/components/Email/templates/marketing/newsletters/WeeklyNewsletter.js.map +1 -0
- package/dist/components/Email/templates/marketing/newsletters/index.d.ts +3 -0
- package/dist/components/Email/templates/marketing/promotional/AbandonedCart.d.ts +15 -0
- package/dist/components/Email/templates/marketing/promotional/AbandonedCart.js +20 -0
- package/dist/components/Email/templates/marketing/promotional/AbandonedCart.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/BackInStock.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/BackInStock.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/BackInStock.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/BirthdayOffer.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/BrowseAbandonment.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/FlashSale.d.ts +9 -0
- package/dist/components/Email/templates/marketing/promotional/FlashSale.js +14 -0
- package/dist/components/Email/templates/marketing/promotional/FlashSale.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/MilestoneDiscount.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/PriceDropAlert.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.d.ts +5 -0
- package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.js +11 -0
- package/dist/components/Email/templates/marketing/promotional/SeasonalCampaign.js.map +1 -0
- package/dist/components/Email/templates/marketing/promotional/index.d.ts +8 -0
- package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.d.ts +5 -0
- package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.js +11 -0
- package/dist/components/Email/templates/marketing/reengagement/ComeBack60Day.js.map +1 -0
- package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.d.ts +5 -0
- package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.js +11 -0
- package/dist/components/Email/templates/marketing/reengagement/LastChance90Day.js.map +1 -0
- package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.d.ts +5 -0
- package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.js +11 -0
- package/dist/components/Email/templates/marketing/reengagement/ProductUpdateReengagement.js.map +1 -0
- package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.d.ts +8 -0
- package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.js +13 -0
- package/dist/components/Email/templates/marketing/reengagement/WeMissYou30Day.js.map +1 -0
- package/dist/components/Email/templates/marketing/reengagement/index.d.ts +4 -0
- package/dist/components/Email/templates/marketing/social/CommunityMilestone.d.ts +5 -0
- package/dist/components/Email/templates/marketing/social/CommunityMilestone.js +11 -0
- package/dist/components/Email/templates/marketing/social/CommunityMilestone.js.map +1 -0
- package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.d.ts +5 -0
- package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.js +11 -0
- package/dist/components/Email/templates/marketing/social/NewFollowerWelcome.js.map +1 -0
- package/dist/components/Email/templates/marketing/social/ShareYourStory.d.ts +5 -0
- package/dist/components/Email/templates/marketing/social/ShareYourStory.js +11 -0
- package/dist/components/Email/templates/marketing/social/ShareYourStory.js.map +1 -0
- package/dist/components/Email/templates/marketing/social/SocialProof.d.ts +13 -0
- package/dist/components/Email/templates/marketing/social/SocialProof.js +16 -0
- package/dist/components/Email/templates/marketing/social/SocialProof.js.map +1 -0
- package/dist/components/Email/templates/marketing/social/UserSpotlight.d.ts +5 -0
- package/dist/components/Email/templates/marketing/social/UserSpotlight.js +11 -0
- package/dist/components/Email/templates/marketing/social/UserSpotlight.js.map +1 -0
- package/dist/components/Email/templates/marketing/social/index.d.ts +5 -0
- package/dist/components/Email/templates/marketing/surveys/BetaFeedback.d.ts +5 -0
- package/dist/components/Email/templates/marketing/surveys/BetaFeedback.js +11 -0
- package/dist/components/Email/templates/marketing/surveys/BetaFeedback.js.map +1 -0
- package/dist/components/Email/templates/marketing/surveys/CSATSurvey.d.ts +5 -0
- package/dist/components/Email/templates/marketing/surveys/CSATSurvey.js +11 -0
- package/dist/components/Email/templates/marketing/surveys/CSATSurvey.js.map +1 -0
- package/dist/components/Email/templates/marketing/surveys/ExitSurvey.d.ts +7 -0
- package/dist/components/Email/templates/marketing/surveys/ExitSurvey.js +20 -0
- package/dist/components/Email/templates/marketing/surveys/ExitSurvey.js.map +1 -0
- package/dist/components/Email/templates/marketing/surveys/NPSSurvey.d.ts +7 -0
- package/dist/components/Email/templates/marketing/surveys/NPSSurvey.js +17 -0
- package/dist/components/Email/templates/marketing/surveys/NPSSurvey.js.map +1 -0
- package/dist/components/Email/templates/marketing/surveys/ProductFeedback.d.ts +5 -0
- package/dist/components/Email/templates/marketing/surveys/ProductFeedback.js +11 -0
- package/dist/components/Email/templates/marketing/surveys/ProductFeedback.js.map +1 -0
- package/dist/components/Email/templates/marketing/surveys/index.d.ts +5 -0
- package/dist/components/Email/templates/sales/ClientReferenceRequest.d.ts +8 -0
- package/dist/components/Email/templates/sales/ClientReferenceRequest.js +13 -0
- package/dist/components/Email/templates/sales/ClientReferenceRequest.js.map +1 -0
- package/dist/components/Email/templates/sales/ClientWinBack.d.ts +10 -0
- package/dist/components/Email/templates/sales/ClientWinBack.js +13 -0
- package/dist/components/Email/templates/sales/ClientWinBack.js.map +1 -0
- package/dist/components/Email/templates/sales/ColdOutreach.d.ts +11 -0
- package/dist/components/Email/templates/sales/ColdOutreach.js +13 -0
- package/dist/components/Email/templates/sales/ColdOutreach.js.map +1 -0
- package/dist/components/Email/templates/sales/FollowUpEmail.d.ts +9 -0
- package/dist/components/Email/templates/sales/FollowUpEmail.js +13 -0
- package/dist/components/Email/templates/sales/FollowUpEmail.js.map +1 -0
- package/dist/components/Email/templates/sales/ProjectTermination.d.ts +9 -0
- package/dist/components/Email/templates/sales/ProjectTermination.js +12 -0
- package/dist/components/Email/templates/sales/ProjectTermination.js.map +1 -0
- package/dist/components/Email/templates/sales/ProposalAccepted.d.ts +9 -0
- package/dist/components/Email/templates/sales/ProposalAccepted.js +13 -0
- package/dist/components/Email/templates/sales/ProposalAccepted.js.map +1 -0
- package/dist/components/Email/templates/sales/ScheduleDemo.d.ts +9 -0
- package/dist/components/Email/templates/sales/ScheduleDemo.js +13 -0
- package/dist/components/Email/templates/sales/ScheduleDemo.js.map +1 -0
- package/dist/components/Email/templates/sales/SendProposal.d.ts +9 -0
- package/dist/components/Email/templates/sales/SendProposal.js +14 -0
- package/dist/components/Email/templates/sales/SendProposal.js.map +1 -0
- package/dist/components/Email/templates/sales/index.d.ts +8 -0
- package/dist/components/Email/templates/security/AccountDeletedConfirmation.d.ts +8 -0
- package/dist/components/Email/templates/security/AccountDeletedConfirmation.js +13 -0
- package/dist/components/Email/templates/security/AccountDeletedConfirmation.js.map +1 -0
- package/dist/components/Email/templates/security/ApiKeyCreated.d.ts +9 -0
- package/dist/components/Email/templates/security/ApiKeyCreated.js +14 -0
- package/dist/components/Email/templates/security/ApiKeyCreated.js.map +1 -0
- package/dist/components/Email/templates/security/DataExportReady.d.ts +8 -0
- package/dist/components/Email/templates/security/DataExportReady.js +13 -0
- package/dist/components/Email/templates/security/DataExportReady.js.map +1 -0
- package/dist/components/Email/templates/security/NewLoginAlert.d.ts +10 -0
- package/dist/components/Email/templates/security/NewLoginAlert.js +13 -0
- package/dist/components/Email/templates/security/NewLoginAlert.js.map +1 -0
- package/dist/components/Email/templates/security/PolicyUpdateEmail.d.ts +9 -0
- package/dist/components/Email/templates/security/PolicyUpdateEmail.js +13 -0
- package/dist/components/Email/templates/security/PolicyUpdateEmail.js.map +1 -0
- package/dist/components/Email/templates/security/TwoFactorCode.d.ts +8 -0
- package/dist/components/Email/templates/security/TwoFactorCode.js +13 -0
- package/dist/components/Email/templates/security/TwoFactorCode.js.map +1 -0
- package/dist/components/Email/templates/security/index.d.ts +6 -0
- package/dist/components/Email/templates/support/SupportFeedbackRequest.d.ts +9 -0
- package/dist/components/Email/templates/support/SupportFeedbackRequest.js +15 -0
- package/dist/components/Email/templates/support/SupportFeedbackRequest.js.map +1 -0
- package/dist/components/Email/templates/support/TicketCreatedEmail.d.ts +9 -0
- package/dist/components/Email/templates/support/TicketCreatedEmail.js +13 -0
- package/dist/components/Email/templates/support/TicketCreatedEmail.js.map +1 -0
- package/dist/components/Email/templates/support/TicketReplyEmail.d.ts +9 -0
- package/dist/components/Email/templates/support/TicketReplyEmail.js +14 -0
- package/dist/components/Email/templates/support/TicketReplyEmail.js.map +1 -0
- package/dist/components/Email/templates/support/TicketResolvedEmail.d.ts +9 -0
- package/dist/components/Email/templates/support/TicketResolvedEmail.js +14 -0
- package/dist/components/Email/templates/support/TicketResolvedEmail.js.map +1 -0
- package/dist/components/Email/templates/support/index.d.ts +4 -0
- package/dist/components/Email/templates/system/IncidentReport.d.ts +10 -0
- package/dist/components/Email/templates/system/IncidentReport.js +13 -0
- package/dist/components/Email/templates/system/IncidentReport.js.map +1 -0
- package/dist/components/Email/templates/system/MaintenanceNotice.d.ts +9 -0
- package/dist/components/Email/templates/system/MaintenanceNotice.js +13 -0
- package/dist/components/Email/templates/system/MaintenanceNotice.js.map +1 -0
- package/dist/components/Email/templates/system/NotificationEmail.d.ts +10 -0
- package/dist/components/Email/templates/system/NotificationEmail.js +14 -0
- package/dist/components/Email/templates/system/NotificationEmail.js.map +1 -0
- package/dist/components/Email/templates/system/StatusPageUpdate.d.ts +10 -0
- package/dist/components/Email/templates/system/StatusPageUpdate.js +13 -0
- package/dist/components/Email/templates/system/StatusPageUpdate.js.map +1 -0
- package/dist/components/Email/templates/system/index.d.ts +4 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +122 -0
- package/dist/styles.css +1 -1
- package/package.json +12 -5
- package/dist/components/Auth/PasswordResetForm.d.ts +0 -9
- package/dist/components/Auth/PasswordResetForm.example.d.ts +0 -2
- package/dist/components/Auth/PasswordResetForm.example.js +0 -20
- package/dist/components/Auth/PasswordResetForm.example.js.map +0 -1
- package/dist/components/Auth/PasswordResetForm.js +0 -30
- package/dist/components/Auth/PasswordResetForm.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WaitlistWelcome.js","sources":["../../../../../src/components/Email/templates/growth/WaitlistWelcome.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section, Row, Column } from '@react-email/components';\nimport { EmailLayout, EmailButton, EmailDivider } from '../../components';\n\nexport interface WaitlistWelcomeProps {\n userName?: string;\n position?: number;\n estimatedInviteDate?: string;\n referralLink?: string;\n}\n\nexport const WaitlistWelcome: React.FC<WaitlistWelcomeProps> = ({\n userName = 'User',\n position = 1492,\n estimatedInviteDate = 'Next month',\n referralLink = 'https://example.com/waitlist?ref=user123'\n}) => {\n return (\n <EmailLayout previewText=\"You're on the waitlist!\" title=\"Welcome to the waitlist\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">You're on the list, {userName}!</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Thanks for joining the waitlist. We're rolling out access in batches, and you are currently in position <strong>#{position.toLocaleString()}</strong>. We estimate your invite will arrive <strong>{estimatedInviteDate}</strong>.\n </Text>\n <EmailDivider />\n <Text className=\"text-lg font-bold text-gray-900 dark:text-white mb-2\">Want to skip the line?</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Share your unique referral link with friends. For every friend who joins the waitlist, you'll jump 100 spots ahead!\n </Text>\n <Section className=\"text-center mb-6\">\n <EmailButton href={referralLink}>Copy Referral Link</EmailButton>\n </Section>\n </EmailLayout>\n );\n};\n\nexport default WaitlistWelcome;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;MAWa,eAAe,GAAmC,CAAC,EAC9D,QAAQ,GAAG,MAAM,EACjB,QAAQ,GAAG,IAAI,EACf,mBAAmB,GAAG,YAAY,EAClC,YAAY,GAAG,0CAA0C,EAC1D,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAC,yBAAyB,EAAC,KAAK,EAAC,yBAAyB,EAAA,QAAA,EAAA,CAChFA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,CAAA,sBAAA,EAAsB,QAAQ,SAAS,EAC9GA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,0GAAA,EACyBA,IAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAA,CAAA,GAAA,EAAU,QAAQ,CAAC,cAAc,EAAE,CAAA,EAAA,CAAU,EAAA,wCAAA,EAAsCC,0BAAS,mBAAmB,EAAA,CAAU,EAAA,GAAA,CAAA,EAAA,CAC5N,EACPA,IAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,uCAA8B,EACpGA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,qHAAA,EAAA,CAE1E,EACPA,IAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EACnCA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,mCAAkC,EAAA,CACzD,CAAA,EAAA,CACE;AAElB;;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './auth';
|
|
2
|
+
export * from './billing';
|
|
3
|
+
export * from './support';
|
|
4
|
+
export * from './security';
|
|
5
|
+
export * from './engagement';
|
|
6
|
+
export * from './growth';
|
|
7
|
+
export * from './system';
|
|
8
|
+
export * from './internal';
|
|
9
|
+
export * from './sales';
|
|
10
|
+
export * from './legal';
|
|
11
|
+
export * from './marketing';
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
export { WelcomeEmail } from './auth/WelcomeEmail.js';
|
|
2
|
+
export { ResetPasswordEmail } from './auth/ResetPasswordEmail.js';
|
|
3
|
+
export { ConfirmEmail } from './auth/ConfirmEmail.js';
|
|
4
|
+
export { MagicLinkEmail } from './auth/MagicLinkEmail.js';
|
|
5
|
+
export { EmailChangeVerification } from './auth/EmailChangeVerification.js';
|
|
6
|
+
export { PaymentFailedEmail } from './billing/PaymentFailedEmail.js';
|
|
7
|
+
export { InvoiceEmail } from './billing/InvoiceEmail.js';
|
|
8
|
+
export { TrialEndingEmail } from './billing/TrialEndingEmail.js';
|
|
9
|
+
export { SubscriptionCancelled } from './billing/SubscriptionCancelled.js';
|
|
10
|
+
export { SubscriptionConfirmation } from './billing/SubscriptionConfirmation.js';
|
|
11
|
+
export { CreditCardExpiring } from './billing/CreditCardExpiring.js';
|
|
12
|
+
export { PaymentReceipt } from './billing/PaymentReceipt.js';
|
|
13
|
+
export { OverduePaymentNotice } from './billing/OverduePaymentNotice.js';
|
|
14
|
+
export { TicketCreatedEmail } from './support/TicketCreatedEmail.js';
|
|
15
|
+
export { TicketResolvedEmail } from './support/TicketResolvedEmail.js';
|
|
16
|
+
export { TicketReplyEmail } from './support/TicketReplyEmail.js';
|
|
17
|
+
export { SupportFeedbackRequest } from './support/SupportFeedbackRequest.js';
|
|
18
|
+
export { NewLoginAlert } from './security/NewLoginAlert.js';
|
|
19
|
+
export { TwoFactorCode } from './security/TwoFactorCode.js';
|
|
20
|
+
export { DataExportReady } from './security/DataExportReady.js';
|
|
21
|
+
export { PolicyUpdateEmail } from './security/PolicyUpdateEmail.js';
|
|
22
|
+
export { AccountDeletedConfirmation } from './security/AccountDeletedConfirmation.js';
|
|
23
|
+
export { ApiKeyCreated } from './security/ApiKeyCreated.js';
|
|
24
|
+
export { FeatureAnnouncement } from './engagement/FeatureAnnouncement.js';
|
|
25
|
+
export { WeeklyDigest } from './engagement/WeeklyDigest.js';
|
|
26
|
+
export { MilestoneEmail } from './engagement/MilestoneEmail.js';
|
|
27
|
+
export { InactivityWarning } from './engagement/InactivityWarning.js';
|
|
28
|
+
export { TipOfWeek } from './engagement/TipOfWeek.js';
|
|
29
|
+
export { FeedbackRequestEmail } from './engagement/FeedbackRequestEmail.js';
|
|
30
|
+
export { TeamInviteEmail } from './engagement/TeamInviteEmail.js';
|
|
31
|
+
export { ProductChangelog } from './engagement/ProductChangelog.js';
|
|
32
|
+
export { ReferralInvite } from './growth/ReferralInvite.js';
|
|
33
|
+
export { WaitlistWelcome } from './growth/WaitlistWelcome.js';
|
|
34
|
+
export { ReferralReward } from './growth/ReferralReward.js';
|
|
35
|
+
export { ReferralConverted } from './growth/ReferralConverted.js';
|
|
36
|
+
export { SocialSharePrompt } from './growth/SocialSharePrompt.js';
|
|
37
|
+
export { MaintenanceNotice } from './system/MaintenanceNotice.js';
|
|
38
|
+
export { IncidentReport } from './system/IncidentReport.js';
|
|
39
|
+
export { NotificationEmail } from './system/NotificationEmail.js';
|
|
40
|
+
export { StatusPageUpdate } from './system/StatusPageUpdate.js';
|
|
41
|
+
export { BirthdayAnniversary } from './internal/hr/BirthdayAnniversary.js';
|
|
42
|
+
export { EmployeeFarewell } from './internal/hr/EmployeeFarewell.js';
|
|
43
|
+
export { PolicyUpdate } from './internal/hr/PolicyUpdate.js';
|
|
44
|
+
export { ExitInterviewRequest } from './internal/hr/ExitInterviewRequest.js';
|
|
45
|
+
export { NewHireAnnouncement } from './internal/hr/NewHireAnnouncement.js';
|
|
46
|
+
export { ITOutageReport } from './internal/it/ITOutageReport.js';
|
|
47
|
+
export { PasswordRotationReminder } from './internal/it/PasswordRotationReminder.js';
|
|
48
|
+
export { AppAccessGranted } from './internal/it/AppAccessGranted.js';
|
|
49
|
+
export { LeadershipUpdate } from './internal/comms/LeadershipUpdate.js';
|
|
50
|
+
export { MeetingRecap } from './internal/comms/MeetingRecap.js';
|
|
51
|
+
export { CompanyEventsCalendar } from './internal/comms/CompanyEventsCalendar.js';
|
|
52
|
+
export { ColdOutreach } from './sales/ColdOutreach.js';
|
|
53
|
+
export { FollowUpEmail } from './sales/FollowUpEmail.js';
|
|
54
|
+
export { ScheduleDemo } from './sales/ScheduleDemo.js';
|
|
55
|
+
export { SendProposal } from './sales/SendProposal.js';
|
|
56
|
+
export { ProposalAccepted } from './sales/ProposalAccepted.js';
|
|
57
|
+
export { ProjectTermination } from './sales/ProjectTermination.js';
|
|
58
|
+
export { ClientWinBack } from './sales/ClientWinBack.js';
|
|
59
|
+
export { ClientReferenceRequest } from './sales/ClientReferenceRequest.js';
|
|
60
|
+
export { DPANotice } from './legal/DPANotice.js';
|
|
61
|
+
export { PrivacyPolicyUpdate } from './legal/PrivacyPolicyUpdate.js';
|
|
62
|
+
export { TermsOfServiceUpdate } from './legal/TermsOfServiceUpdate.js';
|
|
63
|
+
export { DMCANotice } from './legal/DMCANotice.js';
|
|
64
|
+
export { GDPRCompliance } from './legal/GDPRCompliance.js';
|
|
65
|
+
export { WeeklyNewsletter } from './marketing/newsletters/WeeklyNewsletter.js';
|
|
66
|
+
export { MonthlyDigest } from './marketing/newsletters/MonthlyDigest.js';
|
|
67
|
+
export { CuratedIndustryNews } from './marketing/newsletters/CuratedIndustryNews.js';
|
|
68
|
+
export { NewBlogPost } from './marketing/blog/NewBlogPost.js';
|
|
69
|
+
export { BlogSeries } from './marketing/blog/BlogSeries.js';
|
|
70
|
+
export { BestOfRoundup } from './marketing/blog/BestOfRoundup.js';
|
|
71
|
+
export { LeadMagnetDelivery } from './marketing/lead-nurturing/LeadMagnetDelivery.js';
|
|
72
|
+
export { WebinarConfirmation } from './marketing/lead-nurturing/WebinarConfirmation.js';
|
|
73
|
+
export { WebinarReminder } from './marketing/lead-nurturing/WebinarReminder.js';
|
|
74
|
+
export { WebinarFollowup } from './marketing/lead-nurturing/WebinarFollowup.js';
|
|
75
|
+
export { DripCampaignDay1 } from './marketing/lead-nurturing/DripCampaignDay1.js';
|
|
76
|
+
export { DripCampaignComplete } from './marketing/lead-nurturing/DripCampaignComplete.js';
|
|
77
|
+
export { CaseStudyDelivery } from './marketing/lead-nurturing/CaseStudyDelivery.js';
|
|
78
|
+
export { AbandonedCart } from './marketing/promotional/AbandonedCart.js';
|
|
79
|
+
export { FlashSale } from './marketing/promotional/FlashSale.js';
|
|
80
|
+
export { BrowseAbandonment } from './marketing/promotional/BrowseAbandonment.js';
|
|
81
|
+
export { PriceDropAlert } from './marketing/promotional/PriceDropAlert.js';
|
|
82
|
+
export { BackInStock } from './marketing/promotional/BackInStock.js';
|
|
83
|
+
export { SeasonalCampaign } from './marketing/promotional/SeasonalCampaign.js';
|
|
84
|
+
export { BirthdayOffer } from './marketing/promotional/BirthdayOffer.js';
|
|
85
|
+
export { MilestoneDiscount } from './marketing/promotional/MilestoneDiscount.js';
|
|
86
|
+
export { EventAnnouncement } from './marketing/events/EventAnnouncement.js';
|
|
87
|
+
export { EarlyBirdReminder } from './marketing/events/EarlyBirdReminder.js';
|
|
88
|
+
export { ScheduleReleased } from './marketing/events/ScheduleReleased.js';
|
|
89
|
+
export { VIPInvite } from './marketing/events/VIPInvite.js';
|
|
90
|
+
export { PostEventThankYou } from './marketing/events/PostEventThankYou.js';
|
|
91
|
+
export { ConferenceSeries } from './marketing/events/ConferenceSeries.js';
|
|
92
|
+
export { WeMissYou30Day } from './marketing/reengagement/WeMissYou30Day.js';
|
|
93
|
+
export { ComeBack60Day } from './marketing/reengagement/ComeBack60Day.js';
|
|
94
|
+
export { LastChance90Day } from './marketing/reengagement/LastChance90Day.js';
|
|
95
|
+
export { ProductUpdateReengagement } from './marketing/reengagement/ProductUpdateReengagement.js';
|
|
96
|
+
export { SocialProof } from './marketing/social/SocialProof.js';
|
|
97
|
+
export { NewFollowerWelcome } from './marketing/social/NewFollowerWelcome.js';
|
|
98
|
+
export { ShareYourStory } from './marketing/social/ShareYourStory.js';
|
|
99
|
+
export { UserSpotlight } from './marketing/social/UserSpotlight.js';
|
|
100
|
+
export { CommunityMilestone } from './marketing/social/CommunityMilestone.js';
|
|
101
|
+
export { NPSSurvey } from './marketing/surveys/NPSSurvey.js';
|
|
102
|
+
export { ExitSurvey } from './marketing/surveys/ExitSurvey.js';
|
|
103
|
+
export { CSATSurvey } from './marketing/surveys/CSATSurvey.js';
|
|
104
|
+
export { ProductFeedback } from './marketing/surveys/ProductFeedback.js';
|
|
105
|
+
export { BetaFeedback } from './marketing/surveys/BetaFeedback.js';
|
|
106
|
+
export { AffiliateInvite } from './marketing/affiliate/AffiliateInvite.js';
|
|
107
|
+
export { AffiliateWelcome } from './marketing/affiliate/AffiliateWelcome.js';
|
|
108
|
+
export { AffiliatePayout } from './marketing/affiliate/AffiliatePayout.js';
|
|
109
|
+
export { AffiliateTopPerformer } from './marketing/affiliate/AffiliateTopPerformer.js';
|
|
110
|
+
export { PartnerComarketing } from './marketing/affiliate/PartnerComarketing.js';
|
|
111
|
+
export { NewGuideEbook } from './marketing/content/NewGuideEbook.js';
|
|
112
|
+
export { ToolTemplateDelivery } from './marketing/content/ToolTemplateDelivery.js';
|
|
113
|
+
export { InfographicEmail } from './marketing/content/InfographicEmail.js';
|
|
114
|
+
export { PodcastEpisode } from './marketing/content/PodcastEpisode.js';
|
|
115
|
+
export { YouTubeNotification } from './marketing/content/YouTubeNotification.js';
|
|
116
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface EventItem {
|
|
3
|
+
date: string;
|
|
4
|
+
name: string;
|
|
5
|
+
time?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface CompanyEventsCalendarProps {
|
|
8
|
+
month?: string;
|
|
9
|
+
events?: EventItem[];
|
|
10
|
+
calendarLink?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const CompanyEventsCalendar: React.FC<CompanyEventsCalendarProps>;
|
|
13
|
+
export default CompanyEventsCalendar;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
import { Row } from '../../../../../node_modules/@react-email/row/dist/index.js';
|
|
8
|
+
import { Column } from '../../../../../node_modules/@react-email/column/dist/index.js';
|
|
9
|
+
|
|
10
|
+
const CompanyEventsCalendar = ({ month = 'November 2026', events = [
|
|
11
|
+
{ date: 'Nov 4', name: 'Town Hall Meeting', time: '10:00 AM' },
|
|
12
|
+
{ date: 'Nov 11', name: 'Veterans Day (Office Closed)' },
|
|
13
|
+
{ date: 'Nov 26', name: 'Thanksgiving Potluck', time: '12:00 PM' }
|
|
14
|
+
], calendarLink = 'https://calendar.example.com' }) => {
|
|
15
|
+
return (jsxs(EmailLayout, { previewText: `Upcoming events for ${month}`, title: "Company Events", children: [jsxs(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-6", children: ["Upcoming Events: ", month] }), jsx(Section, { className: "mb-6", children: events.map((event, index) => (jsxs(Row, { className: "bg-gray-50 dark:bg-gray-700 p-4 mb-2 rounded-lg border border-gray-100 dark:border-gray-600", children: [jsx(Column, { style: { width: '80px' }, children: jsx(Text, { className: "text-blue-600 dark:text-blue-400 font-bold m-0", children: event.date }) }), jsxs(Column, { children: [jsx(Text, { className: "text-gray-900 dark:text-white font-semibold m-0", children: event.name }), event.time && jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm m-0 mt-1", children: event.time })] })] }, index))) }), jsx(Section, { className: "text-center mb-6", children: jsx(EmailButton, { href: calendarLink, children: "View Full Calendar" }) })] }));
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export { CompanyEventsCalendar, CompanyEventsCalendar as default };
|
|
19
|
+
//# sourceMappingURL=CompanyEventsCalendar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompanyEventsCalendar.js","sources":["../../../../../../src/components/Email/templates/internal/comms/CompanyEventsCalendar.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section, Row, Column } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport interface EventItem {\n date: string;\n name: string;\n time?: string;\n}\n\nexport interface CompanyEventsCalendarProps {\n month?: string;\n events?: EventItem[];\n calendarLink?: string;\n}\n\nexport const CompanyEventsCalendar: React.FC<CompanyEventsCalendarProps> = ({\n month = 'November 2026',\n events = [\n { date: 'Nov 4', name: 'Town Hall Meeting', time: '10:00 AM' },\n { date: 'Nov 11', name: 'Veterans Day (Office Closed)' },\n { date: 'Nov 26', name: 'Thanksgiving Potluck', time: '12:00 PM' }\n ],\n calendarLink = 'https://calendar.example.com'\n}) => {\n return (\n <EmailLayout previewText={`Upcoming events for ${month}`} title=\"Company Events\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-6\">Upcoming Events: {month}</Text>\n <Section className=\"mb-6\">\n {events.map((event, index) => (\n <Row key={index} className=\"bg-gray-50 dark:bg-gray-700 p-4 mb-2 rounded-lg border border-gray-100 dark:border-gray-600\">\n <Column style={{ width: '80px' }}><Text className=\"text-blue-600 dark:text-blue-400 font-bold m-0\">{event.date}</Text></Column>\n <Column><Text className=\"text-gray-900 dark:text-white font-semibold m-0\">{event.name}</Text>{event.time && <Text className=\"text-gray-500 dark:text-gray-400 text-sm m-0 mt-1\">{event.time}</Text>}</Column>\n </Row>\n ))}\n </Section>\n <Section className=\"text-center mb-6\"><EmailButton href={calendarLink}>View Full Calendar</EmailButton></Section>\n </EmailLayout>\n );\n};\n\nexport default CompanyEventsCalendar;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;;AAgBO,MAAM,qBAAqB,GAAyC,CAAC,EAC1E,KAAK,GAAG,eAAe,EACvB,MAAM,GAAG;IACP,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,mBAAmB,EAAE,IAAI,EAAE,UAAU,EAAE;AAC9D,IAAA,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,8BAA8B,EAAE;IACxD,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,sBAAsB,EAAE,IAAI,EAAE,UAAU;AACjE,CAAA,EACD,YAAY,GAAG,8BAA8B,EAC9C,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,oBAAA,EAAuB,KAAK,CAAA,CAAE,EAAE,KAAK,EAAC,gBAAgB,EAAA,QAAA,EAAA,CAC9EA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,CAAA,mBAAA,EAAmB,KAAK,CAAA,EAAA,CAAQ,EACvGC,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EACtB,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,KAAK,MACvBD,IAAA,CAAC,GAAG,EAAA,EAAa,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAAA,CACtHC,GAAA,CAAC,MAAM,EAAA,EAAC,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,EAAA,QAAA,EAAEA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,gDAAgD,EAAA,QAAA,EAAE,KAAK,CAAC,IAAI,EAAA,CAAQ,EAAA,CAAS,EAC/HD,IAAA,CAAC,MAAM,EAAA,EAAA,QAAA,EAAA,CAACC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iDAAiD,EAAA,QAAA,EAAE,KAAK,CAAC,IAAI,EAAA,CAAQ,EAAC,KAAK,CAAC,IAAI,IAAIA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,mDAAmD,EAAA,QAAA,EAAE,KAAK,CAAC,IAAI,EAAA,CAAQ,CAAA,EAAA,CAAU,CAAA,EAAA,EAFrM,KAAK,CAGT,CACP,CAAC,EAAA,CACM,EACVA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,kBAAkB,EAAA,QAAA,EAACA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,YAAY,EAAA,QAAA,EAAA,oBAAA,EAAA,CAAkC,EAAA,CAAU,CAAA,EAAA,CACrG;AAElB;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface LeadershipUpdateProps {
|
|
3
|
+
senderName?: string;
|
|
4
|
+
senderTitle?: string;
|
|
5
|
+
subject?: string;
|
|
6
|
+
messageBlocks?: string[];
|
|
7
|
+
}
|
|
8
|
+
export declare const LeadershipUpdate: React.FC<LeadershipUpdateProps>;
|
|
9
|
+
export default LeadershipUpdate;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailDivider } from '../../../components/EmailDivider.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
|
|
7
|
+
const LeadershipUpdate = ({ senderName = 'Jane Doe', senderTitle = 'CEO', subject = 'Q3 Company Update', messageBlocks = [
|
|
8
|
+
'I want to take a moment to reflect on our outstanding performance this past quarter. Thanks to your hard work, we hit all of our primary OKRs.',
|
|
9
|
+
'As we move into Q4, our focus will shift towards expanding our enterprise offerings and finalizing the upcoming product launch.',
|
|
10
|
+
'Thank you all for your continued dedication.'
|
|
11
|
+
] }) => {
|
|
12
|
+
return (jsxs(EmailLayout, { previewText: subject, title: subject, children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-6", children: subject }), messageBlocks.map((block, index) => (jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4", children: block }, index))), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-900 dark:text-white font-semibold text-base m-0", children: senderName }), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm m-0", children: senderTitle })] }));
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { LeadershipUpdate, LeadershipUpdate as default };
|
|
16
|
+
//# sourceMappingURL=LeadershipUpdate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LeadershipUpdate.js","sources":["../../../../../../src/components/Email/templates/internal/comms/LeadershipUpdate.tsx"],"sourcesContent":["import React from 'react';\nimport { Text } from '@react-email/components';\nimport { EmailLayout, EmailDivider } from '../../../components';\n\nexport interface LeadershipUpdateProps {\n senderName?: string;\n senderTitle?: string;\n subject?: string;\n messageBlocks?: string[];\n}\n\nexport const LeadershipUpdate: React.FC<LeadershipUpdateProps> = ({\n senderName = 'Jane Doe',\n senderTitle = 'CEO',\n subject = 'Q3 Company Update',\n messageBlocks = [\n 'I want to take a moment to reflect on our outstanding performance this past quarter. Thanks to your hard work, we hit all of our primary OKRs.',\n 'As we move into Q4, our focus will shift towards expanding our enterprise offerings and finalizing the upcoming product launch.',\n 'Thank you all for your continued dedication.'\n ]\n}) => {\n return (\n <EmailLayout previewText={subject} title={subject}>\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-6\">{subject}</Text>\n {messageBlocks.map((block, index) => (\n <Text key={index} className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-4\">\n {block}\n </Text>\n ))}\n <EmailDivider />\n <Text className=\"text-gray-900 dark:text-white font-semibold text-base m-0\">{senderName}</Text>\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm m-0\">{senderTitle}</Text>\n </EmailLayout>\n );\n};\n\nexport default LeadershipUpdate;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;AAWO,MAAM,gBAAgB,GAAoC,CAAC,EAChE,UAAU,GAAG,UAAU,EACvB,WAAW,GAAG,KAAK,EACnB,OAAO,GAAG,mBAAmB,EAC7B,aAAa,GAAG;IACd,gJAAgJ;IAChJ,iIAAiI;IACjI;AACD,CAAA,EACF,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAA,QAAA,EAAA,CAC/CC,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAE,OAAO,EAAA,CAAQ,EACvF,aAAa,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,KAAK,MAC9BA,GAAA,CAAC,IAAI,EAAA,EAAa,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAC1F,KAAK,IADG,KAAK,CAET,CACR,CAAC,EACFA,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,2DAA2D,EAAA,QAAA,EAAE,UAAU,EAAA,CAAQ,EAC/FA,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,8CAA8C,EAAA,QAAA,EAAE,WAAW,EAAA,CAAQ,CAAA,EAAA,CACvE;AAElB;;;;"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface MeetingRecapProps {
|
|
3
|
+
meetingTitle?: string;
|
|
4
|
+
date?: string;
|
|
5
|
+
summary?: string;
|
|
6
|
+
actionItems?: string[];
|
|
7
|
+
notesLink?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare const MeetingRecap: React.FC<MeetingRecapProps>;
|
|
10
|
+
export default MeetingRecap;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailButton } from '../../../components/EmailButton.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
import { Row } from '../../../../../node_modules/@react-email/row/dist/index.js';
|
|
8
|
+
import { Column } from '../../../../../node_modules/@react-email/column/dist/index.js';
|
|
9
|
+
|
|
10
|
+
const MeetingRecap = ({ meetingTitle = 'Weekly Engineering Sync', date = 'May 8, 2026', summary = 'We discussed the upcoming deployment schedule and identified potential bottlenecks in the CI/CD pipeline.', actionItems = [
|
|
11
|
+
'Alex: Review the staging server logs',
|
|
12
|
+
'Jordan: Draft the deployment runbook',
|
|
13
|
+
'Sam: Update the frontend dependencies'
|
|
14
|
+
], notesLink = 'https://docs.example.com/meetings/123' }) => {
|
|
15
|
+
return (jsxs(EmailLayout, { previewText: `Notes from ${meetingTitle}`, title: "Meeting Recap", children: [jsx(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-2", children: meetingTitle }), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm mb-6", children: date }), 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: "Summary:" }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 m-0", children: summary })] }), jsx(Text, { className: "text-lg font-bold text-gray-900 dark:text-white mb-4", children: "Action Items" }), jsx(Section, { className: "mb-6", children: actionItems.map((item, index) => (jsxs(Row, { className: "mb-2", children: [jsx(Column, { style: { width: '24px' }, children: jsx(Text, { className: "m-0 text-gray-400", children: "\u2610" }) }), jsx(Column, { children: jsx(Text, { className: "m-0 text-gray-700 dark:text-gray-300", children: item }) })] }, index))) }), jsx(Section, { className: "text-center", children: jsx(EmailButton, { href: notesLink, children: "View Full Notes" }) })] }));
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export { MeetingRecap, MeetingRecap as default };
|
|
19
|
+
//# sourceMappingURL=MeetingRecap.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeetingRecap.js","sources":["../../../../../../src/components/Email/templates/internal/comms/MeetingRecap.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section, Row, Column } from '@react-email/components';\nimport { EmailLayout, EmailButton } from '../../../components';\n\nexport interface MeetingRecapProps {\n meetingTitle?: string;\n date?: string;\n summary?: string;\n actionItems?: string[];\n notesLink?: string;\n}\n\nexport const MeetingRecap: React.FC<MeetingRecapProps> = ({\n meetingTitle = 'Weekly Engineering Sync',\n date = 'May 8, 2026',\n summary = 'We discussed the upcoming deployment schedule and identified potential bottlenecks in the CI/CD pipeline.',\n actionItems = [\n 'Alex: Review the staging server logs',\n 'Jordan: Draft the deployment runbook',\n 'Sam: Update the frontend dependencies'\n ],\n notesLink = 'https://docs.example.com/meetings/123'\n}) => {\n return (\n <EmailLayout previewText={`Notes from ${meetingTitle}`} title=\"Meeting Recap\">\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-2\">{meetingTitle}</Text>\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm mb-6\">{date}</Text>\n \n <Section className=\"bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600\">\n <Text className=\"text-gray-900 dark:text-white font-semibold m-0 mb-2\">Summary:</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 m-0\">{summary}</Text>\n </Section>\n\n <Text className=\"text-lg font-bold text-gray-900 dark:text-white mb-4\">Action Items</Text>\n <Section className=\"mb-6\">\n {actionItems.map((item, index) => (\n <Row key={index} className=\"mb-2\">\n <Column style={{ width: '24px' }}><Text className=\"m-0 text-gray-400\">☐</Text></Column>\n <Column><Text className=\"m-0 text-gray-700 dark:text-gray-300\">{item}</Text></Column>\n </Row>\n ))}\n </Section>\n <Section className=\"text-center\"><EmailButton href={notesLink}>View Full Notes</EmailButton></Section>\n </EmailLayout>\n );\n};\n\nexport default MeetingRecap;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;;AAYO,MAAM,YAAY,GAAgC,CAAC,EACxD,YAAY,GAAG,yBAAyB,EACxC,IAAI,GAAG,aAAa,EACpB,OAAO,GAAG,2GAA2G,EACrH,WAAW,GAAG;IACZ,sCAAsC;IACtC,sCAAsC;IACtC;AACD,CAAA,EACD,SAAS,GAAG,uCAAuC,EACpD,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,WAAA,EAAc,YAAY,CAAA,CAAE,EAAE,KAAK,EAAC,eAAe,EAAA,QAAA,EAAA,CAC3EC,IAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAE,YAAY,EAAA,CAAQ,EAC7FA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,+CAA+C,EAAA,QAAA,EAAE,IAAI,EAAA,CAAQ,EAE7ED,IAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAAA,CAC9GC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sDAAsD,yBAAgB,EACtFA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sCAAsC,EAAA,QAAA,EAAE,OAAO,GAAQ,CAAA,EAAA,CAC/D,EAEVA,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,sDAAsD,EAAA,QAAA,EAAA,cAAA,EAAA,CAAoB,EAC1FA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,MAAM,EAAA,QAAA,EACtB,WAAW,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,MAC3BD,IAAA,CAAC,GAAG,EAAA,EAAa,SAAS,EAAC,MAAM,EAAA,QAAA,EAAA,CAC/BC,GAAA,CAAC,MAAM,IAAC,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,EAAA,QAAA,EAAEA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,mBAAmB,uBAAS,EAAA,CAAS,EACvFA,GAAA,CAAC,MAAM,EAAA,EAAA,QAAA,EAACA,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,sCAAsC,EAAA,QAAA,EAAE,IAAI,GAAQ,EAAA,CAAS,CAAA,EAAA,EAF7E,KAAK,CAGT,CACP,CAAC,EAAA,CACM,EACVA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,aAAa,YAACA,GAAA,CAAC,WAAW,EAAA,EAAC,IAAI,EAAE,SAAS,EAAA,QAAA,EAAA,iBAAA,EAAA,CAA+B,EAAA,CAAU,CAAA,EAAA,CAC1F;AAElB;;;;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface BirthdayAnniversaryProps {
|
|
3
|
+
employeeName?: string;
|
|
4
|
+
type?: 'Birthday' | 'Work Anniversary';
|
|
5
|
+
years?: number;
|
|
6
|
+
}
|
|
7
|
+
export declare const BirthdayAnniversary: React.FC<BirthdayAnniversaryProps>;
|
|
8
|
+
export default BirthdayAnniversary;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
5
|
+
|
|
6
|
+
const BirthdayAnniversary = ({ employeeName = 'Alex', type = 'Work Anniversary', years = 3 }) => {
|
|
7
|
+
const isBirthday = type === 'Birthday';
|
|
8
|
+
return (jsxs(EmailLayout, { previewText: `Happy ${type}, ${employeeName}!`, title: `Happy ${type}!`, children: [jsx(Text, { className: "text-4xl text-center mb-4", children: isBirthday ? '🎂' : '🏆' }), jsxs(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4 text-center", children: ["Happy ", type, ", ", employeeName, "!"] }), jsx(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6 text-center", children: isBirthday
|
|
9
|
+
? 'Wishing you a fantastic birthday and a great year ahead! We hope you take some time to celebrate and enjoy your special day.'
|
|
10
|
+
: `Thank you for being an amazing part of our team for ${years} ${years === 1 ? 'year' : 'years'}! We deeply appreciate your hard work and dedication.` })] }));
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export { BirthdayAnniversary, BirthdayAnniversary as default };
|
|
14
|
+
//# sourceMappingURL=BirthdayAnniversary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BirthdayAnniversary.js","sources":["../../../../../../src/components/Email/templates/internal/hr/BirthdayAnniversary.tsx"],"sourcesContent":["import React from 'react';\nimport { Text } from '@react-email/components';\nimport { EmailLayout } from '../../../components';\n\nexport interface BirthdayAnniversaryProps {\n employeeName?: string;\n type?: 'Birthday' | 'Work Anniversary';\n years?: number;\n}\n\nexport const BirthdayAnniversary: React.FC<BirthdayAnniversaryProps> = ({\n employeeName = 'Alex',\n type = 'Work Anniversary',\n years = 3\n}) => {\n const isBirthday = type === 'Birthday';\n return (\n <EmailLayout previewText={`Happy ${type}, ${employeeName}!`} title={`Happy ${type}!`}>\n <Text className=\"text-4xl text-center mb-4\">{isBirthday ? '🎂' : '🏆'}</Text>\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4 text-center\">\n Happy {type}, {employeeName}!\n </Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6 text-center\">\n {isBirthday \n ? 'Wishing you a fantastic birthday and a great year ahead! We hope you take some time to celebrate and enjoy your special day.' \n : `Thank you for being an amazing part of our team for ${years} ${years === 1 ? 'year' : 'years'}! We deeply appreciate your hard work and dedication.`}\n </Text>\n </EmailLayout>\n );\n};\n\nexport default BirthdayAnniversary;"],"names":["_jsxs","_jsx"],"mappings":";;;;;AAUO,MAAM,mBAAmB,GAAuC,CAAC,EACtE,YAAY,GAAG,MAAM,EACrB,IAAI,GAAG,kBAAkB,EACzB,KAAK,GAAG,CAAC,EACV,KAAI;AACH,IAAA,MAAM,UAAU,GAAG,IAAI,KAAK,UAAU;IACtC,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,MAAA,EAAS,IAAI,CAAA,EAAA,EAAK,YAAY,CAAA,CAAA,CAAG,EAAE,KAAK,EAAE,CAAA,MAAA,EAAS,IAAI,CAAA,CAAA,CAAG,EAAA,QAAA,EAAA,CAClFC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,2BAA2B,EAAA,QAAA,EAAE,UAAU,GAAG,IAAI,GAAG,IAAI,EAAA,CAAQ,EAC7ED,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,mEAAmE,uBAC1E,IAAI,EAAA,IAAA,EAAI,YAAY,EAAA,GAAA,CAAA,EAAA,CACtB,EACPC,GAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,6EAA6E,EAAA,QAAA,EAC1F;AACC,sBAAE;AACF,sBAAE,CAAA,oDAAA,EAAuD,KAAK,IAAI,KAAK,KAAK,CAAC,GAAG,MAAM,GAAG,OAAO,uDAAuD,EAAA,CACpJ,CAAA,EAAA,CACK;AAElB;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface EmployeeFarewellProps {
|
|
3
|
+
employeeName?: string;
|
|
4
|
+
role?: string;
|
|
5
|
+
lastDay?: string;
|
|
6
|
+
farewellMessage?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const EmployeeFarewell: React.FC<EmployeeFarewellProps>;
|
|
9
|
+
export default EmployeeFarewell;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { EmailDivider } from '../../../components/EmailDivider.js';
|
|
3
|
+
import { EmailLayout } from '../../../components/EmailLayout.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { Text } from '../../../../../node_modules/@react-email/text/dist/index.js';
|
|
6
|
+
import { Section } from '../../../../../node_modules/@react-email/section/dist/index.js';
|
|
7
|
+
|
|
8
|
+
const EmployeeFarewell = ({ employeeName = 'Jordan Smith', role = 'Product Manager', lastDay = 'Friday, October 20th', farewellMessage = 'Jordan is moving on to a new adventure. We are incredibly grateful for their contributions over the past few years.' }) => {
|
|
9
|
+
return (jsxs(EmailLayout, { previewText: `Farewell to ${employeeName}`, title: `Farewell ${employeeName}`, children: [jsxs(Text, { className: "text-2xl font-bold text-gray-900 dark:text-white mb-4", children: ["Farewell, ", employeeName] }), jsxs(Text, { className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6", children: ["Team, we want to share that ", jsx("strong", { children: employeeName }), ", our ", jsx("strong", { children: role }), ", will be leaving the company. Their last day will be ", jsx("strong", { children: lastDay }), "."] }), 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 italic", children: ["\"", farewellMessage, "\""] }) }), jsx(EmailDivider, {}), jsx(Text, { className: "text-gray-500 dark:text-gray-400 text-sm", children: "Please take a moment to reach out and wish them the best in their next chapter!" })] }));
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export { EmployeeFarewell, EmployeeFarewell as default };
|
|
13
|
+
//# sourceMappingURL=EmployeeFarewell.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmployeeFarewell.js","sources":["../../../../../../src/components/Email/templates/internal/hr/EmployeeFarewell.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, Section } from '@react-email/components';\nimport { EmailLayout, EmailDivider } from '../../../components';\n\nexport interface EmployeeFarewellProps {\n employeeName?: string;\n role?: string;\n lastDay?: string;\n farewellMessage?: string;\n}\n\nexport const EmployeeFarewell: React.FC<EmployeeFarewellProps> = ({\n employeeName = 'Jordan Smith',\n role = 'Product Manager',\n lastDay = 'Friday, October 20th',\n farewellMessage = 'Jordan is moving on to a new adventure. We are incredibly grateful for their contributions over the past few years.'\n}) => {\n return (\n <EmailLayout previewText={`Farewell to ${employeeName}`} title={`Farewell ${employeeName}`}>\n <Text className=\"text-2xl font-bold text-gray-900 dark:text-white mb-4\">Farewell, {employeeName}</Text>\n <Text className=\"text-gray-700 dark:text-gray-300 text-base leading-relaxed mb-6\">\n Team, we want to share that <strong>{employeeName}</strong>, our <strong>{role}</strong>, will be leaving the company. Their last day will be <strong>{lastDay}</strong>.\n </Text>\n <Section className=\"bg-gray-50 dark:bg-gray-700 p-4 rounded-lg mb-6 border border-gray-100 dark:border-gray-600\">\n <Text className=\"text-gray-700 dark:text-gray-300 m-0 italic\">\"{farewellMessage}\"</Text>\n </Section>\n <EmailDivider />\n <Text className=\"text-gray-500 dark:text-gray-400 text-sm\">Please take a moment to reach out and wish them the best in their next chapter!</Text>\n </EmailLayout>\n );\n};\n\nexport default EmployeeFarewell;"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;MAWa,gBAAgB,GAAoC,CAAC,EAChE,YAAY,GAAG,cAAc,EAC7B,IAAI,GAAG,iBAAiB,EACxB,OAAO,GAAG,sBAAsB,EAChC,eAAe,GAAG,qHAAqH,EACxI,KAAI;AACH,IAAA,QACEA,IAAA,CAAC,WAAW,EAAA,EAAC,WAAW,EAAE,CAAA,YAAA,EAAe,YAAY,CAAA,CAAE,EAAE,KAAK,EAAE,CAAA,SAAA,EAAY,YAAY,CAAA,CAAE,aACxFA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,uDAAuD,EAAA,QAAA,EAAA,CAAA,YAAA,EAAY,YAAY,CAAA,EAAA,CAAQ,EACvGA,IAAA,CAAC,IAAI,EAAA,EAAC,SAAS,EAAC,iEAAiE,EAAA,QAAA,EAAA,CAAA,8BAAA,EACnDC,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,YAAY,GAAU,EAAA,QAAA,EAAMA,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,IAAI,EAAA,CAAU,4DAAsDA,GAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAS,OAAO,EAAA,CAAU,EAAA,GAAA,CAAA,EAAA,CACnK,EACPA,GAAA,CAAC,OAAO,EAAA,EAAC,SAAS,EAAC,6FAA6F,EAAA,QAAA,EAC9GD,IAAA,CAAC,IAAI,IAAC,SAAS,EAAC,6CAA6C,EAAA,QAAA,EAAA,CAAA,IAAA,EAAG,eAAe,EAAA,IAAA,CAAA,EAAA,CAAS,EAAA,CAChF,EACVC,GAAA,CAAC,YAAY,EAAA,EAAA,CAAG,EAChBA,GAAA,CAAC,IAAI,IAAC,SAAS,EAAC,0CAA0C,EAAA,QAAA,EAAA,iFAAA,EAAA,CAAuF,CAAA,EAAA,CACrI;AAElB;;;;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface ExitInterviewRequestProps {
|
|
3
|
+
employeeName?: string;
|
|
4
|
+
hrContact?: string;
|
|
5
|
+
schedulingLink?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const ExitInterviewRequest: React.FC<ExitInterviewRequestProps>;
|
|
8
|
+
export default ExitInterviewRequest;
|
|
@@ -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
|