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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pixel-react",
3
3
  "description": "Great for pixel-perfect, design-focused components in React",
4
- "version": "1.10.0",
4
+ "version": "1.10.1",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",
7
7
  "types": "lib/index.d.ts",
@@ -137,7 +137,7 @@ const AppHeader: React.FC<AppHeaderProps> = ({
137
137
  'ff-app-header-nav-bar-quickmenu-item',
138
138
  {
139
139
  ['ff-app-header-nav-bar-quickmenu-item--selected']:
140
- quickMenuItem.iconName ===
140
+ quickMenuItem.path ===
141
141
  selectedQuickMenu,
142
142
  }
143
143
  )}
@@ -147,7 +147,7 @@ const AppHeader: React.FC<AppHeaderProps> = ({
147
147
  >
148
148
  <Icon
149
149
  name={
150
- quickMenuItem.path
150
+ quickMenuItem.iconName
151
151
  }
152
152
  height={16}
153
153
  width={16}