react-stately 3.37.0 → 3.39.0
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 +33 -29
package/package.json
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-stately",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.39.0",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
7
7
|
"module": "dist/module.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"
|
|
9
|
+
"source": "./src/index.ts",
|
|
10
|
+
"types": [
|
|
11
|
+
"./dist/types.d.ts",
|
|
12
|
+
"./src/index.ts"
|
|
13
|
+
],
|
|
10
14
|
"import": "./dist/import.mjs",
|
|
11
15
|
"require": "./dist/main.js"
|
|
12
16
|
},
|
|
@@ -24,32 +28,32 @@
|
|
|
24
28
|
"url": "https://github.com/adobe/react-spectrum"
|
|
25
29
|
},
|
|
26
30
|
"dependencies": {
|
|
27
|
-
"@react-stately/calendar": "^3.8.
|
|
28
|
-
"@react-stately/checkbox": "^3.6.
|
|
29
|
-
"@react-stately/collections": "^3.12.
|
|
30
|
-
"@react-stately/color": "^3.8.
|
|
31
|
-
"@react-stately/combobox": "^3.10.
|
|
32
|
-
"@react-stately/data": "^3.
|
|
33
|
-
"@react-stately/datepicker": "^3.14.
|
|
34
|
-
"@react-stately/disclosure": "^3.0.
|
|
35
|
-
"@react-stately/dnd": "^3.
|
|
36
|
-
"@react-stately/form": "^3.1.
|
|
37
|
-
"@react-stately/list": "^3.12.
|
|
38
|
-
"@react-stately/menu": "^3.9.
|
|
39
|
-
"@react-stately/numberfield": "^3.9.
|
|
40
|
-
"@react-stately/overlays": "^3.6.
|
|
41
|
-
"@react-stately/radio": "^3.10.
|
|
42
|
-
"@react-stately/searchfield": "^3.5.
|
|
43
|
-
"@react-stately/select": "^3.6.
|
|
44
|
-
"@react-stately/selection": "^3.20.
|
|
45
|
-
"@react-stately/slider": "^3.6.
|
|
46
|
-
"@react-stately/table": "^3.14.
|
|
47
|
-
"@react-stately/tabs": "^3.8.
|
|
48
|
-
"@react-stately/toast": "^3.1.
|
|
49
|
-
"@react-stately/toggle": "^3.8.
|
|
50
|
-
"@react-stately/tooltip": "^3.5.
|
|
51
|
-
"@react-stately/tree": "^3.
|
|
52
|
-
"@react-types/shared": "^3.
|
|
31
|
+
"@react-stately/calendar": "^3.8.2",
|
|
32
|
+
"@react-stately/checkbox": "^3.6.15",
|
|
33
|
+
"@react-stately/collections": "^3.12.5",
|
|
34
|
+
"@react-stately/color": "^3.8.6",
|
|
35
|
+
"@react-stately/combobox": "^3.10.6",
|
|
36
|
+
"@react-stately/data": "^3.13.1",
|
|
37
|
+
"@react-stately/datepicker": "^3.14.2",
|
|
38
|
+
"@react-stately/disclosure": "^3.0.5",
|
|
39
|
+
"@react-stately/dnd": "^3.6.0",
|
|
40
|
+
"@react-stately/form": "^3.1.5",
|
|
41
|
+
"@react-stately/list": "^3.12.3",
|
|
42
|
+
"@react-stately/menu": "^3.9.5",
|
|
43
|
+
"@react-stately/numberfield": "^3.9.13",
|
|
44
|
+
"@react-stately/overlays": "^3.6.17",
|
|
45
|
+
"@react-stately/radio": "^3.10.14",
|
|
46
|
+
"@react-stately/searchfield": "^3.5.13",
|
|
47
|
+
"@react-stately/select": "^3.6.14",
|
|
48
|
+
"@react-stately/selection": "^3.20.3",
|
|
49
|
+
"@react-stately/slider": "^3.6.5",
|
|
50
|
+
"@react-stately/table": "^3.14.3",
|
|
51
|
+
"@react-stately/tabs": "^3.8.3",
|
|
52
|
+
"@react-stately/toast": "^3.1.1",
|
|
53
|
+
"@react-stately/toggle": "^3.8.5",
|
|
54
|
+
"@react-stately/tooltip": "^3.5.5",
|
|
55
|
+
"@react-stately/tree": "^3.9.0",
|
|
56
|
+
"@react-types/shared": "^3.30.0"
|
|
53
57
|
},
|
|
54
58
|
"peerDependencies": {
|
|
55
59
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
|
@@ -61,5 +65,5 @@
|
|
|
61
65
|
"publishConfig": {
|
|
62
66
|
"access": "public"
|
|
63
67
|
},
|
|
64
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "265b4d7f107905ee1c6e87a8af1613ab440a6849"
|
|
65
69
|
}
|