@xylex-group/athena-auth-ui/email
Transactional email components plus template metadata helpers for auth lifecycle messages such as resets, verification, invitations, and security alerts.
Import
import { ExampleExport } from "@xylex-group/athena-auth-ui/email"Exported Docs
- EmailChangedEmail: Transactional email component for the email changed flow.
- EmailVerificationEmail: Transactional email component for the email verification flow.
- getAthenaAuthEmailTemplate: Looks up one exported Athena Auth email template metadata entry by its public
templateKey. - getAthenaAuthEmailTemplateCatalog: Returns the full exported Athena Auth email template metadata catalog for documentation, admin tooling, or template-key lookups.
- MagicLinkEmail: Transactional email component for the magic link flow.
- NewDeviceEmail: Transactional email component for the new device flow.
- OrganizationInvitationEmail: Transactional email component for organization invitations with the canonical Athena Auth template key metadata.
- OtpEmail: Transactional email component for the otp flow.
- PasswordChangedEmail: Transactional email component for the password changed flow.
- ResetPasswordEmail: Transactional email component for the reset password flow.
- withAthenaAuthEmailTemplate: Attaches stable Athena Auth email template metadata onto a React email component so consumers can map it back to
email_templates.template_keyrows.