@interactjs/snappers
Advanced tools
Comparing version 1.9.9 to 1.9.10
@@ -6,3 +6,3 @@ export declare type GridOptions = (Partial<Interact.Rect> | Interact.Point) & { | ||
}; | ||
declare const _default: (grid: GridOptions) => import("@interactjs/modifiers/snap/pointer").SnapFunction & { | ||
declare const _default: (grid: GridOptions) => import("../modifiers/snap/pointer").SnapFunction & { | ||
grid: GridOptions; | ||
@@ -9,0 +9,0 @@ coordFields: (readonly ["x", "y"] | readonly ["left", "top"] | readonly ["right", "bottom"] | readonly ["width", "height"])[]; |
@@ -0,3 +1,3 @@ | ||
import * as allSnappers from "./all.js"; | ||
import extend from "../utils/extend.js"; | ||
import * as allSnappers from "./all.js"; | ||
const snappersPlugin = { | ||
@@ -4,0 +4,0 @@ id: 'snappers', |
@@ -1,2 +0,2 @@ | ||
import s from"../utils/extend.min.js";import*as t from"./all.min.js";const r={id:"snappers",install(r){const{interactStatic:a}=r;a.snappers=s(a.snappers||{},t),a.createSnapGrid=a.snappers.grid}};export default r; | ||
import*as s from"./all.min.js";import t from"../utils/extend.min.js";const r={id:"snappers",install(r){const{interactStatic:a}=r;a.snappers=t(a.snappers||{},s),a.createSnapGrid=a.snappers.grid}};export default r; | ||
//# sourceMappingURL=index.min.js.map |
{ | ||
"name": "@interactjs/snappers", | ||
"version": "1.9.9", | ||
"version": "1.9.10", | ||
"peerDependencies": { | ||
"@interactjs/utils": "1.9.9" | ||
"@interactjs/utils": "1.9.10" | ||
}, | ||
@@ -10,3 +10,4 @@ "publishConfig": { | ||
}, | ||
"gitHead": "fa9935ec" | ||
"license": "MIT", | ||
"gitHead": "0a55a5d5" | ||
} |
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
14451