@superdispatch/ui-lab 0.20.4 → 0.20.5

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.
@@ -81,7 +81,7 @@ export function NavbarAccordion(_ref2) {
81
81
  } = item;
82
82
  return /*#__PURE__*/_createElement(NavbarItem, _objectSpread(_objectSpread({}, item), {}, {
83
83
  key: item.key,
84
- ident: ident + 1,
84
+ ident: ident,
85
85
  active: item.active,
86
86
  gutter: prev && prev.groupKey !== item.groupKey,
87
87
  onClick: event => {
@@ -197,7 +197,7 @@ interface NavbarAccordionProps {
197
197
  label: ReactNode;
198
198
  icon?: ReactNode;
199
199
  gutter?: boolean;
200
- items: NavbarItemOptions[];
200
+ items: Array<Omit<NavbarItemOptions, 'icon'>>;
201
201
  onClick: (event: MouseEvent<HTMLDivElement>) => void;
202
202
  }
203
203
 
package/dist-web/index.js CHANGED
@@ -1241,7 +1241,7 @@ function NavbarAccordion(_ref2) {
1241
1241
  } = item;
1242
1242
  return /*#__PURE__*/createElement(NavbarItem, _objectSpread(_objectSpread({}, item), {}, {
1243
1243
  key: item.key,
1244
- ident: ident + 1,
1244
+ ident: ident,
1245
1245
  active: item.active,
1246
1246
  gutter: prev && prev.groupKey !== item.groupKey,
1247
1247
  onClick: event => {