@zag-js/core
Advanced tools
Comparing version 0.0.0-dev-20220704095222 to 0.0.0-dev-20220704111810
@@ -1,2 +0,2 @@ | ||
import { StateMachine as S } from "./types"; | ||
import type { StateMachine as S } from "./types"; | ||
/** | ||
@@ -3,0 +3,0 @@ * Delay can be specified as: |
@@ -1,2 +0,2 @@ | ||
import { StateMachine as S } from "./types"; | ||
import type { StateMachine as S } from "./types"; | ||
declare function or<TContext, TState extends S.StateSchema, TEvent extends S.EventObject>(...conditions: Array<S.Guard<TContext, TState, TEvent>>): S.GuardHelper<TContext, TState, TEvent>; | ||
@@ -3,0 +3,0 @@ declare function and<TContext, TState extends S.StateSchema, TEvent extends S.EventObject>(...conditions: Array<S.Guard<TContext, TState, TEvent>>): S.GuardHelper<TContext, TState, TEvent>; |
@@ -1,3 +0,3 @@ | ||
import { Machine } from "./machine"; | ||
import { StateMachine as S } from "./types"; | ||
import type { Machine } from "./machine"; | ||
import type { StateMachine as S } from "./types"; | ||
declare type AnyFunction = (...args: any[]) => any; | ||
@@ -4,0 +4,0 @@ declare type ReturnTypeOrValue<T> = T extends AnyFunction ? ReturnType<T> : T; |
{ | ||
"name": "@zag-js/core", | ||
"version": "0.0.0-dev-20220704095222", | ||
"version": "0.0.0-dev-20220704111810", | ||
"description": "A minimal implementation of xstate fsm for UI machines", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/store": "0.0.0-dev-20220704095222", | ||
"@zag-js/store": "0.0.0-dev-20220704111810", | ||
"@zag-js/utils": "0.1.2", | ||
@@ -43,0 +43,0 @@ "klona": "2.0.5" |
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
91252
+ Added@zag-js/store@0.0.0-dev-20220704111810(transitive)
- Removed@zag-js/store@0.0.0-dev-20220704095222(transitive)