@designcombo/state 2.0.2 → 2.0.4
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 +1332 -1280
- package/dist/index.umd.js +2 -2
- package/dist/utils/replace-item.d.ts +22 -0
- package/package.json +3 -3
package/dist/events.d.ts
CHANGED
@@ -49,6 +49,7 @@ export declare const LAYER_CLONE = "layer:clone";
|
|
49
49
|
export declare const LAYER_SPLIT = "layer:split";
|
50
50
|
export declare const LAYER_CUT = "layer:cut";
|
51
51
|
export declare const LAYER_DELETE = "layer:delete";
|
52
|
+
export declare const LAYER_REPLACE = "layer:replace";
|
52
53
|
export declare const HISTORY_PREFIX = "history";
|
53
54
|
export declare const HISTORY_UNDO = "history:undo";
|
54
55
|
export declare const HISTORY_REDO = "history:redo";
|