Bump the npm-email-templates group in /supabase/email-templates with 1 update (#61)

* Bump the npm-email-templates group

Bumps the npm-email-templates group in /supabase/email-templates with 1 update: [@react-email/components](https://github.com/resendlabs/react-email/tree/HEAD/packages/components).

- [Release notes](https://github.com/resendlabs/react-email/releases)
- [Changelog](https://github.com/resendlabs/react-email/blob/main/docs/changelog.mdx)
- [Commits](https://github.com/resendlabs/react-email/commits/HEAD/packages/components)

---
updated-dependencies:
- dependency-name: "@react-email/components"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-email-templates
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Email Templates

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ricoberger <mail@ricoberger.de>
This commit is contained in:
dependabot[bot]
2023-11-05 23:07:07 +01:00
committed by GitHub
parent ff76531962
commit a7639344a1
7 changed files with 797 additions and 706 deletions

View File

@@ -34,9 +34,8 @@ const ChangeEmailAddress = () => {
</Text>
<Section className="text-center mt-[32px] mb-[32px]">
<Button
pX={20}
pY={12}
className="bg-[#49d3b4] rounded text-[#1f2229] text-xs font-semibold no-underline text-center"
style={{ padding: "12px 20px" }}
href="{{ .SiteURL }}/confirmation?template=change-email-address&confirmation_url={{ .ConfirmationURL }}"
>
Confirm Change of Email Address

View File

@@ -42,9 +42,8 @@ const ConfirmSignup = () => {
</Text>
<Section className="text-center mt-[32px] mb-[32px]">
<Button
pX={20}
pY={12}
className="bg-[#49d3b4] rounded text-[#1f2229] text-xs font-semibold no-underline text-center"
style={{ padding: "12px 20px" }}
href="{{ .SiteURL }}/confirmation?template=confirm-signup&confirmation_url={{ .ConfirmationURL }}"
>
Confirm Sign Up

View File

@@ -31,9 +31,8 @@ const InviteUser = () => {
</Text>
<Section className="text-center mt-[32px] mb-[32px]">
<Button
pX={20}
pY={12}
className="bg-[#49d3b4] rounded text-[#1f2229] text-xs font-semibold no-underline text-center"
style={{ padding: "12px 20px" }}
href="{{ .SiteURL }}/confirmation?template=invite-user&confirmation_url={{ .ConfirmationURL }}"
>
Accept Invite

View File

@@ -31,9 +31,8 @@ const InviteUser = () => {
</Text>
<Section className="text-center mt-[32px] mb-[32px]">
<Button
pX={20}
pY={12}
className="bg-[#49d3b4] rounded text-[#1f2229] text-xs font-semibold no-underline text-center"
style={{ padding: "12px 20px" }}
href="{{ .SiteURL }}/confirmation?template=magic-link&confirmation_url={{ .ConfirmationURL }}"
>
Sign In

View File

@@ -32,9 +32,8 @@ const ResetPassword = () => {
</Text>
<Section className="text-center mt-[32px] mb-[32px]">
<Button
pX={20}
pY={12}
className="bg-[#49d3b4] rounded text-[#1f2229] text-xs font-semibold no-underline text-center"
style={{ padding: "12px 20px" }}
href="{{ .SiteURL }}/confirmation?template=reset-password&confirmation_url={{ .ConfirmationURL }}"
>
Reset Password

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@
"export": "email export"
},
"dependencies": {
"@react-email/components": "^0.0.7",
"@react-email/components": "^0.0.10",
"react-email": "^1.9.5"
}
}