@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.
- package/index.esm.js +1 -0
- 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 => {
|