unlayer-types 1.140.0 → 1.143.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
@@ -1498,6 +1498,7 @@ declare module "engine/config/features" {
1498
1498
  smartButtons?: boolean;
1499
1499
  magicImage?: boolean;
1500
1500
  smartText?: boolean;
1501
+ smartImageAltText?: boolean;
1501
1502
  };
1502
1503
  sendTestEmail?: boolean;
1503
1504
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.140.0",
3
+ "version": "1.143.0",
4
4
  "license": "MIT"
5
5
  }