@react-stately/virtualizer 3.7.1-nightly.4620 → 3.7.1-nightly.4623
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Layout.mjs +1 -1
- package/dist/LayoutInfo.mjs +1 -1
- package/dist/OverscanManager.mjs +1 -1
- package/dist/Point.mjs +1 -1
- package/dist/Rect.mjs +1 -1
- package/dist/ReusableView.mjs +1 -1
- package/dist/Size.mjs +1 -1
- package/dist/Transaction.mjs +1 -1
- package/dist/Virtualizer.mjs +1 -1
- package/dist/tween.mjs +1 -1
- package/dist/useVirtualizerState.mjs +1 -1
- package/dist/utils.mjs +1 -1
- package/package.json +4 -4
package/dist/Layout.mjs
CHANGED
package/dist/LayoutInfo.mjs
CHANGED
package/dist/OverscanManager.mjs
CHANGED
package/dist/Point.mjs
CHANGED
package/dist/Rect.mjs
CHANGED
package/dist/ReusableView.mjs
CHANGED
package/dist/Size.mjs
CHANGED
package/dist/Transaction.mjs
CHANGED
package/dist/Virtualizer.mjs
CHANGED
package/dist/tween.mjs
CHANGED
|
@@ -58,4 +58,4 @@ function $3eb131dcf37ad5f8$export$57636bb43b1ccbb0(t) {
|
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
export {$3eb131dcf37ad5f8$export$dc0b63720788090c as tween, $3eb131dcf37ad5f8$export$77860c106b4a6a2e as linearEasing, $3eb131dcf37ad5f8$export$57636bb43b1ccbb0 as easeOut};
|
|
61
|
-
//# sourceMappingURL=tween.
|
|
61
|
+
//# sourceMappingURL=tween.module.js.map
|
package/dist/utils.mjs
CHANGED
|
@@ -43,4 +43,4 @@ function $fc36f9a046a9ce79$export$a8d0d0c8d1c5df64(a, b) {
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
export {$fc36f9a046a9ce79$export$37a26b283fd7740e as keyDiff, $fc36f9a046a9ce79$export$acaf96a27438246b as difference, $fc36f9a046a9ce79$export$cfc14088dfefce5f as concatIterators, $fc36f9a046a9ce79$export$6897c284b6f9f4dc as invert, $fc36f9a046a9ce79$export$a8d0d0c8d1c5df64 as isSetEqual};
|
|
46
|
-
//# sourceMappingURL=utils.
|
|
46
|
+
//# sourceMappingURL=utils.module.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-stately/virtualizer",
|
|
3
|
-
"version": "3.7.1-nightly.
|
|
3
|
+
"version": "3.7.1-nightly.4623+b294de874",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"url": "https://github.com/adobe/react-spectrum"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
26
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
25
|
+
"@react-aria/utils": "3.0.0-nightly.2911+b294de874",
|
|
26
|
+
"@react-types/shared": "3.0.0-nightly.2911+b294de874",
|
|
27
27
|
"@swc/helpers": "^0.5.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
|
|
36
36
|
}
|