@zag-js/core
Advanced tools
Comparing version 0.0.0-dev-20220526115355 to 0.0.0-dev-20220526115612
@@ -472,2 +472,3 @@ var __defProp = Object.defineProperty; | ||
return { | ||
isTargetless: !transition, | ||
transition, | ||
@@ -474,0 +475,0 @@ stateNode, |
@@ -155,2 +155,3 @@ export declare type Dict<T = any> = Record<string, T>; | ||
interface StateInfo<TContext extends Dict, TState extends StateSchema, TEvent extends EventObject> { | ||
isTargetless: boolean; | ||
transition: TransitionDefinition<TContext, TState, TEvent> | undefined; | ||
@@ -157,0 +158,0 @@ stateNode: StateNode<TContext, TState, TEvent> | undefined; |
{ | ||
"name": "@zag-js/core", | ||
"version": "0.0.0-dev-20220526115355", | ||
"version": "0.0.0-dev-20220526115612", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
230575
2030