react-aria-components 3.0.0-nightly-0784c3d29-250523 → 3.0.0-nightly-1563243fe-250524
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 +31 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-aria-components",
|
|
3
|
-
"version": "3.0.0-nightly-
|
|
3
|
+
"version": "3.0.0-nightly-1563243fe-250524",
|
|
4
4
|
"description": "A library of styleable components built using React Aria",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -9,7 +9,11 @@
|
|
|
9
9
|
"source": "src/index.ts",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
|
-
"
|
|
12
|
+
"source": "./src/index.ts",
|
|
13
|
+
"types": [
|
|
14
|
+
"./dist/types.d.ts",
|
|
15
|
+
"./src/index.ts"
|
|
16
|
+
],
|
|
13
17
|
"import": "./dist/import.mjs",
|
|
14
18
|
"require": "./dist/main.js"
|
|
15
19
|
},
|
|
@@ -37,33 +41,33 @@
|
|
|
37
41
|
"url": "https://github.com/adobe/react-spectrum"
|
|
38
42
|
},
|
|
39
43
|
"dependencies": {
|
|
40
|
-
"@internationalized/date": "3.0.0-nightly-
|
|
41
|
-
"@internationalized/string": "3.0.0-nightly-
|
|
42
|
-
"@react-aria/autocomplete": "3.0.0-nightly-
|
|
43
|
-
"@react-aria/collections": "3.0.0-nightly-
|
|
44
|
-
"@react-aria/dnd": "3.0.0-nightly-
|
|
45
|
-
"@react-aria/focus": "3.0.0-nightly-
|
|
46
|
-
"@react-aria/interactions": "3.0.0-nightly-
|
|
47
|
-
"@react-aria/live-announcer": "3.0.0-nightly-
|
|
48
|
-
"@react-aria/overlays": "3.0.0-nightly-
|
|
49
|
-
"@react-aria/ssr": "3.0.0-nightly-
|
|
50
|
-
"@react-aria/toolbar": "3.0.0-nightly-
|
|
51
|
-
"@react-aria/utils": "3.0.0-nightly-
|
|
52
|
-
"@react-aria/virtualizer": "3.0.0-nightly-
|
|
53
|
-
"@react-stately/autocomplete": "3.0.0-nightly-
|
|
54
|
-
"@react-stately/layout": "3.0.0-nightly-
|
|
55
|
-
"@react-stately/selection": "3.0.0-nightly-
|
|
56
|
-
"@react-stately/table": "3.0.0-nightly-
|
|
57
|
-
"@react-stately/utils": "3.0.0-nightly-
|
|
58
|
-
"@react-stately/virtualizer": "3.0.0-nightly-
|
|
59
|
-
"@react-types/form": "3.0.0-nightly-
|
|
60
|
-
"@react-types/grid": "3.0.0-nightly-
|
|
61
|
-
"@react-types/shared": "3.0.0-nightly-
|
|
62
|
-
"@react-types/table": "3.0.0-nightly-
|
|
44
|
+
"@internationalized/date": "3.0.0-nightly-1563243fe-250524",
|
|
45
|
+
"@internationalized/string": "3.0.0-nightly-1563243fe-250524",
|
|
46
|
+
"@react-aria/autocomplete": "3.0.0-nightly-1563243fe-250524",
|
|
47
|
+
"@react-aria/collections": "3.0.0-nightly-1563243fe-250524",
|
|
48
|
+
"@react-aria/dnd": "3.0.0-nightly-1563243fe-250524",
|
|
49
|
+
"@react-aria/focus": "3.0.0-nightly-1563243fe-250524",
|
|
50
|
+
"@react-aria/interactions": "3.0.0-nightly-1563243fe-250524",
|
|
51
|
+
"@react-aria/live-announcer": "3.0.0-nightly-1563243fe-250524",
|
|
52
|
+
"@react-aria/overlays": "3.0.0-nightly-1563243fe-250524",
|
|
53
|
+
"@react-aria/ssr": "3.0.0-nightly-1563243fe-250524",
|
|
54
|
+
"@react-aria/toolbar": "3.0.0-nightly-1563243fe-250524",
|
|
55
|
+
"@react-aria/utils": "3.0.0-nightly-1563243fe-250524",
|
|
56
|
+
"@react-aria/virtualizer": "3.0.0-nightly-1563243fe-250524",
|
|
57
|
+
"@react-stately/autocomplete": "3.0.0-nightly-1563243fe-250524",
|
|
58
|
+
"@react-stately/layout": "3.0.0-nightly-1563243fe-250524",
|
|
59
|
+
"@react-stately/selection": "3.0.0-nightly-1563243fe-250524",
|
|
60
|
+
"@react-stately/table": "3.0.0-nightly-1563243fe-250524",
|
|
61
|
+
"@react-stately/utils": "3.0.0-nightly-1563243fe-250524",
|
|
62
|
+
"@react-stately/virtualizer": "3.0.0-nightly-1563243fe-250524",
|
|
63
|
+
"@react-types/form": "3.0.0-nightly-1563243fe-250524",
|
|
64
|
+
"@react-types/grid": "3.0.0-nightly-1563243fe-250524",
|
|
65
|
+
"@react-types/shared": "3.0.0-nightly-1563243fe-250524",
|
|
66
|
+
"@react-types/table": "3.0.0-nightly-1563243fe-250524",
|
|
63
67
|
"@swc/helpers": "^0.5.0",
|
|
64
68
|
"client-only": "^0.0.1",
|
|
65
|
-
"react-aria": "3.0.0-nightly-
|
|
66
|
-
"react-stately": "3.0.0-nightly-
|
|
69
|
+
"react-aria": "3.0.0-nightly-1563243fe-250524",
|
|
70
|
+
"react-stately": "3.0.0-nightly-1563243fe-250524",
|
|
67
71
|
"use-sync-external-store": "^1.4.0"
|
|
68
72
|
},
|
|
69
73
|
"peerDependencies": {
|