unlayer-types 1.31.0 → 1.32.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
@@ -2518,6 +2518,7 @@ declare module "embed/Editor" {
2518
2518
  exportZip(callback: (data: ExportFromApiResult) => void, options?: ExportZipFromApiOptions): void;
2519
2519
  setAppearance(appearance: DeepPartial<AppearanceConfig>): void;
2520
2520
  setBodyValues(bodyValues: Partial<BodyValues>, bodyId?: number): void;
2521
+ setStyleGuide(styleGuide: object): void;
2521
2522
  setDesignTagsConfig(designTagsConfig: DesignTagsConfig): void;
2522
2523
  setMergeTagsConfig(mergeTagsConfig: MergeTagsConfig): void;
2523
2524
  showPreview(payload: {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.31.0",
3
+ "version": "1.32.0",
4
4
  "license": "MIT"
5
5
  }