react-dnd-touch-backend
Advanced tools
Comparing version 15.1.1 to 15.1.2
@@ -5,3 +5,5 @@ "use strict"; | ||
}); | ||
var _exportNames = {}; | ||
var _exportNames = { | ||
TouchBackend: true | ||
}; | ||
exports.TouchBackend = void 0; | ||
@@ -8,0 +10,0 @@ var _touchBackendImplJs = _interopRequireWildcard(require("./TouchBackendImpl.js")); |
@@ -0,0 +0,0 @@ import type { BackendFactory } from 'dnd-core'; |
@@ -0,0 +0,0 @@ export interface EventName { |
@@ -0,0 +0,0 @@ import type { TouchBackendOptions, AngleRange, TouchBackendContext } from './interfaces.js'; |
@@ -0,0 +0,0 @@ import type { Backend, Identifier, DragDropManager, Unsubscribe } from 'dnd-core'; |
import type { AngleRange } from '../interfaces.js'; | ||
export declare function distance(x1: number, y1: number, x2: number, y2: number): number; | ||
export declare function inAngleRanges(x1: number, y1: number, x2: number, y2: number, angleRanges: AngleRange[] | undefined): boolean; |
@@ -0,0 +0,0 @@ import type { XYCoord } from 'dnd-core'; |
@@ -0,0 +0,0 @@ /** |
export declare const supportsPassive: boolean; |
{ | ||
"name": "react-dnd-touch-backend", | ||
"version": "15.1.1", | ||
"version": "15.1.2", | ||
"description": "Touch backend for react-dnd", | ||
@@ -28,13 +28,13 @@ "main": "dist/cjs/index.js", | ||
"dependencies": { | ||
"@react-dnd/invariant": "3.0.0", | ||
"dnd-core": "15.1.1" | ||
"@react-dnd/invariant": "3.0.1", | ||
"dnd-core": "15.1.2" | ||
}, | ||
"devDependencies": { | ||
"@swc/cli": "^0.1.55", | ||
"@swc/core": "^1.2.136", | ||
"@types/jest": "^27.4.0", | ||
"@swc/cli": "^0.1.57", | ||
"@swc/core": "^1.2.161", | ||
"@types/jest": "^27.4.1", | ||
"npm-run-all": "^4.1.5", | ||
"shx": "^0.3.4", | ||
"typescript": "^4.5.5" | ||
"typescript": "^4.6.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2163
184707
+ Added@react-dnd/asap@4.0.1(transitive)
+ Added@react-dnd/invariant@3.0.1(transitive)
+ Addeddnd-core@15.1.2(transitive)
- Removed@react-dnd/asap@4.0.0(transitive)
- Removed@react-dnd/invariant@3.0.0(transitive)
- Removeddnd-core@15.1.1(transitive)
Updated@react-dnd/invariant@3.0.1
Updateddnd-core@15.1.2