@react-spectrum/divider 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/Divider.mjs CHANGED
@@ -57,4 +57,4 @@ function $269e81ee206e9515$var$Divider(props, ref) {
57
57
 
58
58
 
59
59
  export {$269e81ee206e9515$export$2e0a83ec2e27ecbb as Divider};
60
- //# sourceMappingURL=Divider.mjs.map
60
+ //# sourceMappingURL=Divider.module.js.map
@@ -40,4 +40,4 @@ $7a9eac509b76fa30$export$76f93463a8fc15a8 = `cTbPrq_spectrum-Rule--vertical`;
40
40
 
41
41
 
42
42
  export {$7a9eac509b76fa30$exports as default};
43
- //# sourceMappingURL=rule_vars_css.mjs.map
43
+ //# sourceMappingURL=rule_vars_css.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/divider",
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/separator": "3.0.0-nightly.2908+5cacbdbf8",
40
- "@react-spectrum/utils": "3.0.0-nightly.2908+5cacbdbf8",
41
- "@react-types/divider": "3.3.9-nightly.4620+5cacbdbf8",
42
- "@react-types/shared": "3.0.0-nightly.2908+5cacbdbf8",
39
+ "@react-aria/separator": "3.0.0-nightly.2912+d80999e89",
40
+ "@react-spectrum/utils": "3.0.0-nightly.2912+d80999e89",
41
+ "@react-types/divider": "3.3.9-nightly.4624+d80999e89",
42
+ "@react-types/shared": "3.0.0-nightly.2912+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": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
54
+ "gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
55
55
  }