@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.
package/dist/index.js
CHANGED
|
@@ -2360,7 +2360,8 @@ var TableHeader = function TableHeader(_ref) {
|
|
|
2360
2360
|
group: "horizontal",
|
|
2361
2361
|
ref: scrollSyncElement
|
|
2362
2362
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2363
|
-
className: "ntm-roles-table__header"
|
|
2363
|
+
className: "ntm-roles-table__header",
|
|
2364
|
+
"data-cy": "ntm-roles-table-header"
|
|
2364
2365
|
}, roles === null || roles === void 0 ? void 0 : roles.map(function (role, index) {
|
|
2365
2366
|
var isSystemRole = identical("system", role.kind);
|
|
2366
2367
|
var isAdminRole = ADMIN_ROLES.includes(role.name) && isSystemRole;
|
|
@@ -2368,7 +2369,8 @@ var TableHeader = function TableHeader(_ref) {
|
|
|
2368
2369
|
className: "ntm-roles-table__cell",
|
|
2369
2370
|
key: "ntm-roles-".concat(index)
|
|
2370
2371
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2371
|
-
className: "ntm-roles-table-header-cell__container"
|
|
2372
|
+
className: "ntm-roles-table-header-cell__container",
|
|
2373
|
+
"data-cy": "ntm-roles-table-role-header"
|
|
2372
2374
|
}, /*#__PURE__*/React.createElement(Typography, {
|
|
2373
2375
|
className: "ntm-roles-table-header__role-name",
|
|
2374
2376
|
"data-cy": "ntm-roles-table-header-role-title",
|