@vuu-ui/vuu-popups 0.8.24-debug → 0.8.25-debug

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/cjs/index.js CHANGED
@@ -1033,9 +1033,9 @@ var getMenuItemProps = (itemId, idx, key, highlightedIdx, focusVisible, classNam
1033
1033
  id: `menuitem-${itemId}`,
1034
1034
  key: key != null ? key : idx,
1035
1035
  "data-index": idx,
1036
- "data-highlighted": idx === highlightedIdx || void 0,
1037
1036
  className: (0, import_clsx6.default)("vuuMenuItem", className, {
1038
1037
  "vuuMenuItem-separator": hasSeparator,
1038
+ vuuHighlighted: idx === highlightedIdx,
1039
1039
  focusVisible: focusVisible === idx
1040
1040
  })
1041
1041
  });