react-beautiful-dnd
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -29,3 +29,3 @@ 'use strict'; | ||
sourceEdge: 'start', | ||
destination: droppable.page.withMargin, | ||
destination: droppable.page.withMarginAndPadding, | ||
destinationEdge: 'start', | ||
@@ -32,0 +32,0 @@ destinationAxis: axis |
{ | ||
"name": "react-beautiful-dnd", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Beautiful, accessible drag and drop for lists with React.js", | ||
@@ -5,0 +5,0 @@ "author": "Alex Reardon <areardon@atlassian.com>", |
@@ -43,3 +43,3 @@ // @flow | ||
sourceEdge: 'start', | ||
destination: droppable.page.withMargin, | ||
destination: droppable.page.withMarginAndPadding, | ||
destinationEdge: 'start', | ||
@@ -46,0 +46,0 @@ destinationAxis: axis, |
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
589810