labsense-ui-kit 1.4.36 → 1.4.38

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.
@@ -13020,6 +13020,7 @@ var Table = function Table(_ref9) {
13020
13020
  "$fontSize": '12px',
13021
13021
  "$lineHeight": '100%'
13022
13022
  }, role, " (", rows.length, ")"), React.createElement(Icon, {
13023
+ cursor: 'pointer',
13023
13024
  size: 12,
13024
13025
  icon: collapsedRoles.has(role) ? 'UpArrow' : 'DownArrow'
13025
13026
  })), !collapsedRoles.has(role) && rows.map(function (row, index) {