orcs-design-system 3.1.0 → 3.1.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.
@@ -569,7 +569,7 @@ var SideNav = function SideNav(_ref2) {
569
569
  activeItem: activeItem,
570
570
  handleItemClick: handleItemClick
571
571
  });
572
- }))), expandedItem !== null && allItems[expandedItem].component ? /*#__PURE__*/React.createElement(SideNavExpanded, {
572
+ }))), expandedItem !== null && allItems[expandedItem] && allItems[expandedItem].component ? /*#__PURE__*/React.createElement(SideNavExpanded, {
573
573
  sideNavHeight: sideNavHeight,
574
574
  active: expandedItem === activeItem,
575
575
  large: allItems[expandedItem] && allItems[expandedItem].large
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orcs-design-system",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "engines": {
5
5
  "node": "18.17.1"
6
6
  },