@zag-js/core
Advanced tools
Comparing version 0.0.0-dev-20220517103524 to 0.0.0-dev-20220526103720
export { proxy, ref, snapshot, subscribe } from "valtio/vanilla"; | ||
export { guards, choose } from "./guard-utils"; | ||
export { choose, guards } from "./guard-utils"; | ||
export * from "./machine"; | ||
export { mergeProps } from "./merge-props"; | ||
export type { StateFrom, ContextFrom, ServiceFrom, EventFrom } from "./type-utils"; | ||
export type { StateMachine } from "./types"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -287,3 +287,2 @@ var __defProp = Object.defineProperty; | ||
this.type = "machine" /* Machine */; | ||
this.deriving = false; | ||
this.activityEvents = /* @__PURE__ */ new Map(); | ||
@@ -290,0 +289,0 @@ this.delayedEvents = /* @__PURE__ */ new Map(); |
@@ -8,3 +8,2 @@ import { Dict, MachineStatus, MachineType, StateMachine as S, Writable } from "./types"; | ||
type: MachineType; | ||
private deriving; | ||
private activityEvents; | ||
@@ -11,0 +10,0 @@ private delayedEvents; |
{ | ||
"name": "@zag-js/core", | ||
"version": "0.0.0-dev-20220517103524", | ||
"version": "0.0.0-dev-20220526103720", | ||
"description": "A minimal implementation of xstate fsm for UI machines", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
224645
26
2004
2
352
219476