@react-stately/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/number.mjs +1 -1
- package/dist/useControlledState.mjs +1 -1
- package/package.json +2 -2
package/dist/number.mjs
CHANGED
|
@@ -45,4 +45,4 @@ function $9446cca9a3875146$export$b6268554fba451f(value, digits, base = 10) {
|
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
export {$9446cca9a3875146$export$7d15b64cf5a3a4c4 as clamp, $9446cca9a3875146$export$e1a7b8e69ef6c52f as roundToStepPrecision, $9446cca9a3875146$export$cb6e0bb50bc19463 as snapValueToStep, $9446cca9a3875146$export$b6268554fba451f as toFixedNumber};
|
|
48
|
-
//# sourceMappingURL=number.
|
|
48
|
+
//# sourceMappingURL=number.module.js.map
|
|
@@ -66,4 +66,4 @@ function $458b0a5536c1a7cf$export$40bfa8c7b0832715(value, defaultValue, onChange
|
|
|
66
66
|
|
|
67
67
|
|
|
68
68
|
export {$458b0a5536c1a7cf$export$40bfa8c7b0832715 as useControlledState};
|
|
69
|
-
//# sourceMappingURL=useControlledState.
|
|
69
|
+
//# sourceMappingURL=useControlledState.module.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-stately/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",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"publishConfig": {
|
|
31
31
|
"access": "public"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
|
|
34
34
|
}
|