@react-spectrum/utils 3.0.0-nightly.1489 → 3.0.0-nightly.1490
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/main.js +2 -2
- package/package.json +6 -6
package/dist/main.js
CHANGED
|
@@ -747,7 +747,7 @@ function $67043c48a01bef79$export$e52e2242b6d0f1d4(query, ref) {
|
|
|
747
747
|
|
|
748
748
|
var $5a43899d107d06c2$exports = {};
|
|
749
749
|
|
|
750
|
-
$parcel$export($5a43899d107d06c2$exports, "useResizeObserver", () => $
|
|
750
|
+
$parcel$export($5a43899d107d06c2$exports, "useResizeObserver", () => $cRUfp$reactariautils.useResizeObserver);
|
|
751
751
|
|
|
752
752
|
|
|
753
753
|
|
|
@@ -765,7 +765,7 @@ function $e9c08f6fb6c823d1$export$736bf165441b18c7() {
|
|
|
765
765
|
|
|
766
766
|
var $6ab44907f1666a9c$exports = {};
|
|
767
767
|
|
|
768
|
-
$parcel$export($6ab44907f1666a9c$exports, "useValueEffect", () => $
|
|
768
|
+
$parcel$export($6ab44907f1666a9c$exports, "useValueEffect", () => $cRUfp$reactariautils.useValueEffect);
|
|
769
769
|
|
|
770
770
|
|
|
771
771
|
|
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.1490+baebf234e",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.6.2",
|
|
23
|
-
"@react-aria/i18n": "3.0.0-nightly.
|
|
24
|
-
"@react-aria/ssr": "3.1.3-nightly.
|
|
25
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
26
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
23
|
+
"@react-aria/i18n": "3.0.0-nightly.1490+baebf234e",
|
|
24
|
+
"@react-aria/ssr": "3.1.3-nightly.3189+baebf234e",
|
|
25
|
+
"@react-aria/utils": "3.0.0-nightly.1490+baebf234e",
|
|
26
|
+
"@react-types/shared": "3.0.0-nightly.1490+baebf234e",
|
|
27
27
|
"clsx": "^1.1.1"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "baebf234ebc11a3975c9d7eb673fa1fce362f844"
|
|
36
36
|
}
|