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.
package/dist/index.js CHANGED
@@ -13025,6 +13025,7 @@ var Table = function Table(_ref9) {
13025
13025
  "$fontSize": '12px',
13026
13026
  "$lineHeight": '100%'
13027
13027
  }, role, " (", rows.length, ")"), React__default.createElement(Icon, {
13028
+ cursor: 'pointer',
13028
13029
  size: 12,
13029
13030
  icon: collapsedRoles.has(role) ? 'UpArrow' : 'DownArrow'
13030
13031
  })), !collapsedRoles.has(role) && rows.map(function (row, index) {