@react-spring/core
Advanced tools
Comparing version 9.4.0-beta.1 to 9.4.0-beta.2
@@ -0,0 +0,0 @@ import { AnimatedValue } from '@react-spring/animated'; |
@@ -0,0 +0,0 @@ import { EasingFunction } from '@react-spring/types'; |
@@ -0,0 +0,0 @@ import { AnimationResult } from './types'; |
export * from './Spring'; | ||
export * from './Trail'; | ||
export * from './Transition'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { NoInfer, UnknownProps } from '@react-spring/types'; | ||
@@ -3,0 +2,0 @@ import { UseSpringProps } from '../hooks/useSpring'; |
@@ -0,0 +0,0 @@ import { ReactNode } from 'react'; |
@@ -1,4 +0,3 @@ | ||
/// <reference types="react" /> | ||
import { Valid } from '../types/common'; | ||
import { TransitionComponentProps } from '../types'; | ||
export declare function Transition<Item extends any, Props extends TransitionComponentProps<Item>>(props: TransitionComponentProps<Item> | (Props & Valid<Props, TransitionComponentProps<Item, Props>>)): JSX.Element; |
@@ -0,0 +0,0 @@ import { EasingFunction } from '@react-spring/types'; |
@@ -0,0 +0,0 @@ import { OneOrMore, UnknownProps, Lookup, Falsy } from '@react-spring/types'; |
@@ -0,0 +0,0 @@ import { FluidValue } from '@react-spring/shared'; |
@@ -0,0 +0,0 @@ import { Globals } from '@react-spring/shared'; |
@@ -0,0 +0,0 @@ import { FluidValue } from '@react-spring/shared'; |
@@ -0,0 +0,0 @@ export * from './useChain'; |
import { SpringRef } from '../SpringRef'; | ||
export declare function useChain(refs: ReadonlyArray<SpringRef>, timeSteps?: number[], timeFrame?: number): void; |
@@ -0,0 +0,0 @@ import { Remap } from '@react-spring/types'; |
import { Lookup } from '@react-spring/types'; | ||
import { SpringRef } from '../SpringRef'; | ||
export declare const useSpringRef: <State extends Lookup<any> = Lookup<any>>() => SpringRef<State>; |
@@ -0,0 +0,0 @@ import { Lookup } from '@react-spring/types'; |
@@ -0,0 +0,0 @@ import { Valid } from '../types/common'; |
@@ -0,0 +0,0 @@ import { OneOrMore } from '@react-spring/types'; |
@@ -0,0 +0,0 @@ export * from './hooks'; |
@@ -0,0 +0,0 @@ import { FluidValue } from '@react-spring/shared'; |
@@ -0,0 +0,0 @@ import { InterpolatorArgs, InterpolatorFn } from '@react-spring/types'; |
@@ -0,0 +0,0 @@ import { Timeout } from '@react-spring/shared'; |
@@ -0,0 +0,0 @@ import { AsyncResult, MatchProp } from './types'; |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ /** Returns true if the `target` has ever animated. */ |
@@ -0,0 +0,0 @@ import { Lookup, Falsy, OneOrMore } from '@react-spring/types'; |
@@ -0,0 +0,0 @@ import { FluidValue } from '@react-spring/shared'; |
@@ -0,0 +0,0 @@ export declare enum TransitionPhase { |
@@ -0,0 +0,0 @@ import { Remap, Any } from '@react-spring/types'; |
@@ -0,0 +0,0 @@ import { Lookup, Falsy } from '@react-spring/types'; |
@@ -0,0 +0,0 @@ export * from './props'; |
@@ -0,0 +0,0 @@ import type { Lookup } from '@react-spring/types'; |
@@ -0,0 +0,0 @@ import type { FluidValue } from '@react-spring/shared'; |
@@ -0,0 +0,0 @@ import { FluidProps, FluidValue } from '@react-spring/shared'; |
@@ -0,0 +0,0 @@ import { ReactNode } from 'react'; |
{ | ||
"name": "@react-spring/core", | ||
"version": "9.4.0-beta.1", | ||
"version": "9.4.0-beta.2", | ||
"main": "dist/react-spring-core.cjs.js", | ||
@@ -34,12 +34,10 @@ "module": "dist/react-spring-core.esm.js", | ||
"dependencies": { | ||
"@react-spring/animated": "~9.4.0-beta.1", | ||
"@react-spring/shared": "~9.4.0-beta.1", | ||
"@react-spring/types": "~9.4.0-beta.1" | ||
"@react-spring/animated": "~9.4.0-beta.2", | ||
"@react-spring/rafz": "~9.4.0-beta.2", | ||
"@react-spring/shared": "~9.4.0-beta.2", | ||
"@react-spring/types": "~9.4.0-beta.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0" | ||
}, | ||
"devDependencies": { | ||
"@react-spring/rafz": "~9.4.0-beta.1" | ||
} | ||
} |
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
0
258888
5
7965