@react-spectrum/avatar 3.0.12-nightly.4619 → 3.0.12-nightly.4623

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/dist/Avatar.mjs CHANGED
@@ -60,4 +60,4 @@ function $ab0b7b2186c39312$var$Avatar(props, ref) {
60
60
 
61
61
 
62
62
  export {$ab0b7b2186c39312$export$e2255cf6045e8d47 as Avatar};
63
- //# sourceMappingURL=Avatar.mjs.map
63
+ //# sourceMappingURL=Avatar.module.js.map
@@ -13,4 +13,4 @@ $f81b9c4eea42ecfe$export$2e049b8d031600fb = `IFaZJG_spectrum-Avatar`;
13
13
 
14
14
 
15
15
  export {$f81b9c4eea42ecfe$exports as default};
16
- //# sourceMappingURL=avatar_vars_css.mjs.map
16
+ //# sourceMappingURL=avatar_vars_css.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/avatar",
3
- "version": "3.0.12-nightly.4619+45a872803",
3
+ "version": "3.0.12-nightly.4623+b294de874",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,14 +36,14 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/utils": "3.0.0-nightly.2907+45a872803",
40
- "@react-spectrum/utils": "3.0.0-nightly.2907+45a872803",
41
- "@react-types/avatar": "3.0.7-nightly.4619+45a872803",
42
- "@react-types/shared": "3.0.0-nightly.2907+45a872803",
39
+ "@react-aria/utils": "3.0.0-nightly.2911+b294de874",
40
+ "@react-spectrum/utils": "3.0.0-nightly.2911+b294de874",
41
+ "@react-types/avatar": "3.0.7-nightly.4623+b294de874",
42
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
43
43
  "@swc/helpers": "^0.5.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2907+45a872803"
46
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2911+b294de874"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@react-spectrum/provider": "^3.2.1",
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "45a872803500086c1f589d5efb3e32b59a992b2c"
55
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
56
56
  }