@react-spectrum/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/BreakpointProvider.mjs +1 -1
- package/dist/Slots.mjs +1 -1
- package/dist/classNames.mjs +1 -1
- package/dist/getWrappedElement.mjs +1 -1
- package/dist/styleProps.mjs +1 -1
- package/dist/useDOMRef.mjs +1 -1
- package/dist/useHasChild.mjs +1 -1
- package/dist/useIsMobileDevice.mjs +1 -1
- package/dist/useMediaQuery.mjs +1 -1
- package/package.json +6 -6
|
@@ -61,4 +61,4 @@ function $1051245f87c5981d$export$199d6754bdf4e1e3() {
|
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
export {$1051245f87c5981d$export$8214320346cf5104 as BreakpointProvider, $1051245f87c5981d$export$140ae7baa51cca23 as useMatchedBreakpoints, $1051245f87c5981d$export$199d6754bdf4e1e3 as useBreakpoint};
|
|
64
|
-
//# sourceMappingURL=BreakpointProvider.
|
|
64
|
+
//# sourceMappingURL=BreakpointProvider.module.js.map
|
package/dist/Slots.mjs
CHANGED
|
@@ -58,4 +58,4 @@ function $59d09bcc83651bf9$export$ceb145244332b7a2(props) {
|
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
export {$59d09bcc83651bf9$export$1e5c9e6e4e15efe3 as useSlotProps, $59d09bcc83651bf9$export$365cf34cda9978e2 as cssModuleToSlots, $59d09bcc83651bf9$export$8107b24b91795686 as SlotProvider, $59d09bcc83651bf9$export$ceb145244332b7a2 as ClearSlots};
|
|
61
|
-
//# sourceMappingURL=Slots.
|
|
61
|
+
//# sourceMappingURL=Slots.module.js.map
|
package/dist/classNames.mjs
CHANGED
|
@@ -36,4 +36,4 @@ function $fd933927dbac1f15$export$ce4ab0c55987d1ff(cssModule, ...values) {
|
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
export {$fd933927dbac1f15$export$46d604dce8bf8724 as shouldKeepSpectrumClassNames, $fd933927dbac1f15$export$f9d3bfd10703eb31 as keepSpectrumClassNames, $fd933927dbac1f15$export$ce4ab0c55987d1ff as classNames};
|
|
39
|
-
//# sourceMappingURL=classNames.
|
|
39
|
+
//# sourceMappingURL=classNames.module.js.map
|
package/dist/styleProps.mjs
CHANGED
|
@@ -453,4 +453,4 @@ function $380ed8f3903c3931$export$52dbfdbe1b2c3541(prop, matchedBreakpoints) {
|
|
|
453
453
|
|
|
454
454
|
|
|
455
455
|
export {$380ed8f3903c3931$export$fe9c6e915565b4e8 as baseStyleProps, $380ed8f3903c3931$export$abc24f5b99744ea6 as dimensionValue, $380ed8f3903c3931$export$46b6c81d11d2c30a as passthroughStyle, $380ed8f3903c3931$export$e0705d1a55f297c as viewStyleProps, $380ed8f3903c3931$export$f348bec194f2e6b5 as responsiveDimensionValue, $380ed8f3903c3931$export$52dbfdbe1b2c3541 as getResponsiveProp, $380ed8f3903c3931$export$f3c39bb9534218d0 as convertStyleProps, $380ed8f3903c3931$export$b8e6fb9d2dff3f41 as useStyleProps};
|
|
456
|
-
//# sourceMappingURL=styleProps.
|
|
456
|
+
//# sourceMappingURL=styleProps.module.js.map
|
package/dist/useDOMRef.mjs
CHANGED
|
@@ -51,4 +51,4 @@ function $98e5a8ae0e6415af$export$1d5cc31d9d8df817(ref) {
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
export {$98e5a8ae0e6415af$export$a5795cc979dfae80 as createDOMRef, $98e5a8ae0e6415af$export$79d69eee6ae4b329 as createFocusableRef, $98e5a8ae0e6415af$export$c2c55ef9111cafd8 as useDOMRef, $98e5a8ae0e6415af$export$96a734597687c040 as useFocusableRef, $98e5a8ae0e6415af$export$c7e28c72a4823176 as unwrapDOMRef, $98e5a8ae0e6415af$export$1d5cc31d9d8df817 as useUnwrapDOMRef};
|
|
54
|
-
//# sourceMappingURL=useDOMRef.
|
|
54
|
+
//# sourceMappingURL=useDOMRef.module.js.map
|
package/dist/useHasChild.mjs
CHANGED
package/dist/useMediaQuery.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/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",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"url": "https://github.com/adobe/react-spectrum"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@react-aria/i18n": "3.0.0-nightly.
|
|
28
|
-
"@react-aria/ssr": "3.9.4-nightly.
|
|
29
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
30
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
27
|
+
"@react-aria/i18n": "3.0.0-nightly.2912+d80999e89",
|
|
28
|
+
"@react-aria/ssr": "3.9.4-nightly.4624+d80999e89",
|
|
29
|
+
"@react-aria/utils": "3.0.0-nightly.2912+d80999e89",
|
|
30
|
+
"@react-types/shared": "3.0.0-nightly.2912+d80999e89",
|
|
31
31
|
"@swc/helpers": "^0.5.0",
|
|
32
32
|
"clsx": "^2.0.0"
|
|
33
33
|
},
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
|
|
41
41
|
}
|