unlayer-types 1.77.0 → 1.81.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 +3 -2
  2. package/package.json +1 -1
package/embed.d.ts CHANGED
@@ -64,8 +64,9 @@ declare module "editor/components/editors/types" {
64
64
  customTools?: number;
65
65
  customTabs?: number;
66
66
  imageEditor?: boolean;
67
- userUploads?: boolean;
67
+ selectImage?: boolean;
68
68
  stockImages?: boolean;
69
+ userUploads?: boolean;
69
70
  uploadMaxSize?: number;
70
71
  };
71
72
  item: {
@@ -1475,7 +1476,7 @@ declare module "engine/config/features" {
1475
1476
  export function overrideFeatures(newOverrideFeatures: Features): void;
1476
1477
  export function getFeatures(): Features;
1477
1478
  export function getFeature(path: string | string[]): any;
1478
- export function hasFeature(path: string | string[]): boolean;
1479
+ export function hasFeature(path: string | string[], checkEntitlement?: boolean): boolean;
1479
1480
  }
1480
1481
  declare module "engine/config/offline" {
1481
1482
  export function enableOffline(): void;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.77.0",
3
+ "version": "1.81.0",
4
4
  "license": "MIT"
5
5
  }