@interactjs/pointer-events
Advanced tools
Comparing version 1.4.0-alpha.23 to 1.4.0-alpha.24
@@ -33,6 +33,3 @@ import Eventable from '@interactjs/core/Eventable'; | ||
declare module '@interactjs/core/defaultOptions' { | ||
interface Defaults { | ||
pointerEvents: any; | ||
} | ||
interface Options { | ||
interface ActionDefaults { | ||
pointerEvents?: any; | ||
@@ -39,0 +36,0 @@ } |
@@ -108,3 +108,3 @@ import * as utils from '@interactjs/utils'; | ||
scope.pointerEvents = pointerEvents; | ||
scope.defaults.pointerEvents = pointerEvents.defaults; | ||
scope.defaults.actions.pointerEvents = pointerEvents.defaults; | ||
interactions.signals.on('new', (interaction) => { | ||
@@ -111,0 +111,0 @@ interaction.prevTap = null; // the most recent tap event on this interaction |
{ | ||
"name": "@interactjs/pointer-events", | ||
"version": "1.4.0-alpha.23+sha.69f8af9", | ||
"version": "1.4.0-alpha.24+sha.1196d35", | ||
"peerDependencies": { | ||
"@interactjs/core": "1.4.0-alpha.23+sha.69f8af9", | ||
"@interactjs/utils": "1.4.0-alpha.23+sha.69f8af9" | ||
"@interactjs/core": "1.4.0-alpha.24+sha.1196d35", | ||
"@interactjs/utils": "1.4.0-alpha.24+sha.1196d35" | ||
}, | ||
"devDependencies": { | ||
"@interactjs/_dev": "1.4.0-alpha.23+sha.69f8af9", | ||
"@interactjs/core": "1.4.0-alpha.23+sha.69f8af9", | ||
"@interactjs/utils": "1.4.0-alpha.23+sha.69f8af9" | ||
"@interactjs/_dev": "1.4.0-alpha.24+sha.1196d35", | ||
"@interactjs/core": "1.4.0-alpha.24+sha.1196d35", | ||
"@interactjs/utils": "1.4.0-alpha.24+sha.1196d35" | ||
}, | ||
@@ -13,0 +13,0 @@ "publishConfig": { |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
31195
510