@layerstack/svelte-actions
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -20,3 +20,3 @@ import type { Action } from 'svelte/action'; | ||
*/ | ||
export declare const movable: Action<HTMLElement, MovableOptions | undefined>; | ||
export declare const movable: Action<HTMLElement | SVGElement, MovableOptions | undefined>; | ||
/** Set relative mouse coordinates as --x/--y CSS variables */ | ||
@@ -23,0 +23,0 @@ export declare const mouseCoords: Action<HTMLElement, HTMLElement | undefined>; |
@@ -7,3 +7,3 @@ { | ||
"repository": "techniq/layerstack", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"devDependencies": { | ||
@@ -10,0 +10,0 @@ "@sveltejs/package": "^2.3.5", |
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
63074