@zag-js/core
Advanced tools
Comparing version 0.0.0-dev-20220706194607 to 0.0.0-dev-20220707125149
@@ -211,2 +211,3 @@ "use strict"; | ||
event: cast({}), | ||
previousEvent: cast({}), | ||
context: (0, import_store2.proxyWithComputed)(initialContext, computedContext), | ||
@@ -615,2 +616,3 @@ done: false, | ||
__publicField(this, "setEvent", (event) => { | ||
this.state.previousEvent = this.state.event; | ||
this.state.event = (0, import_store3.ref)(toEvent(event)); | ||
@@ -617,0 +619,0 @@ }); |
@@ -221,2 +221,3 @@ export declare type Dict<T = any> = Record<string, T>; | ||
event: TEvent; | ||
previousEvent: TEvent; | ||
context: TContext; | ||
@@ -223,0 +224,0 @@ done: boolean; |
{ | ||
"name": "@zag-js/core", | ||
"version": "0.0.0-dev-20220706194607", | ||
"version": "0.0.0-dev-20220707125149", | ||
"description": "A minimal implementation of xstate fsm for UI machines", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/store": "0.0.0-dev-20220706194607", | ||
"@zag-js/store": "0.0.0-dev-20220707125149", | ||
"@zag-js/utils": "0.1.2", | ||
@@ -43,0 +43,0 @@ "klona": "2.0.5" |
Sorry, the diff of this file is not supported yet
91443
2080
5
12
324
+ Added@zag-js/store@0.0.0-dev-20220707125149(transitive)
- Removed@zag-js/store@0.0.0-dev-20220706194607(transitive)