pixel-react 1.10.0 → 1.10.1

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/lib/index.esm.js CHANGED
@@ -26991,12 +26991,12 @@ const AppHeader = ({
26991
26991
  children: jsx("div", {
26992
26992
  onClick: () => onQuickMenuClick(quickMenuItem),
26993
26993
  className: classNames('ff-app-header-nav-bar-quickmenu-item', {
26994
- ['ff-app-header-nav-bar-quickmenu-item--selected']: quickMenuItem.iconName === selectedQuickMenu
26994
+ ['ff-app-header-nav-bar-quickmenu-item--selected']: quickMenuItem.path === selectedQuickMenu
26995
26995
  }),
26996
26996
  children: jsx(Tooltip, {
26997
26997
  title: quickMenuItem?.label,
26998
26998
  children: jsx(Icon, {
26999
- name: quickMenuItem.path,
26999
+ name: quickMenuItem.iconName,
27000
27000
  height: 16,
27001
27001
  width: 16,
27002
27002
  hoverEffect: true