@react-spectrum/card 3.0.0-nightly.4153 → 3.0.0-nightly.4162

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/card",
3
- "version": "3.0.0-nightly.4153+54d260d73",
3
+ "version": "3.0.0-nightly.4162+e79cff031",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,29 +36,29 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/focus": "3.0.0-nightly.2444+54d260d73",
40
- "@react-aria/grid": "3.8.3-nightly.4153+54d260d73",
41
- "@react-aria/i18n": "3.0.0-nightly.2444+54d260d73",
42
- "@react-aria/interactions": "3.0.0-nightly.2444+54d260d73",
43
- "@react-aria/utils": "3.0.0-nightly.2444+54d260d73",
44
- "@react-aria/virtualizer": "3.9.3-nightly.4153+54d260d73",
45
- "@react-spectrum/checkbox": "3.0.0-nightly.2444+54d260d73",
46
- "@react-spectrum/divider": "3.0.0-nightly.2444+54d260d73",
47
- "@react-spectrum/layout": "3.5.6-nightly.4153+54d260d73",
48
- "@react-spectrum/progress": "3.0.0-nightly.2444+54d260d73",
49
- "@react-spectrum/utils": "3.0.0-nightly.2444+54d260d73",
50
- "@react-stately/collections": "3.0.0-nightly.2444+54d260d73",
51
- "@react-stately/grid": "3.8.2-nightly.4153+54d260d73",
52
- "@react-stately/list": "3.9.3-nightly.4153+54d260d73",
53
- "@react-stately/utils": "3.0.0-nightly.2444+54d260d73",
54
- "@react-stately/virtualizer": "3.6.3-nightly.4153+54d260d73",
55
- "@react-types/card": "3.0.0-nightly.4153+54d260d73",
56
- "@react-types/provider": "3.6.5-nightly.4153+54d260d73",
57
- "@react-types/shared": "3.0.0-nightly.2444+54d260d73",
39
+ "@react-aria/focus": "3.0.0-nightly.2453+e79cff031",
40
+ "@react-aria/grid": "3.8.3-nightly.4162+e79cff031",
41
+ "@react-aria/i18n": "3.0.0-nightly.2453+e79cff031",
42
+ "@react-aria/interactions": "3.0.0-nightly.2453+e79cff031",
43
+ "@react-aria/utils": "3.0.0-nightly.2453+e79cff031",
44
+ "@react-aria/virtualizer": "3.9.3-nightly.4162+e79cff031",
45
+ "@react-spectrum/checkbox": "3.0.0-nightly.2453+e79cff031",
46
+ "@react-spectrum/divider": "3.0.0-nightly.2453+e79cff031",
47
+ "@react-spectrum/layout": "3.5.6-nightly.4162+e79cff031",
48
+ "@react-spectrum/progress": "3.0.0-nightly.2453+e79cff031",
49
+ "@react-spectrum/utils": "3.0.0-nightly.2453+e79cff031",
50
+ "@react-stately/collections": "3.0.0-nightly.2453+e79cff031",
51
+ "@react-stately/grid": "3.8.2-nightly.4162+e79cff031",
52
+ "@react-stately/list": "3.9.3-nightly.4162+e79cff031",
53
+ "@react-stately/utils": "3.0.0-nightly.2453+e79cff031",
54
+ "@react-stately/virtualizer": "3.6.3-nightly.4162+e79cff031",
55
+ "@react-types/card": "3.0.0-nightly.4162+e79cff031",
56
+ "@react-types/provider": "3.6.5-nightly.4162+e79cff031",
57
+ "@react-types/shared": "3.0.0-nightly.2453+e79cff031",
58
58
  "@swc/helpers": "^0.5.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2444+54d260d73"
61
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2453+e79cff031"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@react-spectrum/provider": "^3.0.0",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "54d260d736f3e24d02c4277e593f4ab34930f9bd"
71
+ "gitHead": "e79cff031ecf3cea7242daddf308625d638fd056"
72
72
  }