@interactjs/modifiers
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -20,1 +20,2 @@ import { Modifier, ModifierModule, ModifierState } from './base'; | ||
export default aspectRatio; | ||
//# sourceMappingURL=aspectRatio.d.ts.map |
export {}; | ||
//# sourceMappingURL=aspectRatio.spec.d.ts.map |
@@ -127,1 +127,2 @@ declare module '@interactjs/core/scope' { | ||
export default modifiersBase; | ||
//# sourceMappingURL=base.d.ts.map |
export {}; | ||
//# sourceMappingURL=base.spec.d.ts.map |
@@ -9,1 +9,2 @@ export declare const snap: any; | ||
export declare const aspectRatio: any; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@interactjs/modifiers", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@interactjs/core": "1.8.1", | ||
"@interactjs/utils": "1.8.1" | ||
"@interactjs/core": "1.8.2", | ||
"@interactjs/utils": "1.8.2" | ||
}, | ||
"devDependencies": { | ||
"@interactjs/_dev": "1.8.1", | ||
"@interactjs/actions": "1.8.1" | ||
"@interactjs/_dev": "1.8.2", | ||
"@interactjs/actions": "1.8.2" | ||
}, | ||
@@ -16,3 +16,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "1ee67bb8" | ||
"gitHead": "b9b4d24c" | ||
} |
@@ -35,1 +35,2 @@ import { ModifierArg, ModifierState } from '../base'; | ||
export default restrictEdges; | ||
//# sourceMappingURL=edges.d.ts.map |
export {}; | ||
//# sourceMappingURL=edges.spec.d.ts.map |
@@ -15,1 +15,2 @@ import { ModifierModule, ModifierState } from '../base'; | ||
export default restrict; | ||
//# sourceMappingURL=pointer.d.ts.map |
export {}; | ||
//# sourceMappingURL=pointer.spec.d.ts.map |
@@ -18,1 +18,2 @@ declare const restrictRect: { | ||
export default restrictRect; | ||
//# sourceMappingURL=rect.d.ts.map |
@@ -25,1 +25,2 @@ import { ModifierArg, ModifierState } from '../base'; | ||
export default restrictSize; | ||
//# sourceMappingURL=size.d.ts.map |
export {}; | ||
//# sourceMappingURL=size.spec.d.ts.map |
@@ -32,1 +32,2 @@ /** | ||
export default snapEdges; | ||
//# sourceMappingURL=edges.d.ts.map |
export {}; | ||
//# sourceMappingURL=edges.spec.d.ts.map |
@@ -49,1 +49,2 @@ import { ModifierArg, ModifierState } from '../base'; | ||
export default snap; | ||
//# sourceMappingURL=pointer.d.ts.map |
export {}; | ||
//# sourceMappingURL=pointer.spec.d.ts.map |
@@ -21,1 +21,2 @@ import { ModifierArg } from '../base'; | ||
export default snapSize; | ||
//# sourceMappingURL=size.d.ts.map |
export {}; | ||
//# sourceMappingURL=size.spec.d.ts.map |
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
136700
59