@designcombo/state 3.0.4 → 3.1.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.
package/dist/events.d.ts CHANGED
@@ -17,7 +17,7 @@ export declare const ADD_IMAGE = "add:image";
17
17
  export declare const ADD_MASK = "add:mask";
18
18
  export declare const ADD_TRANSITION = "add:transition";
19
19
  export declare const ADD_ANIMATION = "add:animation";
20
- export declare const ADD_CAPTION = "add:caption";
20
+ export declare const ADD_CAPTIONS = "add:caption";
21
21
  export declare const ADD_TEMPLATE = "add:template";
22
22
  export declare const ADD_ITEMS = "add:items";
23
23
  export declare const EDIT_PREFIX = "edit";