@interactjs/auto-scroll
Advanced tools
Comparing version 1.8.0-alpha.6 to 1.8.0-alpha.7
@@ -27,3 +27,3 @@ declare module '@interactjs/core/scope' { | ||
now: () => number; | ||
interaction: import("@interactjs/types/types").Interaction<any>; | ||
interaction: import("@interactjs/core/Interaction").Interaction<any>; | ||
i: number; | ||
@@ -36,3 +36,3 @@ x: number; | ||
speed: number; | ||
start(interaction: import("@interactjs/types/types").Interaction<any>): void; | ||
start(interaction: import("@interactjs/core/Interaction").Interaction<any>): void; | ||
stop(): void; | ||
@@ -42,3 +42,3 @@ scroll(): void; | ||
onInteractionMove<T extends import("@interactjs/core/scope").ActionName>({ interaction, pointer }: { | ||
interaction: import("@interactjs/types/types").Interaction<T>; | ||
interaction: import("@interactjs/core/Interaction").Interaction<T>; | ||
pointer: import("@interactjs/types/types").PointerType; | ||
@@ -45,0 +45,0 @@ }): void; |
{ | ||
"name": "@interactjs/auto-scroll", | ||
"version": "1.8.0-alpha.6", | ||
"version": "1.8.0-alpha.7", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@interactjs/utils": "1.8.0-alpha.6" | ||
"@interactjs/utils": "1.8.0-alpha.7" | ||
}, | ||
"devDependencies": { | ||
"@interactjs/_dev": "1.8.0-alpha.6" | ||
"@interactjs/_dev": "1.8.0-alpha.7" | ||
}, | ||
@@ -11,0 +11,0 @@ "publishConfig": { |
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
25866