@vention/machine-ui 3.46.0 → 3.47.0

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/index.esm.js +1 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -9518,6 +9518,7 @@ const VentionTreeItem = /*#__PURE__*/forwardRef((inputProps, ref) => {
9518
9518
  ref: ref,
9519
9519
  children: [jsxs("div", {
9520
9520
  "data-testid": "mainContent",
9521
+ "aria-selected": isSelected,
9521
9522
  className: classes.mainContent,
9522
9523
  onContextMenu: event => onContextMenu === null || onContextMenu === void 0 ? void 0 : onContextMenu(event),
9523
9524
  onMouseEnter: event => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vention/machine-ui",
3
- "version": "3.46.0",
3
+ "version": "3.47.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/VentionCo/machine-cloud.git"