@interactjs/auto-scroll
Advanced tools
Comparing version 1.8.4 to 1.8.5
@@ -38,4 +38,4 @@ declare module '@interactjs/core/scope' { | ||
scroll(): void; | ||
check(interactable: import("@interactjs/core/Interactable").Interactable, actionName: import("@interactjs/core/scope").ActionName): boolean; | ||
onInteractionMove<T extends import("@interactjs/core/scope").ActionName>({ interaction, pointer }: { | ||
check(interactable: import("@interactjs/core/Interactable").Interactable, actionName: "resize" | "drag" | "drop" | "gesture"): boolean; | ||
onInteractionMove<T extends "resize" | "drag" | "drop" | "gesture">({ interaction, pointer }: { | ||
interaction: import("@interactjs/core/Interaction").Interaction<T>; | ||
@@ -42,0 +42,0 @@ pointer: import("@interactjs/types/types").PointerType; |
@@ -16,3 +16,3 @@ import * as domUtils from "../utils/domUtils.js"; | ||
actions.eventTypes.push('autoscroll'); | ||
actions.phaselessTypes.autoscroll = true; | ||
defaults.perAction.autoScroll = autoScroll.defaults; | ||
@@ -19,0 +19,0 @@ } |
{ | ||
"name": "@interactjs/auto-scroll", | ||
"version": "1.8.4", | ||
"version": "1.8.5", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@interactjs/utils": "1.8.4" | ||
"@interactjs/utils": "1.8.5" | ||
}, | ||
"devDependencies": { | ||
"@interactjs/_dev": "1.8.4" | ||
"@interactjs/_dev": "1.8.5" | ||
}, | ||
@@ -14,3 +14,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "bb6d3695" | ||
"gitHead": "1cc6d94c" | ||
} |
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
25876
62153