react-stately 3.32.2-nightly.4978 → 3.32.2-nightly.4980
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/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-stately",
|
|
3
|
-
"version": "3.32.2-nightly.
|
|
3
|
+
"version": "3.32.2-nightly.4980+81e380437",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -24,29 +24,29 @@
|
|
|
24
24
|
"url": "https://github.com/adobe/react-spectrum"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@react-stately/calendar": "3.0.0-nightly.
|
|
28
|
-
"@react-stately/checkbox": "3.6.8-nightly.
|
|
29
|
-
"@react-stately/collections": "3.0.0-nightly.
|
|
30
|
-
"@react-stately/combobox": "3.9.2-nightly.
|
|
31
|
-
"@react-stately/data": "3.11.7-nightly.
|
|
32
|
-
"@react-stately/datepicker": "3.0.0-nightly.
|
|
33
|
-
"@react-stately/dnd": "3.4.2-nightly.
|
|
34
|
-
"@react-stately/form": "3.0.6-nightly.
|
|
35
|
-
"@react-stately/list": "3.10.8-nightly.
|
|
36
|
-
"@react-stately/menu": "3.8.2-nightly.
|
|
37
|
-
"@react-stately/numberfield": "3.0.0-nightly.
|
|
38
|
-
"@react-stately/overlays": "3.6.10-nightly.
|
|
39
|
-
"@react-stately/radio": "3.0.0-nightly.
|
|
40
|
-
"@react-stately/searchfield": "3.0.0-nightly.
|
|
41
|
-
"@react-stately/select": "3.6.7-nightly.
|
|
42
|
-
"@react-stately/selection": "3.0.0-nightly.
|
|
43
|
-
"@react-stately/slider": "3.5.7-nightly.
|
|
44
|
-
"@react-stately/table": "3.12.2-nightly.
|
|
45
|
-
"@react-stately/tabs": "3.0.0-nightly.
|
|
46
|
-
"@react-stately/toggle": "3.0.0-nightly.
|
|
47
|
-
"@react-stately/tooltip": "3.4.12-nightly.
|
|
48
|
-
"@react-stately/tree": "3.0.0-nightly.
|
|
49
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
27
|
+
"@react-stately/calendar": "3.0.0-nightly.3052+81e380437",
|
|
28
|
+
"@react-stately/checkbox": "3.6.8-nightly.4980+81e380437",
|
|
29
|
+
"@react-stately/collections": "3.0.0-nightly.3052+81e380437",
|
|
30
|
+
"@react-stately/combobox": "3.9.2-nightly.4980+81e380437",
|
|
31
|
+
"@react-stately/data": "3.11.7-nightly.4980+81e380437",
|
|
32
|
+
"@react-stately/datepicker": "3.0.0-nightly.3052+81e380437",
|
|
33
|
+
"@react-stately/dnd": "3.4.2-nightly.4980+81e380437",
|
|
34
|
+
"@react-stately/form": "3.0.6-nightly.4980+81e380437",
|
|
35
|
+
"@react-stately/list": "3.10.8-nightly.4980+81e380437",
|
|
36
|
+
"@react-stately/menu": "3.8.2-nightly.4980+81e380437",
|
|
37
|
+
"@react-stately/numberfield": "3.0.0-nightly.3052+81e380437",
|
|
38
|
+
"@react-stately/overlays": "3.6.10-nightly.4980+81e380437",
|
|
39
|
+
"@react-stately/radio": "3.0.0-nightly.3052+81e380437",
|
|
40
|
+
"@react-stately/searchfield": "3.0.0-nightly.3052+81e380437",
|
|
41
|
+
"@react-stately/select": "3.6.7-nightly.4980+81e380437",
|
|
42
|
+
"@react-stately/selection": "3.0.0-nightly.3052+81e380437",
|
|
43
|
+
"@react-stately/slider": "3.5.7-nightly.4980+81e380437",
|
|
44
|
+
"@react-stately/table": "3.12.2-nightly.4980+81e380437",
|
|
45
|
+
"@react-stately/tabs": "3.0.0-nightly.3052+81e380437",
|
|
46
|
+
"@react-stately/toggle": "3.0.0-nightly.3052+81e380437",
|
|
47
|
+
"@react-stately/tooltip": "3.4.12-nightly.4980+81e380437",
|
|
48
|
+
"@react-stately/tree": "3.0.0-nightly.3052+81e380437",
|
|
49
|
+
"@react-types/shared": "3.0.0-nightly.3052+81e380437"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "81e380437c63adb98b0ce73e3eaa08918d06c8bc"
|
|
61
61
|
}
|