unlayer-types 1.5.53 → 1.5.55

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 +2 -0
  2. package/package.json +1 -1
package/embed.d.ts CHANGED
@@ -1441,6 +1441,8 @@ declare module "embed/Editor" {
1441
1441
  import { AppearanceConfig, Audit, DesignTagsConfig, Device, DisplayConditions, DisplayMode, JSONTemplate, LinkTypes, LinkTypesSharedConfig, MergeTags, MergeTagsConfig, SpecialLink, Tabs, Translations, User, Validator } from "state/types/index";
1442
1442
  import { BodyValues } from "engine/options/bodies";
1443
1443
  import { Locale, TextDirection } from "engine/config/intl";
1444
+ export const LATEST_VERSION: string;
1445
+ export const STABLE_VERSION: string;
1444
1446
  export class Editor {
1445
1447
  frame: Frame | null;
1446
1448
  constructor(config?: Config);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.5.53",
3
+ "version": "1.5.55",
4
4
  "license": "MIT"
5
5
  }