@bigbinary/neeto-team-members-frontend 4.3.3 → 4.3.4
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/app/javascript/src/translations/en.json +0 -1
- package/dist/Roles.js +9 -10
- package/dist/Roles.js.map +1 -1
- package/dist/cjs/Roles.js +10 -11
- package/dist/cjs/Roles.js.map +1 -1
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -82,7 +82,6 @@
|
|
|
82
82
|
"enterMultipleEmails": "Press space, comma, tab or enter key to add multiple email addresses.",
|
|
83
83
|
"metaNameWithCount_one": "{{totalCount}} {{taxonomies.member.singular}}",
|
|
84
84
|
"metaNameWithCount_other": "{{totalCount}} {{taxonomies.member.plural}}",
|
|
85
|
-
"moreInfoAboutPermissions": "More information about roles and permissions",
|
|
86
85
|
"multipleProductInvitation": "{{- emails, boldList}} will be invited to the following neeto products with the role given next to it.",
|
|
87
86
|
"noRolesFound": "No roles found.",
|
|
88
87
|
"selectedMembersCount_one": "{{count}} {{taxonomies.member.singular}} selected of <span>{{totalCount}}</span>",
|
package/dist/Roles.js
CHANGED
|
@@ -15,8 +15,8 @@ import axios from 'axios';
|
|
|
15
15
|
import { B as BASE_URL, Q as QUERY_KEYS, A as ADMIN_ROLES } from './constants-576b89ac.js';
|
|
16
16
|
import { u as useCreateRole, a as useUpdateRole, S as ScrollToErrorField, b as useDestroyRole, c as useFetchRoles, d as useBulkUpdateRoles } from './index-cbfbc296.js';
|
|
17
17
|
import { n } from './inject-css-c86de496.js';
|
|
18
|
-
import ExternalLink from '@bigbinary/neeto-icons/ExternalLink';
|
|
19
18
|
import NeetoHeader from '@bigbinary/neeto-molecules/Header';
|
|
19
|
+
import HelpPopover from '@bigbinary/neeto-molecules/HelpPopover';
|
|
20
20
|
import Button from '@bigbinary/neetoui/Button';
|
|
21
21
|
import Tooltip from '@bigbinary/neetoui/Tooltip';
|
|
22
22
|
import { useTranslation, Trans } from 'react-i18next';
|
|
@@ -1525,15 +1525,14 @@ var Header = function Header(_ref) {
|
|
|
1525
1525
|
}
|
|
1526
1526
|
}),
|
|
1527
1527
|
title: /*#__PURE__*/jsxs("span", {
|
|
1528
|
-
className: "neeto-ui-flex neeto-ui-items-center
|
|
1529
|
-
children: [t("neetoTeamMembers.common.role", PLURAL), (config === null || config === void 0 ? void 0 : config.helpUrl) && /*#__PURE__*/jsx(
|
|
1530
|
-
className: "
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
target: "_blank"
|
|
1528
|
+
className: "neeto-ui-flex neeto-ui-items-center",
|
|
1529
|
+
children: [t("neetoTeamMembers.common.role", PLURAL), (config === null || config === void 0 ? void 0 : config.helpUrl) && /*#__PURE__*/jsx(HelpPopover, {
|
|
1530
|
+
className: "ml-2 self-center",
|
|
1531
|
+
description: config === null || config === void 0 ? void 0 : config.helpDescription,
|
|
1532
|
+
helpLinkProps: {
|
|
1533
|
+
href: config.helpUrl
|
|
1534
|
+
},
|
|
1535
|
+
title: (config === null || config === void 0 ? void 0 : config.helpTitle) || t("neetoTeamMembers.common.role", PLURAL)
|
|
1537
1536
|
})]
|
|
1538
1537
|
})
|
|
1539
1538
|
});
|