@react-spectrum/s2 3.0.0-nightly-0784c3d29-250523 → 3.0.0-nightly-1563243fe-250525
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 +44 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/s2",
|
|
3
|
-
"version": "3.0.0-nightly-
|
|
3
|
+
"version": "3.0.0-nightly-1563243fe-250525",
|
|
4
4
|
"description": "Spectrum 2 UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -17,26 +17,45 @@
|
|
|
17
17
|
"source": "src/index.ts",
|
|
18
18
|
"exports": {
|
|
19
19
|
".": {
|
|
20
|
-
"
|
|
20
|
+
"source": "./src/index.ts",
|
|
21
|
+
"types": [
|
|
22
|
+
"./dist/types.d.ts",
|
|
23
|
+
"./src/index.ts"
|
|
24
|
+
],
|
|
21
25
|
"module": "./dist/module.mjs",
|
|
22
26
|
"import": "./dist/module.mjs",
|
|
23
27
|
"require": "./dist/main.cjs"
|
|
24
28
|
},
|
|
25
|
-
"./page.css":
|
|
29
|
+
"./page.css": {
|
|
30
|
+
"source": "./src/page.ts",
|
|
31
|
+
"default": "./page.css"
|
|
32
|
+
},
|
|
26
33
|
"./style": {
|
|
27
|
-
"
|
|
34
|
+
"source": "./style/index.ts",
|
|
35
|
+
"types": [
|
|
36
|
+
"./style/dist/types.d.ts",
|
|
37
|
+
"./style/index.ts"
|
|
38
|
+
],
|
|
28
39
|
"module": "./style/dist/module.mjs",
|
|
29
40
|
"import": "./style/dist/module.mjs",
|
|
30
41
|
"require": "./style/dist/main.cjs"
|
|
31
42
|
},
|
|
32
43
|
"./icons/*": {
|
|
33
|
-
"
|
|
44
|
+
"source": "./s2wf-icons/S2_Icon_*_20_N.svg",
|
|
45
|
+
"types": [
|
|
46
|
+
"./icons/*.d.ts",
|
|
47
|
+
"./icon.d.ts"
|
|
48
|
+
],
|
|
34
49
|
"module": "./icons/*.mjs",
|
|
35
50
|
"import": "./icons/*.mjs",
|
|
36
51
|
"require": "./icons/*.cjs"
|
|
37
52
|
},
|
|
38
53
|
"./illustrations/*": {
|
|
39
|
-
"
|
|
54
|
+
"source": "./spectrum-illustrations/*.tsx",
|
|
55
|
+
"types": [
|
|
56
|
+
"./illustrations/*.d.ts",
|
|
57
|
+
"./icon.d.ts"
|
|
58
|
+
],
|
|
40
59
|
"module": "./illustrations/*.mjs",
|
|
41
60
|
"import": "./illustrations/*.mjs",
|
|
42
61
|
"require": "./illustrations/*.cjs"
|
|
@@ -57,26 +76,26 @@
|
|
|
57
76
|
"src"
|
|
58
77
|
],
|
|
59
78
|
"dependencies": {
|
|
60
|
-
"@internationalized/number": "3.0.0-nightly-
|
|
61
|
-
"@react-aria/collections": "3.0.0-nightly-
|
|
62
|
-
"@react-aria/focus": "3.0.0-nightly-
|
|
63
|
-
"@react-aria/i18n": "3.0.0-nightly-
|
|
64
|
-
"@react-aria/interactions": "3.0.0-nightly-
|
|
65
|
-
"@react-aria/live-announcer": "3.0.0-nightly-
|
|
66
|
-
"@react-aria/utils": "3.0.0-nightly-
|
|
67
|
-
"@react-spectrum/utils": "3.0.0-nightly-
|
|
68
|
-
"@react-stately/layout": "3.0.0-nightly-
|
|
69
|
-
"@react-stately/utils": "3.0.0-nightly-
|
|
70
|
-
"@react-types/dialog": "3.0.0-nightly-
|
|
71
|
-
"@react-types/grid": "3.0.0-nightly-
|
|
72
|
-
"@react-types/provider": "3.0.0-nightly-
|
|
73
|
-
"@react-types/shared": "3.0.0-nightly-
|
|
74
|
-
"@react-types/table": "3.0.0-nightly-
|
|
75
|
-
"@react-types/textfield": "3.0.0-nightly-
|
|
79
|
+
"@internationalized/number": "3.0.0-nightly-1563243fe-250525",
|
|
80
|
+
"@react-aria/collections": "3.0.0-nightly-1563243fe-250525",
|
|
81
|
+
"@react-aria/focus": "3.0.0-nightly-1563243fe-250525",
|
|
82
|
+
"@react-aria/i18n": "3.0.0-nightly-1563243fe-250525",
|
|
83
|
+
"@react-aria/interactions": "3.0.0-nightly-1563243fe-250525",
|
|
84
|
+
"@react-aria/live-announcer": "3.0.0-nightly-1563243fe-250525",
|
|
85
|
+
"@react-aria/utils": "3.0.0-nightly-1563243fe-250525",
|
|
86
|
+
"@react-spectrum/utils": "3.0.0-nightly-1563243fe-250525",
|
|
87
|
+
"@react-stately/layout": "3.0.0-nightly-1563243fe-250525",
|
|
88
|
+
"@react-stately/utils": "3.0.0-nightly-1563243fe-250525",
|
|
89
|
+
"@react-types/dialog": "3.0.0-nightly-1563243fe-250525",
|
|
90
|
+
"@react-types/grid": "3.0.0-nightly-1563243fe-250525",
|
|
91
|
+
"@react-types/provider": "3.0.0-nightly-1563243fe-250525",
|
|
92
|
+
"@react-types/shared": "3.0.0-nightly-1563243fe-250525",
|
|
93
|
+
"@react-types/table": "3.0.0-nightly-1563243fe-250525",
|
|
94
|
+
"@react-types/textfield": "3.0.0-nightly-1563243fe-250525",
|
|
76
95
|
"csstype": "^3.0.2",
|
|
77
|
-
"react-aria": "3.0.0-nightly-
|
|
78
|
-
"react-aria-components": "3.0.0-nightly-
|
|
79
|
-
"react-stately": "3.0.0-nightly-
|
|
96
|
+
"react-aria": "3.0.0-nightly-1563243fe-250525",
|
|
97
|
+
"react-aria-components": "3.0.0-nightly-1563243fe-250525",
|
|
98
|
+
"react-stately": "3.0.0-nightly-1563243fe-250525"
|
|
80
99
|
},
|
|
81
100
|
"peerDependencies": {
|
|
82
101
|
"react": "^18.0.0 || ^19.0.0-rc.1",
|