@react-aria/test-utils 1.0.0-nightly.4619 → 1.0.0-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/events.mjs +1 -1
- package/dist/testSetup.mjs +1 -1
- package/dist/userEventMaps.mjs +1 -1
- package/package.json +2 -2
package/dist/events.mjs
CHANGED
|
@@ -28,4 +28,4 @@ function $5d1eca18f92ad0e6$export$3a22a5a9bc0fd3b(element, opts = {}) {
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
export {$5d1eca18f92ad0e6$export$4bd1d2d5ba6f5eaf as DEFAULT_LONG_PRESS_TIME, $5d1eca18f92ad0e6$export$3a22a5a9bc0fd3b as triggerLongPress};
|
|
31
|
-
//# sourceMappingURL=events.
|
|
31
|
+
//# sourceMappingURL=events.module.js.map
|
package/dist/testSetup.mjs
CHANGED
|
@@ -73,4 +73,4 @@ function $68df97871cfb5e33$export$82f0b04c1d69a901() {
|
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
export {$68df97871cfb5e33$export$de31e3987c917741 as installMouseEvent, $68df97871cfb5e33$export$82f0b04c1d69a901 as installPointerEvent};
|
|
76
|
-
//# sourceMappingURL=testSetup.
|
|
76
|
+
//# sourceMappingURL=testSetup.module.js.map
|
package/dist/userEventMaps.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-aria/test-utils",
|
|
3
|
-
"version": "1.0.0-nightly.
|
|
3
|
+
"version": "1.0.0-nightly.4623+b294de874",
|
|
4
4
|
"description": "Testing utils for react-aria patterns",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
|
|
37
37
|
}
|