@react-aria/utils 3.0.0-nightly.1489 → 3.0.0-nightly.1492

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.
Files changed (2) hide show
  1. package/dist/main.js +2 -2
  2. package/package.json +5 -5
package/dist/main.js CHANGED
@@ -246,8 +246,8 @@ function $16ec41ef3e36c19c$export$622cea445a1c5b7d(element, reverse, orientation
246
246
 
247
247
  var $eb1d06911309900e$exports = {};
248
248
 
249
- $parcel$export($eb1d06911309900e$exports, "clamp", () => $eb1d06911309900e$re_export$clamp);
250
- $parcel$export($eb1d06911309900e$exports, "snapValueToStep", () => $eb1d06911309900e$re_export$snapValueToStep);
249
+ $parcel$export($eb1d06911309900e$exports, "clamp", () => $1Yh1N$reactstatelyutils.clamp);
250
+ $parcel$export($eb1d06911309900e$exports, "snapValueToStep", () => $1Yh1N$reactstatelyutils.snapValueToStep);
251
251
 
252
252
 
253
253
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-aria/utils",
3
- "version": "3.0.0-nightly.1489+dc034ad21",
3
+ "version": "3.0.0-nightly.1492+0a284c043",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -18,9 +18,9 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@babel/runtime": "^7.6.2",
21
- "@react-aria/ssr": "3.1.3-nightly.3188+dc034ad21",
22
- "@react-stately/utils": "3.0.0-nightly.1489+dc034ad21",
23
- "@react-types/shared": "3.0.0-nightly.1489+dc034ad21",
21
+ "@react-aria/ssr": "3.1.3-nightly.3191+0a284c043",
22
+ "@react-stately/utils": "3.0.0-nightly.1492+0a284c043",
23
+ "@react-types/shared": "3.0.0-nightly.1492+0a284c043",
24
24
  "clsx": "^1.1.1"
25
25
  },
26
26
  "peerDependencies": {
@@ -29,5 +29,5 @@
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  },
32
- "gitHead": "dc034ad21bc71b478dd97cdacbbfe2411371a1ad"
32
+ "gitHead": "0a284c04343ed170f5410e9188dd722657072222"
33
33
  }