unlayer-types 1.453.0 → 1.455.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 +2 -2
  2. package/package.json +1 -1
package/embed.d.ts CHANGED
@@ -2553,7 +2553,7 @@ declare module "packages/editor/src/embed/Frame" {
2553
2553
  }
2554
2554
  }
2555
2555
  declare module "packages/editor/src/engine/config/entitlements" {
2556
- import { type Entitlements } from '@libs/entitlements';
2556
+ import type { Entitlements } from '@libs/entitlements/types';
2557
2557
  export const normalizeEntitlements: any;
2558
2558
  export function setEntitlements(newEntitlements: Entitlements): void;
2559
2559
  export function getEntitlements(): Entitlements;
@@ -2612,7 +2612,7 @@ declare module "packages/editor/src/editor/helpers/sortArrayByPosition" {
2612
2612
  declare module "packages/editor/src/engine/config/tools" {
2613
2613
  import type { JSONSchema } from "packages/editor/src/state/types/types";
2614
2614
  import Mustache from 'mustache';
2615
- import { Entitlements } from '@libs/entitlements';
2615
+ import type { Entitlements } from '@libs/entitlements/types';
2616
2616
  import type { PropertyEditorJSONSchemas, PropertyEditorZodSchemas } from '@libs/schemas/types/property_editor';
2617
2617
  import type { OptionConfig } from '@libs/schemas/types/options';
2618
2618
  import type { Option } from '@libs/schemas/types/options';
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.453.0",
3
+ "version": "1.455.0",
4
4
  "license": "MIT"
5
5
  }