@react-spectrum/statuslight 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.
@@ -49,4 +49,4 @@ function $df8f173c8bd4ebc0$var$StatusLight(props, ref) {
49
49
 
50
50
 
51
51
  export {$df8f173c8bd4ebc0$export$5f84c37a31c6e41c as StatusLight};
52
- //# sourceMappingURL=StatusLight.mjs.map
52
+ //# sourceMappingURL=StatusLight.module.js.map
@@ -70,4 +70,4 @@ $7661ca422872705f$export$b22c4af54e28c6c = `j59EQa_spectrum-StatusLight--yellow`
70
70
 
71
71
 
72
72
  export {$7661ca422872705f$exports as default};
73
- //# sourceMappingURL=statuslight_vars_css.mjs.map
73
+ //# sourceMappingURL=statuslight_vars_css.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/statuslight",
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,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.2908+5cacbdbf8",
40
- "@react-spectrum/utils": "3.0.0-nightly.2908+5cacbdbf8",
41
- "@react-types/shared": "3.0.0-nightly.2908+5cacbdbf8",
42
- "@react-types/statuslight": "3.3.9-nightly.4620+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
+ "@react-types/statuslight": "3.3.9-nightly.4624+d80999e89",
43
43
  "@swc/helpers": "^0.5.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2908+5cacbdbf8"
46
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2912+d80999e89"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@react-spectrum/provider": "^3.0.0",
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
55
+ "gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
56
56
  }