@react-stately/numberfield 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.
|
@@ -195,4 +195,4 @@ function $de67e98908f0c6ee$var$handleDecimalOperation(operator, value1, value2)
|
|
|
195
195
|
|
|
196
196
|
|
|
197
197
|
export {$de67e98908f0c6ee$export$7f629e9dc1ecf37c as useNumberFieldState};
|
|
198
|
-
//# sourceMappingURL=useNumberFieldState.
|
|
198
|
+
//# sourceMappingURL=useNumberFieldState.module.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-stately/numberfield",
|
|
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",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"url": "https://github.com/adobe/react-spectrum"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@internationalized/number": "3.5.3-nightly.
|
|
26
|
-
"@react-stately/form": "3.0.3-nightly.
|
|
27
|
-
"@react-stately/utils": "3.0.0-nightly.
|
|
28
|
-
"@react-types/numberfield": "3.8.3-nightly.
|
|
25
|
+
"@internationalized/number": "3.5.3-nightly.4624+d80999e89",
|
|
26
|
+
"@react-stately/form": "3.0.3-nightly.4624+d80999e89",
|
|
27
|
+
"@react-stately/utils": "3.0.0-nightly.2912+d80999e89",
|
|
28
|
+
"@react-types/numberfield": "3.8.3-nightly.4624+d80999e89",
|
|
29
29
|
"@swc/helpers": "^0.5.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
|
|
38
38
|
}
|