@react-spectrum/illustratedmessage 3.5.1-nightly.4620 → 3.5.1-nightly.4624

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.
@@ -55,4 +55,4 @@ function $ccaf5c86c16f58c0$var$IllustratedMessage(props, ref) {
55
55
 
56
56
 
57
57
  export {$ccaf5c86c16f58c0$export$406dbc84c317ece0 as IllustratedMessage};
58
- //# sourceMappingURL=IllustratedMessage.mjs.map
58
+ //# sourceMappingURL=IllustratedMessage.module.js.map
@@ -19,4 +19,4 @@ $4c3e55dfb549f378$export$5df23faa5ed344c4 = `uhJ7Ra_spectrum-IllustratedMessage-
19
19
 
20
20
 
21
21
  export {$4c3e55dfb549f378$exports as default};
22
- //# sourceMappingURL=illustratedmessage_vars_css.mjs.map
22
+ //# sourceMappingURL=illustratedmessage_vars_css.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/illustratedmessage",
3
- "version": "3.5.1-nightly.4620+5cacbdbf8",
3
+ "version": "3.5.1-nightly.4624+d80999e89",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,15 +36,15 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/utils": "3.0.0-nightly.2908+5cacbdbf8",
40
- "@react-spectrum/layout": "3.6.5-nightly.4620+5cacbdbf8",
41
- "@react-spectrum/utils": "3.0.0-nightly.2908+5cacbdbf8",
42
- "@react-types/illustratedmessage": "3.3.9-nightly.4620+5cacbdbf8",
43
- "@react-types/shared": "3.0.0-nightly.2908+5cacbdbf8",
39
+ "@react-aria/utils": "3.0.0-nightly.2912+d80999e89",
40
+ "@react-spectrum/layout": "3.6.5-nightly.4624+d80999e89",
41
+ "@react-spectrum/utils": "3.0.0-nightly.2912+d80999e89",
42
+ "@react-types/illustratedmessage": "3.3.9-nightly.4624+d80999e89",
43
+ "@react-types/shared": "3.0.0-nightly.2912+d80999e89",
44
44
  "@swc/helpers": "^0.5.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2908+5cacbdbf8"
47
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2912+d80999e89"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@react-spectrum/provider": "^3.0.0",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
56
+ "gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
57
57
  }