react-email 6.0.0-canary.2 → 6.0.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/index.d.cts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as React$2 from "react";
2
2
  import React$1 from "react";
3
3
  import Prism from "prismjs";
4
- import * as react_jsx_runtime0 from "react/jsx-runtime";
4
+ import * as _$react_jsx_runtime0 from "react/jsx-runtime";
5
5
  import { StyleSheet } from "css-tree";
6
6
  import { Config } from "tailwindcss";
7
7
  export * from "@react-email/render";
@@ -5063,7 +5063,7 @@ type PreviewProps = Readonly<React$2.ComponentPropsWithoutRef<'div'> & {
5063
5063
  declare const Preview: React$2.ForwardRefExoticComponent<Readonly<Omit<React$2.DetailedHTMLProps<React$2.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
5064
5064
  children: string | string[];
5065
5065
  }> & React$2.RefAttributes<HTMLDivElement>>;
5066
- declare const renderWhiteSpace: (text: string) => react_jsx_runtime0.JSX.Element | null;
5066
+ declare const renderWhiteSpace: (text: string) => _$react_jsx_runtime0.JSX.Element | null;
5067
5067
  //#endregion
5068
5068
  //#region src/components/row/row.d.ts
5069
5069
  type RowProps = Readonly<React$2.ComponentPropsWithoutRef<'table'> & {
package/dist/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as React$2 from "react";
2
2
  import React$1 from "react";
3
- import * as react_jsx_runtime0 from "react/jsx-runtime";
3
+ import * as _$react_jsx_runtime0 from "react/jsx-runtime";
4
4
  import Prism from "prismjs";
5
5
  import { Config } from "tailwindcss";
6
6
  import { StyleSheet } from "css-tree";
@@ -5063,7 +5063,7 @@ type PreviewProps = Readonly<React$2.ComponentPropsWithoutRef<'div'> & {
5063
5063
  declare const Preview: React$2.ForwardRefExoticComponent<Readonly<Omit<React$2.DetailedHTMLProps<React$2.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
5064
5064
  children: string | string[];
5065
5065
  }> & React$2.RefAttributes<HTMLDivElement>>;
5066
- declare const renderWhiteSpace: (text: string) => react_jsx_runtime0.JSX.Element | null;
5066
+ declare const renderWhiteSpace: (text: string) => _$react_jsx_runtime0.JSX.Element | null;
5067
5067
  //#endregion
5068
5068
  //#region src/components/row/row.d.ts
5069
5069
  type RowProps = Readonly<React$2.ComponentPropsWithoutRef<'table'> & {