unlayer-types 1.449.0 → 1.453.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.
Files changed (2) hide show
  1. package/embed.d.ts +1 -0
  2. package/package.json +1 -1
package/embed.d.ts CHANGED
@@ -2248,6 +2248,7 @@ declare module "packages/editor/src/engine/config/features" {
2248
2248
  };
2249
2249
  sendTestEmail?: boolean;
2250
2250
  syncedBlocks?: boolean;
2251
+ normalizeEmailLineHeights?: boolean;
2251
2252
  }
2252
2253
  export const betaFeaturesPaths: readonly [];
2253
2254
  export const betaEntitlements: readonly [];
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.449.0",
3
+ "version": "1.453.0",
4
4
  "license": "MIT"
5
5
  }