@designcombo/state 3.1.9 → 3.1.11

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.
package/dist/events.d.ts CHANGED
@@ -14,12 +14,14 @@ export declare const ADD_VIDEO = "add:video";
14
14
  export declare const ADD_AUDIO = "add:audio";
15
15
  export declare const ADD_PLACEHOLDER = "add:placeholder";
16
16
  export declare const ADD_IMAGE = "add:image";
17
+ export declare const ADD_ILLUSTRATION = "add:illustration";
17
18
  export declare const ADD_MASK = "add:mask";
18
19
  export declare const ADD_TRANSITION = "add:transition";
19
20
  export declare const ADD_ANIMATION = "add:animation";
20
21
  export declare const ADD_CAPTIONS = "add:caption";
21
22
  export declare const ADD_TEMPLATE = "add:template";
22
23
  export declare const ADD_ITEMS = "add:items";
24
+ export declare const ADD_COMPOSITION = "add:composition";
23
25
  export declare const EDIT_PREFIX = "edit";
24
26
  export declare const EDIT_OBJECT = "edit:object";
25
27
  export declare const REPLACE_MEDIA = "edit:replaceMedia";