@designcombo/state 1.0.1 → 1.0.2

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
@@ -15,26 +15,19 @@ 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
17
  export declare const ADD_MASK = "add:mask";
18
- export declare const ADD_ITEMS = "add:items";
19
18
  export declare const ADD_TRANSITION = "add:transition";
20
19
  export declare const ADD_ANIMATION = "add:animation";
21
20
  export declare const ADD_CAPTION = "add:caption";
22
21
  export declare const ADD_TEMPLATE = "add:template";
22
+ export declare const ADD_ITEMS = "add:items";
23
23
  export declare const EDIT_PREFIX = "edit";
24
24
  export declare const EDIT_OBJECT = "edit:object";
25
+ export declare const REPLACE_MEDIA = "edit:replaceMedia";
25
26
  export declare const EDIT_TEXT = "edit:text";
26
27
  export declare const EDIT_SHAPE = "edit:shape";
27
28
  export declare const EDIT_TEMPLATE_ITEM = "edit:templateItem";
28
- export declare const CLOSE_EDIT_TEMPLATE = "edit:closeTemplate";
29
29
  export declare const DELETE_TEMPLATE_ITEM = "edit:deleteTemplateItem";
30
30
  export declare const ENTER_EDIT_MODE = "enterEditMode";
31
- export declare const PLAYER_PREFIX = "player";
32
- export declare const PLAYER_PLAY = "player:play";
33
- export declare const PLAYER_PAUSE = "player:pause";
34
- export declare const PLAYER_SEEK = "player:seek";
35
- export declare const PLAYER_SEEK_TO = "player:seekTo";
36
- export declare const PLAYER_SEEK_BY = "player:seekBy";
37
- export declare const PLAYER_TOGGLE_PLAY = "player:togglePlay";
38
31
  export declare const ACTIVE_PREFIX = "active";
39
32
  export declare const ACTIVE_SET = "active:set";
40
33
  export declare const ACTIVE_DELETE = "active:delete";
@@ -62,8 +55,3 @@ export declare const HISTORY_REDO = "history:redo";
62
55
  export declare const HISTORY_RESET = "history:reset";
63
56
  export declare const TIMELINE_SCALE_PREFIX = "scale";
64
57
  export declare const TIMELINE_SCALE_CHANGED = "scale:changed";
65
- export declare const DRAG_PREFIX = "drag";
66
- export declare const DRAG_START = "drag:start";
67
- export declare const DRAG_END = "drag:end";
68
- export declare const TIMELINE_PREFIX = "timeline";
69
- export declare const TIMELINE_BOUNDING_CHANGED = "timeline:boundingChanged";