@react-aria/dnd
Advanced tools
Comparing version 3.0.0-nightly.3213 to 3.0.0-nightly.3216
{ | ||
"name": "@react-aria/dnd", | ||
"version": "3.0.0-nightly.3213+3fcbe2a0d", | ||
"version": "3.0.0-nightly.3216+1d6bdd52c", | ||
"description": "Spectrum UI components in React", | ||
@@ -21,12 +21,12 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-aria/i18n": "3.0.0-nightly.1514+3fcbe2a0d", | ||
"@react-aria/interactions": "3.0.0-nightly.1514+3fcbe2a0d", | ||
"@react-aria/live-announcer": "3.0.0-nightly.1514+3fcbe2a0d", | ||
"@react-aria/overlays": "3.0.0-nightly.1514+3fcbe2a0d", | ||
"@react-aria/utils": "3.0.0-nightly.1514+3fcbe2a0d", | ||
"@react-aria/visually-hidden": "3.0.0-nightly.1514+3fcbe2a0d", | ||
"@react-stately/dnd": "3.0.0-nightly.3213+3fcbe2a0d", | ||
"@react-stately/selection": "3.0.0-nightly.1514+3fcbe2a0d", | ||
"@react-types/button": "3.4.5-nightly.3213+3fcbe2a0d", | ||
"@react-types/shared": "3.0.0-nightly.1514+3fcbe2a0d" | ||
"@react-aria/i18n": "3.0.0-nightly.1517+1d6bdd52c", | ||
"@react-aria/interactions": "3.0.0-nightly.1517+1d6bdd52c", | ||
"@react-aria/live-announcer": "3.0.0-nightly.1517+1d6bdd52c", | ||
"@react-aria/overlays": "3.0.0-nightly.1517+1d6bdd52c", | ||
"@react-aria/utils": "3.0.0-nightly.1517+1d6bdd52c", | ||
"@react-aria/visually-hidden": "3.0.0-nightly.1517+1d6bdd52c", | ||
"@react-stately/dnd": "3.0.0-nightly.3216+1d6bdd52c", | ||
"@react-stately/selection": "3.0.0-nightly.1517+1d6bdd52c", | ||
"@react-types/button": "3.4.5-nightly.3216+1d6bdd52c", | ||
"@react-types/shared": "3.0.0-nightly.1517+1d6bdd52c" | ||
}, | ||
@@ -40,3 +40,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "3fcbe2a0d6fd0d1efe606f643beb3fa65c503830" | ||
"gitHead": "1d6bdd52c9d7a5cbfab84595281494f27e3af90b" | ||
} |
@@ -109,2 +109,6 @@ /* | ||
// Rounding height to an even number prevents blurry preview seen on some screens | ||
let height = 2 * Math.round(rect.height / 2); | ||
node.style.height = `${height}px`; | ||
e.dataTransfer.setDragImage(node, x, y); | ||
@@ -111,0 +115,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
804463
6026