@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 CHANGED
@@ -67,4 +67,4 @@
67
67
 
68
68
 
69
69
  export {$c74cda7d31af1253$export$c84671f46d6a1ca as Layout};
70
- //# sourceMappingURL=Layout.mjs.map
70
+ //# sourceMappingURL=Layout.module.js.map
@@ -43,4 +43,4 @@
43
43
 
44
44
 
45
45
  export {$d7fd61009c21d0bb$export$7e0eeb9da702a085 as LayoutInfo};
46
- //# sourceMappingURL=LayoutInfo.mjs.map
46
+ //# sourceMappingURL=LayoutInfo.module.js.map
@@ -79,4 +79,4 @@ class $364191b3decf3697$export$4455ee6afb38dcbb {
79
79
 
80
80
 
81
81
  export {$364191b3decf3697$export$4455ee6afb38dcbb as OverscanManager};
82
- //# sourceMappingURL=OverscanManager.mjs.map
82
+ //# sourceMappingURL=OverscanManager.module.js.map
package/dist/Point.mjs CHANGED
@@ -32,4 +32,4 @@
32
32
 
33
33
 
34
34
  export {$3041db3296945e6e$export$baf26146a414f24a as Point};
35
- //# sourceMappingURL=Point.mjs.map
35
+ //# sourceMappingURL=Point.module.js.map
package/dist/Rect.mjs CHANGED
@@ -122,4 +122,4 @@ class $60423f92c7f9ad87$export$c79fc6492f3af13d {
122
122
 
123
123
 
124
124
  export {$60423f92c7f9ad87$export$c79fc6492f3af13d as Rect};
125
- //# sourceMappingURL=Rect.mjs.map
125
+ //# sourceMappingURL=Rect.module.js.map
@@ -25,4 +25,4 @@ class $ad1d98aa8f0c31b4$export$1a5223887c560441 {
25
25
 
26
26
 
27
27
  export {$ad1d98aa8f0c31b4$export$1a5223887c560441 as ReusableView};
28
- //# sourceMappingURL=ReusableView.mjs.map
28
+ //# sourceMappingURL=ReusableView.module.js.map
package/dist/Size.mjs CHANGED
@@ -32,4 +32,4 @@
32
32
 
33
33
 
34
34
  export {$ee1bfa90a957fb8a$export$cb6da89c6af1a8ec as Size};
35
- //# sourceMappingURL=Size.mjs.map
35
+ //# sourceMappingURL=Size.module.js.map
@@ -24,4 +24,4 @@
24
24
 
25
25
 
26
26
  export {$8e135e531d8dcb66$export$febc5573c75cefb0 as Transaction};
27
- //# sourceMappingURL=Transaction.mjs.map
27
+ //# sourceMappingURL=Transaction.module.js.map
@@ -805,4 +805,4 @@ class $38b9490c1cca8fc4$export$89be5a243e59c4b2 {
805
805
 
806
806
 
807
807
  export {$38b9490c1cca8fc4$export$89be5a243e59c4b2 as Virtualizer};
808
- //# sourceMappingURL=Virtualizer.mjs.map
808
+ //# sourceMappingURL=Virtualizer.module.js.map
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.mjs.map
61
+ //# sourceMappingURL=tween.module.js.map
@@ -88,4 +88,4 @@ function $fc0b13b484ac1194$export$1505db82fe357e65(opts) {
88
88
 
89
89
 
90
90
  export {$fc0b13b484ac1194$export$1505db82fe357e65 as useVirtualizerState};
91
- //# sourceMappingURL=useVirtualizerState.mjs.map
91
+ //# sourceMappingURL=useVirtualizerState.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.mjs.map
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.4620+5cacbdbf8",
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.2908+5cacbdbf8",
26
- "@react-types/shared": "3.0.0-nightly.2908+5cacbdbf8",
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": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
35
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
36
36
  }