@inkeep/agents-email 0.58.19 → 0.58.21
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime4 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/email-button.d.ts
|
|
5
5
|
interface EmailButtonProps {
|
|
@@ -9,6 +9,6 @@ interface EmailButtonProps {
|
|
|
9
9
|
declare function EmailButton({
|
|
10
10
|
href,
|
|
11
11
|
children
|
|
12
|
-
}: EmailButtonProps):
|
|
12
|
+
}: EmailButtonProps): react_jsx_runtime4.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { EmailButton };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime3 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/email-footer.d.ts
|
|
4
4
|
interface EmailFooterProps {
|
|
@@ -6,6 +6,6 @@ interface EmailFooterProps {
|
|
|
6
6
|
}
|
|
7
7
|
declare function EmailFooter({
|
|
8
8
|
securityText
|
|
9
|
-
}: EmailFooterProps):
|
|
9
|
+
}: EmailFooterProps): react_jsx_runtime3.JSX.Element;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { EmailFooter };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/email-layout.d.ts
|
|
5
5
|
interface EmailLayoutProps {
|
|
@@ -11,6 +11,6 @@ declare function EmailLayout({
|
|
|
11
11
|
previewText,
|
|
12
12
|
securityText,
|
|
13
13
|
children
|
|
14
|
-
}: EmailLayoutProps):
|
|
14
|
+
}: EmailLayoutProps): react_jsx_runtime0.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { EmailLayout };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { InvitationEmailData } from "../types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/templates/invitation.d.ts
|
|
5
5
|
interface InvitationEmailProps {
|
|
@@ -7,6 +7,6 @@ interface InvitationEmailProps {
|
|
|
7
7
|
}
|
|
8
8
|
declare function InvitationEmail({
|
|
9
9
|
data
|
|
10
|
-
}: InvitationEmailProps):
|
|
10
|
+
}: InvitationEmailProps): react_jsx_runtime1.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { InvitationEmail };
|