@react-spectrum/color 3.0.0-nightly-993de98ad-241210 → 3.0.0-nightly-ec25ca46d-241211

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.
Files changed (1) hide show
  1. package/package.json +22 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/color",
3
- "version": "3.0.0-nightly-993de98ad-241210",
3
+ "version": "3.0.0-nightly-ec25ca46d-241211",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,37 +36,36 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/color": "^3.0.0-nightly-993de98ad-241210",
40
- "@react-aria/focus": "^3.0.0-nightly-993de98ad-241210",
41
- "@react-aria/i18n": "^3.0.0-nightly-993de98ad-241210",
42
- "@react-aria/interactions": "^3.0.0-nightly-993de98ad-241210",
43
- "@react-aria/utils": "^3.0.0-nightly-993de98ad-241210",
44
- "@react-spectrum/dialog": "^3.0.0-nightly-993de98ad-241210",
45
- "@react-spectrum/form": "^3.0.0-nightly-993de98ad-241210",
46
- "@react-spectrum/label": "^3.0.0-nightly-993de98ad-241210",
47
- "@react-spectrum/overlays": "^3.0.0-nightly-993de98ad-241210",
48
- "@react-spectrum/picker": "^3.0.0-nightly-993de98ad-241210",
49
- "@react-spectrum/textfield": "^3.0.0-nightly-993de98ad-241210",
50
- "@react-spectrum/utils": "^3.0.0-nightly-993de98ad-241210",
51
- "@react-spectrum/view": "^3.0.0-nightly-993de98ad-241210",
52
- "@react-stately/color": "^3.0.0-nightly-993de98ad-241210",
53
- "@react-types/color": "^3.0.0-nightly-993de98ad-241210",
54
- "@react-types/shared": "^3.0.0-nightly-993de98ad-241210",
55
- "@react-types/textfield": "^3.0.0-nightly-993de98ad-241210",
39
+ "@react-aria/color": "3.0.0-nightly-ec25ca46d-241211",
40
+ "@react-aria/focus": "3.0.0-nightly-ec25ca46d-241211",
41
+ "@react-aria/i18n": "3.0.0-nightly-ec25ca46d-241211",
42
+ "@react-aria/interactions": "3.0.0-nightly-ec25ca46d-241211",
43
+ "@react-aria/utils": "3.0.0-nightly-ec25ca46d-241211",
44
+ "@react-spectrum/dialog": "3.0.0-nightly-ec25ca46d-241211",
45
+ "@react-spectrum/form": "3.0.0-nightly-ec25ca46d-241211",
46
+ "@react-spectrum/label": "3.0.0-nightly-ec25ca46d-241211",
47
+ "@react-spectrum/overlays": "3.0.0-nightly-ec25ca46d-241211",
48
+ "@react-spectrum/picker": "3.0.0-nightly-ec25ca46d-241211",
49
+ "@react-spectrum/textfield": "3.0.0-nightly-ec25ca46d-241211",
50
+ "@react-spectrum/utils": "3.0.0-nightly-ec25ca46d-241211",
51
+ "@react-spectrum/view": "3.0.0-nightly-ec25ca46d-241211",
52
+ "@react-stately/color": "3.0.0-nightly-ec25ca46d-241211",
53
+ "@react-types/color": "3.0.0-nightly-ec25ca46d-241211",
54
+ "@react-types/shared": "3.0.0-nightly-ec25ca46d-241211",
55
+ "@react-types/textfield": "3.0.0-nightly-ec25ca46d-241211",
56
56
  "@swc/helpers": "^0.5.0",
57
- "react-aria-components": "^3.0.0-nightly-993de98ad-241210"
57
+ "react-aria-components": "3.0.0-nightly-ec25ca46d-241211"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@adobe/spectrum-css-temp": "3.0.0-alpha.1",
61
- "@react-spectrum/style-macro-s1": "3.0.0-nightly-993de98ad-241210"
61
+ "@react-spectrum/style-macro-s1": "3.0.0-nightly-ec25ca46d-241211"
62
62
  },
63
63
  "peerDependencies": {
64
- "@react-spectrum/provider": "^3.0.0-nightly-993de98ad-241210",
64
+ "@react-spectrum/provider": "3.0.0-nightly-ec25ca46d-241211",
65
65
  "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
66
66
  "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
67
67
  },
68
68
  "publishConfig": {
69
69
  "access": "public"
70
- },
71
- "stableVersion": "3.0.2"
70
+ }
72
71
  }