zakeke-configurator-react 0.1.276-prod → 0.1.278-prod

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.
@@ -63,6 +63,7 @@ export declare class ZakekeEnvironment {
63
63
  private savedCompositions;
64
64
  private isDraftEditor;
65
65
  private isViewerMode;
66
+ private isDAMViewer;
66
67
  private isTemplateEditor;
67
68
  private debugMode;
68
69
  private draftCompositionDocId;
@@ -55,4 +55,3 @@ export declare function uuid(): string;
55
55
  export declare function sleep(ms: number): Promise<unknown>;
56
56
  export declare function ascComparator(getProp: (item: any) => string): (a: any, b: any) => 0 | 1 | -1;
57
57
  export declare function getNavigatorQueryParams(): URLSearchParams;
58
- export declare function isDAMViewer(): boolean;