@react-aria/interactions 3.0.0-nightly.2908 → 3.0.0-nightly.2911
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/PressResponder.mjs +1 -1
- package/dist/Pressable.mjs +1 -1
- package/dist/context.mjs +1 -1
- package/dist/createEventHandler.mjs +1 -1
- package/dist/textSelection.mjs +1 -1
- package/dist/useFocus.mjs +1 -1
- package/dist/useFocusVisible.mjs +1 -1
- package/dist/useFocusWithin.mjs +1 -1
- package/dist/useHover.mjs +1 -1
- package/dist/useInteractOutside.mjs +1 -1
- package/dist/useKeyboard.mjs +1 -1
- package/dist/useLongPress.mjs +1 -1
- package/dist/useMove.mjs +1 -1
- package/dist/usePress.mjs +1 -1
- package/dist/useScrollWheel.mjs +1 -1
- package/dist/utils.mjs +1 -1
- package/package.json +5 -5
package/dist/PressResponder.mjs
CHANGED
|
@@ -49,4 +49,4 @@ function $f1ab8c75478c6f73$export$cf75428e0b9ed1ea({ children: children }) {
|
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
export {$f1ab8c75478c6f73$export$3351871ee4b288b8 as PressResponder, $f1ab8c75478c6f73$export$cf75428e0b9ed1ea as ClearPressResponder};
|
|
52
|
-
//# sourceMappingURL=PressResponder.
|
|
52
|
+
//# sourceMappingURL=PressResponder.module.js.map
|
package/dist/Pressable.mjs
CHANGED
package/dist/context.mjs
CHANGED
package/dist/textSelection.mjs
CHANGED
|
@@ -68,4 +68,4 @@ function $14c0b72509d70225$export$b0d6fa1ab32e3295(target) {
|
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
export {$14c0b72509d70225$export$16a4697467175487 as disableTextSelection, $14c0b72509d70225$export$b0d6fa1ab32e3295 as restoreTextSelection};
|
|
71
|
-
//# sourceMappingURL=textSelection.
|
|
71
|
+
//# sourceMappingURL=textSelection.module.js.map
|
package/dist/useFocus.mjs
CHANGED
package/dist/useFocusVisible.mjs
CHANGED
|
@@ -234,4 +234,4 @@ function $507fabe10e71c6fb$export$ec71b4b83ac08ec3(fn, deps, opts) {
|
|
|
234
234
|
|
|
235
235
|
|
|
236
236
|
export {$507fabe10e71c6fb$export$d90243b58daecda7 as hasSetupGlobalListeners, $507fabe10e71c6fb$export$2f1888112f558a7d as addWindowFocusTracking, $507fabe10e71c6fb$export$b9b3dfddab17db27 as isFocusVisible, $507fabe10e71c6fb$export$630ff653c5ada6a9 as getInteractionModality, $507fabe10e71c6fb$export$8397ddfc504fdb9a as setInteractionModality, $507fabe10e71c6fb$export$98e20ec92f614cfe as useInteractionModality, $507fabe10e71c6fb$export$ffd9e5021c1fb2d6 as useFocusVisible, $507fabe10e71c6fb$export$ec71b4b83ac08ec3 as useFocusVisibleListener};
|
|
237
|
-
//# sourceMappingURL=useFocusVisible.
|
|
237
|
+
//# sourceMappingURL=useFocusVisible.module.js.map
|
package/dist/useFocusWithin.mjs
CHANGED
package/dist/useHover.mjs
CHANGED
package/dist/useKeyboard.mjs
CHANGED
package/dist/useLongPress.mjs
CHANGED
package/dist/useMove.mjs
CHANGED
package/dist/usePress.mjs
CHANGED
package/dist/useScrollWheel.mjs
CHANGED
package/dist/utils.mjs
CHANGED
|
@@ -112,4 +112,4 @@ function $8a9cb279dc87e130$export$715c682d09d639cc(onBlur) {
|
|
|
112
112
|
|
|
113
113
|
|
|
114
114
|
export {$8a9cb279dc87e130$export$905e7fc544a71f36 as SyntheticFocusEvent, $8a9cb279dc87e130$export$715c682d09d639cc as useSyntheticBlurEvent};
|
|
115
|
-
//# sourceMappingURL=utils.
|
|
115
|
+
//# sourceMappingURL=utils.module.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-aria/interactions",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.2911+b294de874",
|
|
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-aria/utils": "3.0.0-nightly.
|
|
27
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
25
|
+
"@react-aria/ssr": "3.9.4-nightly.4623+b294de874",
|
|
26
|
+
"@react-aria/utils": "3.0.0-nightly.2911+b294de874",
|
|
27
|
+
"@react-types/shared": "3.0.0-nightly.2911+b294de874",
|
|
28
28
|
"@swc/helpers": "^0.5.0"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
|
|
37
37
|
}
|