@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 +1 -1
- package/cjs/index.js.map +2 -2
- package/esm/index.js +1 -1
- package/esm/index.js.map +2 -2
- package/index.css +10 -10
- package/index.css.map +2 -2
- package/package.json +5 -5
package/esm/index.js
CHANGED
|
@@ -979,9 +979,9 @@ var getMenuItemProps = (itemId, idx, key, highlightedIdx, focusVisible, classNam
|
|
|
979
979
|
id: `menuitem-${itemId}`,
|
|
980
980
|
key: key != null ? key : idx,
|
|
981
981
|
"data-index": idx,
|
|
982
|
-
"data-highlighted": idx === highlightedIdx || void 0,
|
|
983
982
|
className: cx6("vuuMenuItem", className, {
|
|
984
983
|
"vuuMenuItem-separator": hasSeparator,
|
|
984
|
+
vuuHighlighted: idx === highlightedIdx,
|
|
985
985
|
focusVisible: focusVisible === idx
|
|
986
986
|
})
|
|
987
987
|
});
|