@tmlmobilidade/emails 20260605.1724.13 → 20260605.2048.14

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.
@@ -4,5 +4,5 @@ interface AnchorProps {
4
4
  spaceBefore?: boolean;
5
5
  text: string;
6
6
  }
7
- export declare function Anchor({ href, spaceAfter, spaceBefore, text }: AnchorProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function Anchor({ href, spaceAfter, spaceBefore, text }: AnchorProps): import("react").JSX.Element;
8
8
  export {};
@@ -1 +1 @@
1
- export declare function CoverLogo(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function CoverLogo(): import("react").JSX.Element;
@@ -2,4 +2,4 @@ export interface DebugCodeProps {
2
2
  label?: string;
3
3
  value: string;
4
4
  }
5
- export declare function DebugCode({ label, value }: DebugCodeProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function DebugCode({ label, value }: DebugCodeProps): import("react").JSX.Element;
@@ -1 +1 @@
1
- export declare function Disclaimer(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function Disclaimer(): import("react").JSX.Element;
@@ -1,4 +1,4 @@
1
1
  export interface GreetingProps {
2
2
  text?: string;
3
3
  }
4
- export declare function Greeting({ text }: GreetingProps): import("react/jsx-runtime").JSX.Element;
4
+ export declare function Greeting({ text }: GreetingProps): import("react").JSX.Element;
@@ -2,5 +2,5 @@ interface MainButtonProps {
2
2
  href: string;
3
3
  label: string;
4
4
  }
5
- export declare function MainButton({ href, label }: MainButtonProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function MainButton({ href, label }: MainButtonProps): import("react").JSX.Element;
6
6
  export {};
@@ -4,5 +4,5 @@ interface ParagraphProps {
4
4
  color?: 'danger' | 'info' | 'muted' | 'prose' | 'success' | 'warning';
5
5
  size?: 'lg' | 'md' | 'sm';
6
6
  }
7
- export declare function Paragraph({ bold, children, color, size }: PropsWithChildren<ParagraphProps>): import("react/jsx-runtime").JSX.Element;
7
+ export declare function Paragraph({ bold, children, color, size }: PropsWithChildren<ParagraphProps>): import("react").JSX.Element;
8
8
  export {};
@@ -10,5 +10,5 @@ interface SpanProps {
10
10
  * Use this component to apply styles to inline text
11
11
  * within other components, such as Paragraph.
12
12
  */
13
- export declare function Span({ children, color, size, spaceAfter, spaceBefore, weight }: PropsWithChildren<SpanProps>): import("react/jsx-runtime").JSX.Element;
13
+ export declare function Span({ children, color, size, spaceAfter, spaceBefore, weight }: PropsWithChildren<SpanProps>): import("react").JSX.Element;
14
14
  export {};
@@ -2,5 +2,5 @@ import { type PropsWithChildren } from 'react';
2
2
  interface WrapperProps {
3
3
  previewMessage: string;
4
4
  }
5
- export declare function Wrapper({ children, previewMessage }: PropsWithChildren<WrapperProps>): import("react/jsx-runtime").JSX.Element;
5
+ export declare function Wrapper({ children, previewMessage }: PropsWithChildren<WrapperProps>): import("react").JSX.Element;
6
6
  export {};
@@ -6,7 +6,7 @@ export interface GenericNotificationTemplateProps {
6
6
  notificationUrl: string;
7
7
  title: string;
8
8
  }
9
- declare function GenericNotificationTemplate({ body, notificationId, notificationUrl, title }: GenericNotificationTemplateProps): import("react/jsx-runtime").JSX.Element;
9
+ declare function GenericNotificationTemplate({ body, notificationId, notificationUrl, title }: GenericNotificationTemplateProps): import("react").JSX.Element;
10
10
  declare namespace GenericNotificationTemplate {
11
11
  var PreviewProps: {
12
12
  body: string;
@@ -10,7 +10,7 @@ export interface PlanApprovalRequestTemplateProps {
10
10
  requestedBy: string;
11
11
  startDate: OperationalDate;
12
12
  }
13
- declare function PlanApprovalRequestTemplate({ agencyName, endDate, firstName, gtfsValidationId, gtfsValidationUrl, requestedBy, startDate }: PlanApprovalRequestTemplateProps): import("react/jsx-runtime").JSX.Element;
13
+ declare function PlanApprovalRequestTemplate({ agencyName, endDate, firstName, gtfsValidationId, gtfsValidationUrl, requestedBy, startDate }: PlanApprovalRequestTemplateProps): import("react").JSX.Element;
14
14
  declare namespace PlanApprovalRequestTemplate {
15
15
  var PreviewProps: {
16
16
  agencyName: string;
@@ -9,7 +9,7 @@ export interface PlanApprovedTemplateProps {
9
9
  planUrl: string;
10
10
  startDate: OperationalDate;
11
11
  }
12
- declare function PlanApprovedTemplate({ createdBy, endDate, firstName, planId, planUrl, startDate }: PlanApprovedTemplateProps): import("react/jsx-runtime").JSX.Element;
12
+ declare function PlanApprovedTemplate({ createdBy, endDate, firstName, planId, planUrl, startDate }: PlanApprovedTemplateProps): import("react").JSX.Element;
13
13
  declare namespace PlanApprovedTemplate {
14
14
  var PreviewProps: {
15
15
  createdBy: string;
@@ -4,7 +4,7 @@ export interface ResetPasswordTemplateProps {
4
4
  firstName: string;
5
5
  resetPasswordUrl: string;
6
6
  }
7
- declare function ResetPasswordTemplate({ firstName, resetPasswordUrl }: ResetPasswordTemplateProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ResetPasswordTemplate({ firstName, resetPasswordUrl }: ResetPasswordTemplateProps): import("react").JSX.Element;
8
8
  declare namespace ResetPasswordTemplate {
9
9
  var PreviewProps: {
10
10
  firstName: string;
@@ -6,7 +6,7 @@ export interface SucessfulGtfsValidationTemplateProps {
6
6
  gtfsValidationUrl: string;
7
7
  totalWarnings?: number;
8
8
  }
9
- declare function SucessfulGtfsValidationTemplate({ firstName, gtfsValidationId, gtfsValidationUrl, totalWarnings }: SucessfulGtfsValidationTemplateProps): import("react/jsx-runtime").JSX.Element;
9
+ declare function SucessfulGtfsValidationTemplate({ firstName, gtfsValidationId, gtfsValidationUrl, totalWarnings }: SucessfulGtfsValidationTemplateProps): import("react").JSX.Element;
10
10
  declare namespace SucessfulGtfsValidationTemplate {
11
11
  var PreviewProps: {
12
12
  firstName: string;
@@ -6,7 +6,7 @@ export interface SystemErrorTemplateProps {
6
6
  serviceName: string;
7
7
  timestamp: UnixTimestamp;
8
8
  }
9
- declare function SystemErrorTemplate({ errorMessage, serviceName, timestamp }: SystemErrorTemplateProps): import("react/jsx-runtime").JSX.Element;
9
+ declare function SystemErrorTemplate({ errorMessage, serviceName, timestamp }: SystemErrorTemplateProps): import("react").JSX.Element;
10
10
  declare namespace SystemErrorTemplate {
11
11
  var PreviewProps: {
12
12
  errorMessage: string;
@@ -7,7 +7,7 @@ export interface UnsuccessfulGtfsValidationTemplateProps {
7
7
  totalErrors: number;
8
8
  totalWarnings: number;
9
9
  }
10
- declare function UnsuccessfulGtfsValidationTemplate({ firstName, gtfsValidationId, gtfsValidationUrl, totalErrors, totalWarnings }: UnsuccessfulGtfsValidationTemplateProps): import("react/jsx-runtime").JSX.Element;
10
+ declare function UnsuccessfulGtfsValidationTemplate({ firstName, gtfsValidationId, gtfsValidationUrl, totalErrors, totalWarnings }: UnsuccessfulGtfsValidationTemplateProps): import("react").JSX.Element;
11
11
  declare namespace UnsuccessfulGtfsValidationTemplate {
12
12
  var PreviewProps: {
13
13
  firstName: string;
@@ -4,7 +4,7 @@ export interface WelcomeTemplateProps {
4
4
  firstName: string;
5
5
  resetPasswordUrl: string;
6
6
  }
7
- declare function WelcomeTemplate({ firstName, resetPasswordUrl }: WelcomeTemplateProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function WelcomeTemplate({ firstName, resetPasswordUrl }: WelcomeTemplateProps): import("react").JSX.Element;
8
8
  declare namespace WelcomeTemplate {
9
9
  var PreviewProps: {
10
10
  firstName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/emails",
3
- "version": "20260605.1724.13",
3
+ "version": "20260605.2048.14",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"
@@ -41,7 +41,7 @@
41
41
  "@tmlmobilidade/types": "*",
42
42
  "@tmlmobilidade/utils": "*",
43
43
  "nodemailer": "8.0.10",
44
- "react": "19.2.6",
44
+ "react": "19.2.7",
45
45
  "react-email": "6.5.0"
46
46
  },
47
47
  "devDependencies": {