unlayer-types 1.5.41 → 1.5.43

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
@@ -191,6 +191,7 @@ declare module "state/types/index" {
191
191
  export type Variant = 'amp' | null;
192
192
  export type Device = 'desktop' | 'mobile' | 'tablet';
193
193
  export type Theme = 'light' | 'dark';
194
+ export type Ui = 'none' | 'visual' | 'classic';
194
195
  export interface MergeTag {
195
196
  name: string;
196
197
  value?: string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.5.41",
3
+ "version": "1.5.43",
4
4
  "license": "MIT"
5
5
  }