@react-spectrum/card 3.0.0-nightly.3598 → 3.0.0-nightly.3600

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.3598+810579b67",
3
+ "version": "3.0.0-nightly.3600+bfce84fee",
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
- "@babel/runtime": "^7.6.2",
40
- "@react-aria/focus": "3.0.0-nightly.1898+810579b67",
41
- "@react-aria/grid": "3.5.2-nightly.3598+810579b67",
42
- "@react-aria/i18n": "3.0.0-nightly.1898+810579b67",
43
- "@react-aria/interactions": "3.0.0-nightly.1898+810579b67",
44
- "@react-aria/utils": "3.0.0-nightly.1898+810579b67",
45
- "@react-aria/virtualizer": "3.6.1-nightly.3598+810579b67",
46
- "@react-spectrum/checkbox": "3.0.0-nightly.1898+810579b67",
47
- "@react-spectrum/divider": "3.0.0-nightly.1898+810579b67",
48
- "@react-spectrum/layout": "3.4.4-nightly.3598+810579b67",
49
- "@react-spectrum/progress": "3.0.0-nightly.1898+810579b67",
50
- "@react-spectrum/utils": "3.0.0-nightly.1898+810579b67",
51
- "@react-stately/collections": "3.0.0-nightly.1898+810579b67",
52
- "@react-stately/grid": "3.4.2-nightly.3598+810579b67",
53
- "@react-stately/list": "3.6.1-nightly.3598+810579b67",
54
- "@react-stately/utils": "3.0.0-nightly.1898+810579b67",
55
- "@react-stately/virtualizer": "3.4.1-nightly.3598+810579b67",
56
- "@react-types/card": "3.0.0-nightly.3598+810579b67",
57
- "@react-types/provider": "3.5.6-nightly.3598+810579b67",
58
- "@react-types/shared": "3.0.0-nightly.1898+810579b67"
39
+ "@react-aria/focus": "3.0.0-nightly.1900+bfce84fee",
40
+ "@react-aria/grid": "3.5.2-nightly.3600+bfce84fee",
41
+ "@react-aria/i18n": "3.0.0-nightly.1900+bfce84fee",
42
+ "@react-aria/interactions": "3.0.0-nightly.1900+bfce84fee",
43
+ "@react-aria/utils": "3.0.0-nightly.1900+bfce84fee",
44
+ "@react-aria/virtualizer": "3.6.1-nightly.3600+bfce84fee",
45
+ "@react-spectrum/checkbox": "3.0.0-nightly.1900+bfce84fee",
46
+ "@react-spectrum/divider": "3.0.0-nightly.1900+bfce84fee",
47
+ "@react-spectrum/layout": "3.4.4-nightly.3600+bfce84fee",
48
+ "@react-spectrum/progress": "3.0.0-nightly.1900+bfce84fee",
49
+ "@react-spectrum/utils": "3.0.0-nightly.1900+bfce84fee",
50
+ "@react-stately/collections": "3.0.0-nightly.1900+bfce84fee",
51
+ "@react-stately/grid": "3.4.2-nightly.3600+bfce84fee",
52
+ "@react-stately/list": "3.6.1-nightly.3600+bfce84fee",
53
+ "@react-stately/utils": "3.0.0-nightly.1900+bfce84fee",
54
+ "@react-stately/virtualizer": "3.4.1-nightly.3600+bfce84fee",
55
+ "@react-types/card": "3.0.0-nightly.3600+bfce84fee",
56
+ "@react-types/provider": "3.5.6-nightly.3600+bfce84fee",
57
+ "@react-types/shared": "3.0.0-nightly.1900+bfce84fee",
58
+ "@swc/helpers": "^0.4.14"
59
59
  },
60
60
  "devDependencies": {
61
- "@adobe/spectrum-css-temp": "3.0.0-nightly.1898+810579b67"
61
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.1900+bfce84fee"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@react-spectrum/provider": "^3.0.0",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "810579b671791f1593108f62cdc1893de3a220e3"
70
+ "gitHead": "bfce84fee12a027d9cbc38b43e1747e3e4b4b169"
71
71
  }