svelte-dnd-action
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -30,3 +30,3 @@ { | ||
"description": "*An awesome drag and drop library for Svelte 3 (not using the browser's built-in dnd, thanks god): Rich animations, nested containers, touch support and more *", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"repository": { | ||
@@ -33,0 +33,0 @@ "type": "git", |
@@ -120,3 +120,3 @@ import {decrementActiveDropZoneCount, incrementActiveDropZoneCount, ITEM_ID_KEY, SOURCES, TRIGGERS} from "./constants"; | ||
items: undefined, | ||
type: DEFAULT_DROP_ZONE_TYPE, | ||
type: undefined, | ||
dragDisabled: false, | ||
@@ -123,0 +123,0 @@ dropFromOthersDisabled: false, |
@@ -229,3 +229,3 @@ import { | ||
items: undefined, | ||
type: DEFAULT_DROP_ZONE_TYPE, | ||
type: undefined, | ||
flipDurationMs: 0, | ||
@@ -232,0 +232,0 @@ dragDisabled: false, |
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
74411