@react-spectrum/color 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 +26 -22
package/package.json
CHANGED
@@ -1,12 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-spectrum/color",
|
3
|
-
"version": "3.0.0-nightly-
|
3
|
+
"version": "3.0.0-nightly-1563243fe-250524",
|
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
|
},
|
@@ -36,32 +40,32 @@
|
|
36
40
|
"url": "https://github.com/adobe/react-spectrum"
|
37
41
|
},
|
38
42
|
"dependencies": {
|
39
|
-
"@react-aria/color": "3.0.0-nightly-
|
40
|
-
"@react-aria/focus": "3.0.0-nightly-
|
41
|
-
"@react-aria/i18n": "3.0.0-nightly-
|
42
|
-
"@react-aria/interactions": "3.0.0-nightly-
|
43
|
-
"@react-aria/utils": "3.0.0-nightly-
|
44
|
-
"@react-spectrum/dialog": "3.0.0-nightly-
|
45
|
-
"@react-spectrum/form": "3.0.0-nightly-
|
46
|
-
"@react-spectrum/label": "3.0.0-nightly-
|
47
|
-
"@react-spectrum/overlays": "3.0.0-nightly-
|
48
|
-
"@react-spectrum/picker": "3.0.0-nightly-
|
49
|
-
"@react-spectrum/textfield": "3.0.0-nightly-
|
50
|
-
"@react-spectrum/utils": "3.0.0-nightly-
|
51
|
-
"@react-spectrum/view": "3.0.0-nightly-
|
52
|
-
"@react-stately/color": "3.0.0-nightly-
|
53
|
-
"@react-types/color": "3.0.0-nightly-
|
54
|
-
"@react-types/shared": "3.0.0-nightly-
|
55
|
-
"@react-types/textfield": "3.0.0-nightly-
|
43
|
+
"@react-aria/color": "3.0.0-nightly-1563243fe-250524",
|
44
|
+
"@react-aria/focus": "3.0.0-nightly-1563243fe-250524",
|
45
|
+
"@react-aria/i18n": "3.0.0-nightly-1563243fe-250524",
|
46
|
+
"@react-aria/interactions": "3.0.0-nightly-1563243fe-250524",
|
47
|
+
"@react-aria/utils": "3.0.0-nightly-1563243fe-250524",
|
48
|
+
"@react-spectrum/dialog": "3.0.0-nightly-1563243fe-250524",
|
49
|
+
"@react-spectrum/form": "3.0.0-nightly-1563243fe-250524",
|
50
|
+
"@react-spectrum/label": "3.0.0-nightly-1563243fe-250524",
|
51
|
+
"@react-spectrum/overlays": "3.0.0-nightly-1563243fe-250524",
|
52
|
+
"@react-spectrum/picker": "3.0.0-nightly-1563243fe-250524",
|
53
|
+
"@react-spectrum/textfield": "3.0.0-nightly-1563243fe-250524",
|
54
|
+
"@react-spectrum/utils": "3.0.0-nightly-1563243fe-250524",
|
55
|
+
"@react-spectrum/view": "3.0.0-nightly-1563243fe-250524",
|
56
|
+
"@react-stately/color": "3.0.0-nightly-1563243fe-250524",
|
57
|
+
"@react-types/color": "3.0.0-nightly-1563243fe-250524",
|
58
|
+
"@react-types/shared": "3.0.0-nightly-1563243fe-250524",
|
59
|
+
"@react-types/textfield": "3.0.0-nightly-1563243fe-250524",
|
56
60
|
"@swc/helpers": "^0.5.0",
|
57
|
-
"react-aria-components": "3.0.0-nightly-
|
61
|
+
"react-aria-components": "3.0.0-nightly-1563243fe-250524"
|
58
62
|
},
|
59
63
|
"devDependencies": {
|
60
64
|
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
|
61
|
-
"@react-spectrum/style-macro-s1": "3.0.0-nightly-
|
65
|
+
"@react-spectrum/style-macro-s1": "3.0.0-nightly-1563243fe-250524"
|
62
66
|
},
|
63
67
|
"peerDependencies": {
|
64
|
-
"@react-spectrum/provider": "3.0.0-nightly-
|
68
|
+
"@react-spectrum/provider": "3.0.0-nightly-1563243fe-250524",
|
65
69
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
66
70
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
67
71
|
},
|