@react-email/column 0.0.12 → 0.0.13-canary.1

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.mts CHANGED
@@ -3,4 +3,4 @@ import * as React from 'react';
3
3
  type ColumnProps = Readonly<React.ComponentPropsWithoutRef<"td">>;
4
4
  declare const Column: React.ForwardRefExoticComponent<Readonly<Omit<React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, "ref">> & React.RefAttributes<HTMLTableCellElement>>;
5
5
 
6
- export { Column, ColumnProps };
6
+ export { Column, type ColumnProps };
package/dist/index.d.ts CHANGED
@@ -3,4 +3,4 @@ import * as React from 'react';
3
3
  type ColumnProps = Readonly<React.ComponentPropsWithoutRef<"td">>;
4
4
  declare const Column: React.ForwardRefExoticComponent<Readonly<Omit<React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, "ref">> & React.RefAttributes<HTMLTableCellElement>>;
5
5
 
6
- export { Column, ColumnProps };
6
+ export { Column, type ColumnProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-email/column",
3
- "version": "0.0.12",
3
+ "version": "0.0.13-canary.1",
4
4
  "description": "Display a column that separates content areas vertically in your email",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -39,9 +39,9 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "typescript": "5.1.6",
42
- "@react-email/render": "1.0.0",
43
42
  "tsconfig": "0.0.0",
44
- "eslint-config-custom": "0.0.0"
43
+ "eslint-config-custom": "0.0.0",
44
+ "@react-email/render": "1.0.3-canary.3"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"