unlayer-types 1.324.0 → 1.325.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
@@ -3219,6 +3219,7 @@ declare module "engine/options/bodies" {
3219
3219
  linkHoverUnderline: boolean;
3220
3220
  };
3221
3221
  preheaderText: string;
3222
+ accessibilityTitle: string;
3222
3223
  };
3223
3224
  }
3224
3225
  declare module "engine/utils/stringifyFunction" {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.324.0",
3
+ "version": "1.325.0",
4
4
  "license": "MIT"
5
5
  }