@designcombo/state 3.1.8 → 3.1.10
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 +1 -0
- package/dist/index.es.js +1344 -1264
- package/dist/index.umd.js +2 -2
- package/dist/utils/load-item.d.ts +18 -1
- package/package.json +3 -3
package/dist/events.d.ts
CHANGED
@@ -20,6 +20,7 @@ export declare const ADD_ANIMATION = "add:animation";
|
|
20
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
|
+
export declare const ADD_COMPOSITION = "add:composition";
|
23
24
|
export declare const EDIT_PREFIX = "edit";
|
24
25
|
export declare const EDIT_OBJECT = "edit:object";
|
25
26
|
export declare const REPLACE_MEDIA = "edit:replaceMedia";
|