@react-spectrum/tree 3.0.0-nightly.2907 → 3.0.0-nightly.2911

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.
Files changed (2) hide show
  1. package/dist/TreeView.mjs +1 -1
  2. package/package.json +14 -14
package/dist/TreeView.mjs CHANGED
@@ -307,4 +307,4 @@ function $48b8113347121625$var$ExpandableRowChevron(props) {
307
307
 
308
308
 
309
309
  export {$48b8113347121625$export$6e77ea6719814e9c as TreeViewItem, $48b8113347121625$export$6940b0d9c820eca7 as TreeView};
310
- //# sourceMappingURL=TreeView.mjs.map
310
+ //# sourceMappingURL=TreeView.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/tree",
3
- "version": "3.0.0-nightly.2907+45a872803",
3
+ "version": "3.0.0-nightly.2911+b294de874",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,17 +36,17 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/button": "3.0.0-nightly.2907+45a872803",
40
- "@react-aria/i18n": "3.0.0-nightly.2907+45a872803",
41
- "@react-aria/tree": "3.0.0-nightly.2907+45a872803",
42
- "@react-aria/utils": "3.0.0-nightly.2907+45a872803",
43
- "@react-spectrum/checkbox": "3.0.0-nightly.2907+45a872803",
44
- "@react-spectrum/text": "3.5.5-nightly.4619+45a872803",
45
- "@react-spectrum/utils": "3.0.0-nightly.2907+45a872803",
46
- "@react-types/shared": "3.0.0-nightly.2907+45a872803",
47
- "@spectrum-icons/ui": "3.0.0-nightly.2907+45a872803",
39
+ "@react-aria/button": "3.0.0-nightly.2911+b294de874",
40
+ "@react-aria/i18n": "3.0.0-nightly.2911+b294de874",
41
+ "@react-aria/tree": "3.0.0-nightly.2911+b294de874",
42
+ "@react-aria/utils": "3.0.0-nightly.2911+b294de874",
43
+ "@react-spectrum/checkbox": "3.0.0-nightly.2911+b294de874",
44
+ "@react-spectrum/text": "3.5.5-nightly.4623+b294de874",
45
+ "@react-spectrum/utils": "3.0.0-nightly.2911+b294de874",
46
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
47
+ "@spectrum-icons/ui": "3.0.0-nightly.2911+b294de874",
48
48
  "@swc/helpers": "^0.5.0",
49
- "react-aria-components": "1.2.1-nightly.4619+45a872803"
49
+ "react-aria-components": "1.2.1-nightly.4623+b294de874"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "@react-spectrum/provider": "^3.0.0",
@@ -54,11 +54,11 @@
54
54
  "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2907+45a872803",
58
- "@react-spectrum/style-macro-s1": "3.0.0-nightly.4619+45a872803"
57
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2911+b294de874",
58
+ "@react-spectrum/style-macro-s1": "3.0.0-nightly.4623+b294de874"
59
59
  },
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "45a872803500086c1f589d5efb3e32b59a992b2c"
63
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
64
64
  }