@bigbinary/neeto-team-members-frontend 2.10.0 → 2.10.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.
@@ -61,7 +61,7 @@
61
61
  "configPermissions": "Configure permissions for the modules.",
62
62
  "enterMultipleEmails": "Please press space, tab or enter key after entering an email address.",
63
63
  "metaNameWithCount_": "{{totalCount}} {{metaName}}",
64
- "moreInfoAboutPermissions": "More information about permissions",
64
+ "moreInfoAboutPermissions": "More information about roles and permissions",
65
65
  "multipleProductInvitation": "{{- emails, boldList}} will be invited to the following neeto products with the role given next to it.",
66
66
  "noRolesFound": "No roles found.",
67
67
  "selectedMembersCount": "{{count}} {{metaName}} selected of <span>{{totalCount}}</span>",
package/dist/index.cjs.js CHANGED
@@ -2396,7 +2396,8 @@ var TableHeader = function TableHeader(_ref) {
2396
2396
  group: "horizontal",
2397
2397
  ref: scrollSyncElement
2398
2398
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2399
- className: "ntm-roles-table__header"
2399
+ className: "ntm-roles-table__header",
2400
+ "data-cy": "ntm-roles-table-header"
2400
2401
  }, roles === null || roles === void 0 ? void 0 : roles.map(function (role, index) {
2401
2402
  var isSystemRole = ramda.identical("system", role.kind);
2402
2403
  var isAdminRole = ADMIN_ROLES.includes(role.name) && isSystemRole;
@@ -2404,7 +2405,8 @@ var TableHeader = function TableHeader(_ref) {
2404
2405
  className: "ntm-roles-table__cell",
2405
2406
  key: "ntm-roles-".concat(index)
2406
2407
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2407
- className: "ntm-roles-table-header-cell__container"
2408
+ className: "ntm-roles-table-header-cell__container",
2409
+ "data-cy": "ntm-roles-table-role-header"
2408
2410
  }, /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
2409
2411
  className: "ntm-roles-table-header__role-name",
2410
2412
  "data-cy": "ntm-roles-table-header-role-title",