@react-stately/virtualizer
Advanced tools
Comparing version 3.1.5-nightly.2784 to 3.1.5-nightly.2785
@@ -1643,3 +1643,4 @@ var _babelRuntimeHelpersExtends = $parcel$interopDefault(require("@babel/runtime/helpers/extends")); | ||
if (!cur.rect.pointEquals(layoutInfo.rect) || cur.opacity !== layoutInfo.opacity || cur.transform !== layoutInfo.transform) { | ||
if ( // Uses equals rather than pointEquals so that width/height changes are taken into account | ||
!cur.rect.equals(layoutInfo.rect) || cur.opacity !== layoutInfo.opacity || cur.transform !== layoutInfo.transform) { | ||
return true; | ||
@@ -1646,0 +1647,0 @@ } |
@@ -1616,3 +1616,4 @@ import _babelRuntimeHelpersEsmExtends from "@babel/runtime/helpers/esm/extends"; | ||
if (!cur.rect.pointEquals(layoutInfo.rect) || cur.opacity !== layoutInfo.opacity || cur.transform !== layoutInfo.transform) { | ||
if ( // Uses equals rather than pointEquals so that width/height changes are taken into account | ||
!cur.rect.equals(layoutInfo.rect) || cur.opacity !== layoutInfo.opacity || cur.transform !== layoutInfo.transform) { | ||
return true; | ||
@@ -1619,0 +1620,0 @@ } |
{ | ||
"name": "@react-stately/virtualizer", | ||
"version": "3.1.5-nightly.2784+6924b49d7", | ||
"version": "3.1.5-nightly.2785+4ffc6447a", | ||
"description": "Spectrum UI components in React", | ||
@@ -21,4 +21,4 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-aria/utils": "3.0.0-nightly.1099+6924b49d7", | ||
"@react-types/shared": "3.0.0-nightly.1099+6924b49d7" | ||
"@react-aria/utils": "3.0.0-nightly.1100+4ffc6447a", | ||
"@react-types/shared": "3.0.0-nightly.1100+4ffc6447a" | ||
}, | ||
@@ -31,3 +31,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "6924b49d773d8d276ded1bf21dcb0af37e700cfb" | ||
"gitHead": "4ffc6447a8f8b22e316383997e1d0b31d8602a56" | ||
} |
@@ -870,3 +870,4 @@ /* | ||
if ( | ||
!cur.rect.pointEquals(layoutInfo.rect) || | ||
// Uses equals rather than pointEquals so that width/height changes are taken into account | ||
!cur.rect.equals(layoutInfo.rect) || | ||
cur.opacity !== layoutInfo.opacity || | ||
@@ -873,0 +874,0 @@ cur.transform !== layoutInfo.transform |
Sorry, the diff of this file is not supported yet
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
444766
5506