labsense-ui-kit 1.2.92 → 1.2.93

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.
@@ -9407,6 +9407,7 @@ var Sidebar = function Sidebar(_ref22) {
9407
9407
  }, React.createElement(IconWrapper$2, {
9408
9408
  "$selected": active
9409
9409
  }, React.createElement(Icon, {
9410
+ cursor: 'pointer',
9410
9411
  icon: child.icon,
9411
9412
  size: 18,
9412
9413
  weight: child.iconWeight,
@@ -9471,6 +9472,7 @@ var Sidebar = function Sidebar(_ref22) {
9471
9472
  }, React.createElement(IconWrapper$2, {
9472
9473
  "$selected": !!isActive
9473
9474
  }, React.createElement(Icon, {
9475
+ cursor: 'pointer',
9474
9476
  icon: item.icon,
9475
9477
  size: 20,
9476
9478
  weight: item.iconWeight,
@@ -9482,10 +9484,10 @@ var Sidebar = function Sidebar(_ref22) {
9482
9484
  "$padding": '9px',
9483
9485
  "$opacity": isExpanded ? 1 : 0
9484
9486
  }, React.createElement(Icon, {
9487
+ cursor: 'pointer',
9485
9488
  icon: isOpen ? 'UpArrow' : 'DownArrow',
9486
9489
  size: 10,
9487
- color: isActive ? themeColors.vms.text.white : themeColors.vms.text.medium,
9488
- cursor: 'pointer'
9490
+ color: isActive ? themeColors.vms.text.white : themeColors.vms.text.medium
9489
9491
  })));
9490
9492
  var handleNavClick = React.useCallback(function (e) {
9491
9493
  if (item.url === location.pathname) {