@react-aria/utils 3.0.0-nightly.2908 → 3.0.0-nightly.2912
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/chain.mjs +1 -1
- package/dist/domHelpers.mjs +1 -1
- package/dist/filterDOMProps.mjs +1 -1
- package/dist/focusWithoutScrolling.mjs +1 -1
- package/dist/getOffset.mjs +1 -1
- package/dist/getScrollParent.mjs +1 -1
- package/dist/getScrollParents.mjs +1 -1
- package/dist/isScrollable.mjs +1 -1
- package/dist/isVirtualEvent.mjs +1 -1
- package/dist/mergeProps.mjs +1 -1
- package/dist/mergeRefs.mjs +1 -1
- package/dist/openLink.mjs +1 -1
- package/dist/platform.mjs +1 -1
- package/dist/runAfterTransition.mjs +1 -1
- package/dist/scrollIntoView.mjs +1 -1
- package/dist/useDeepMemo.mjs +1 -1
- package/dist/useDescription.mjs +1 -1
- package/dist/useDrag1D.mjs +1 -1
- package/dist/useEffectEvent.mjs +1 -1
- package/dist/useEvent.mjs +1 -1
- package/dist/useFormReset.mjs +1 -1
- package/dist/useGlobalListeners.mjs +1 -1
- package/dist/useId.mjs +1 -1
- package/dist/useLabels.mjs +1 -1
- package/dist/useLayoutEffect.mjs +1 -1
- package/dist/useObjectRef.mjs +1 -1
- package/dist/useResizeObserver.mjs +1 -1
- package/dist/useSyncRef.mjs +1 -1
- package/dist/useUpdateEffect.mjs +1 -1
- package/dist/useValueEffect.mjs +1 -1
- package/dist/useViewportSize.mjs +1 -1
- package/package.json +5 -5
package/dist/chain.mjs
CHANGED
package/dist/domHelpers.mjs
CHANGED
|
@@ -10,4 +10,4 @@ const $431fbd86ca7dc216$export$f21a1ffae260145a = (el)=>{
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
export {$431fbd86ca7dc216$export$b204af158042fbac as getOwnerDocument, $431fbd86ca7dc216$export$f21a1ffae260145a as getOwnerWindow};
|
|
13
|
-
//# sourceMappingURL=domHelpers.
|
|
13
|
+
//# sourceMappingURL=domHelpers.module.js.map
|
package/dist/filterDOMProps.mjs
CHANGED
|
@@ -64,4 +64,4 @@ function $7215afc6de606d6b$var$restoreScrollPosition(scrollableElements) {
|
|
|
64
64
|
|
|
65
65
|
|
|
66
66
|
export {$7215afc6de606d6b$export$de79e2c695e052f3 as focusWithoutScrolling};
|
|
67
|
-
//# sourceMappingURL=focusWithoutScrolling.
|
|
67
|
+
//# sourceMappingURL=focusWithoutScrolling.module.js.map
|
package/dist/getOffset.mjs
CHANGED
package/dist/getScrollParent.mjs
CHANGED
package/dist/isScrollable.mjs
CHANGED
package/dist/isVirtualEvent.mjs
CHANGED
|
@@ -32,4 +32,4 @@ function $6a7db85432448f7f$export$29bf1b5f2c56cf63(event) {
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
export {$6a7db85432448f7f$export$60278871457622de as isVirtualClick, $6a7db85432448f7f$export$29bf1b5f2c56cf63 as isVirtualPointerEvent};
|
|
35
|
-
//# sourceMappingURL=isVirtualEvent.
|
|
35
|
+
//# sourceMappingURL=isVirtualEvent.module.js.map
|
package/dist/mergeProps.mjs
CHANGED
package/dist/mergeRefs.mjs
CHANGED
package/dist/openLink.mjs
CHANGED
|
@@ -126,4 +126,4 @@ function $ea8dcbcb9ea1b556$export$7e924b3091a3bd18(props) {
|
|
|
126
126
|
|
|
127
127
|
|
|
128
128
|
export {$ea8dcbcb9ea1b556$export$323e4fc2fa4753fb as RouterProvider, $ea8dcbcb9ea1b556$export$efa8c9099e530235 as shouldClientNavigate, $ea8dcbcb9ea1b556$export$95185d699e05d4d7 as openLink, $ea8dcbcb9ea1b556$export$9a302a45f65d0572 as useRouter, $ea8dcbcb9ea1b556$export$51437d503373d223 as getSyntheticLinkProps, $ea8dcbcb9ea1b556$export$7e924b3091a3bd18 as useLinkProps};
|
|
129
|
-
//# sourceMappingURL=openLink.
|
|
129
|
+
//# sourceMappingURL=openLink.module.js.map
|
package/dist/platform.mjs
CHANGED
|
@@ -48,4 +48,4 @@ function $c87311424ea30a05$export$b7d78993b74f766d() {
|
|
|
48
48
|
|
|
49
49
|
|
|
50
50
|
export {$c87311424ea30a05$export$9ac100e40613ea10 as isMac, $c87311424ea30a05$export$186c6964ca17d99 as isIPhone, $c87311424ea30a05$export$7bef049ce92e4224 as isIPad, $c87311424ea30a05$export$fedb369cb70207f1 as isIOS, $c87311424ea30a05$export$e1865c3bedcd822b as isAppleDevice, $c87311424ea30a05$export$78551043582a6a98 as isWebKit, $c87311424ea30a05$export$6446a186d09e379e as isChrome, $c87311424ea30a05$export$a11b0059900ceec8 as isAndroid, $c87311424ea30a05$export$b7d78993b74f766d as isFirefox};
|
|
51
|
-
//# sourceMappingURL=platform.
|
|
51
|
+
//# sourceMappingURL=platform.module.js.map
|
package/dist/scrollIntoView.mjs
CHANGED
|
@@ -87,4 +87,4 @@ function $2f04cbc44ee30ce0$export$c826860796309d1b(targetElement, opts) {
|
|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
export {$2f04cbc44ee30ce0$export$53a0910f038337bd as scrollIntoView, $2f04cbc44ee30ce0$export$c826860796309d1b as scrollIntoViewport};
|
|
90
|
-
//# sourceMappingURL=scrollIntoView.
|
|
90
|
+
//# sourceMappingURL=scrollIntoView.module.js.map
|
package/dist/useDeepMemo.mjs
CHANGED
package/dist/useDescription.mjs
CHANGED
package/dist/useDrag1D.mjs
CHANGED
package/dist/useEffectEvent.mjs
CHANGED
package/dist/useEvent.mjs
CHANGED
package/dist/useFormReset.mjs
CHANGED
package/dist/useId.mjs
CHANGED
|
@@ -83,4 +83,4 @@ function $bdb11010cef70236$export$b4cc09c592e8fdb8(depArray = []) {
|
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
export {$bdb11010cef70236$export$f680877a34711e37 as useId, $bdb11010cef70236$export$cd8c9cb68f842629 as mergeIds, $bdb11010cef70236$export$b4cc09c592e8fdb8 as useSlotId};
|
|
86
|
-
//# sourceMappingURL=useId.
|
|
86
|
+
//# sourceMappingURL=useId.module.js.map
|
package/dist/useLabels.mjs
CHANGED
package/dist/useLayoutEffect.mjs
CHANGED
package/dist/useObjectRef.mjs
CHANGED
package/dist/useSyncRef.mjs
CHANGED
package/dist/useUpdateEffect.mjs
CHANGED
package/dist/useValueEffect.mjs
CHANGED
package/dist/useViewportSize.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-aria/utils",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.2912+d80999e89",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"url": "https://github.com/adobe/react-spectrum"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@react-aria/ssr": "3.9.4-nightly.
|
|
26
|
-
"@react-stately/utils": "3.0.0-nightly.
|
|
27
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
25
|
+
"@react-aria/ssr": "3.9.4-nightly.4624+d80999e89",
|
|
26
|
+
"@react-stately/utils": "3.0.0-nightly.2912+d80999e89",
|
|
27
|
+
"@react-types/shared": "3.0.0-nightly.2912+d80999e89",
|
|
28
28
|
"@swc/helpers": "^0.5.0",
|
|
29
29
|
"clsx": "^2.0.0"
|
|
30
30
|
},
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
|
|
38
38
|
}
|