@react-spectrum/icon 3.0.0-nightly.2908 → 3.0.0-nightly.2912

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/Icon.mjs CHANGED
@@ -57,4 +57,4 @@ function $6bfb67578ee6effd$export$f04a61298a47a40f(props) {
57
57
 
58
58
 
59
59
  export {$6bfb67578ee6effd$export$f04a61298a47a40f as Icon};
60
- //# sourceMappingURL=Icon.mjs.map
60
+ //# sourceMappingURL=Icon.module.js.map
@@ -34,4 +34,4 @@ function $88bb85359d3a4aed$export$d43c2e2ca9b2c105(props) {
34
34
 
35
35
 
36
36
  export {$88bb85359d3a4aed$export$d43c2e2ca9b2c105 as Illustration};
37
- //# sourceMappingURL=Illustration.mjs.map
37
+ //# sourceMappingURL=Illustration.module.js.map
package/dist/UIIcon.mjs CHANGED
@@ -48,4 +48,4 @@ function $9ba43a63383852e3$export$906cc5990ff10700(props) {
48
48
 
49
49
 
50
50
  export {$9ba43a63383852e3$export$906cc5990ff10700 as UIIcon};
51
- //# sourceMappingURL=UIIcon.mjs.map
51
+ //# sourceMappingURL=UIIcon.module.js.map
@@ -151,4 +151,4 @@ $6edfbdaffbc9baf9$export$12b8600bcd969018 = `yxBNXG_spectrum-UIIcon-TripleGrippe
151
151
 
152
152
 
153
153
  export {$6edfbdaffbc9baf9$exports as default};
154
- //# sourceMappingURL=icon_vars_css.mjs.map
154
+ //# sourceMappingURL=icon_vars_css.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/icon",
3
- "version": "3.0.0-nightly.2908+5cacbdbf8",
3
+ "version": "3.0.0-nightly.2912+d80999e89",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,13 +36,13 @@
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/utils": "3.0.0-nightly.2908+5cacbdbf8",
41
- "@react-types/shared": "3.0.0-nightly.2908+5cacbdbf8",
39
+ "@react-aria/utils": "3.0.0-nightly.2912+d80999e89",
40
+ "@react-spectrum/utils": "3.0.0-nightly.2912+d80999e89",
41
+ "@react-types/shared": "3.0.0-nightly.2912+d80999e89",
42
42
  "@swc/helpers": "^0.5.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2908+5cacbdbf8"
45
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2912+d80999e89"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@react-spectrum/provider": "^3.0.0",
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
54
+ "gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
55
55
  }