@ndlib/component-library 0.0.83 → 0.0.84

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.
@@ -36,7 +36,7 @@ export const NavMenu = (props) => {
36
36
  }
37
37
  const leafMenuItems = submenuItem.action.submenu.items;
38
38
  const submenuPath = [topLevelMenuId, submenuItem.id];
39
- const link = 'https://' + document.location.host + topLevelMenuId;
39
+ const link = '//' + document.location.host + topLevelMenuId;
40
40
  const category = topLevelMenuId.charAt(1).toUpperCase() + topLevelMenuId.slice(2);
41
41
  return (_jsxs(Column, Object.assign({ sx: { flexBasis: '275px', p: 2, flexShrink: 0, flexGrow: 0 } }, { children: [_jsx(Heading, Object.assign({ standalone: true, size: HEADING_SIZE.SM, underline: true }, getMenuItemProps(submenuPath), { children: submenuItem.label })), _jsx(List, Object.assign({}, getMenuProps(submenuPath), { icon: ChevronRightIcon }, { children: leafMenuItems.map((leafMenuItem, i) => {
42
42
  const leafMenuPath = submenuPath.concat(leafMenuItem.id);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndlib/component-library",
3
- "version": "0.0.83",
3
+ "version": "0.0.84",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "files": [