@bigbinary/neeto-team-members-frontend 4.4.14 → 4.4.15
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/Roles.js +2 -2
- package/dist/Roles.js.map +1 -1
- package/dist/TeamMembers.js +5 -5
- package/dist/TeamMembers.js.map +1 -1
- package/dist/cjs/Roles.js +2 -2
- package/dist/cjs/Roles.js.map +1 -1
- package/dist/cjs/TeamMembers.js +5 -5
- package/dist/cjs/TeamMembers.js.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +7 -7
package/dist/Roles.js
CHANGED
|
@@ -5,6 +5,7 @@ import i18next, { t } from 'i18next';
|
|
|
5
5
|
import { isNotEmpty, isPresent, _findBy, noop } from '@bigbinary/neeto-cist';
|
|
6
6
|
import { PLURAL } from '@bigbinary/neeto-commons-frontend/constants';
|
|
7
7
|
import { withTitle, useQueryParams } from '@bigbinary/neeto-commons-frontend/react-utils';
|
|
8
|
+
import Container from '@bigbinary/neeto-molecules/Container';
|
|
8
9
|
import Spinner from '@bigbinary/neetoui/Spinner';
|
|
9
10
|
import { not, map, prop, identical, includes, __, groupBy, pluck, isEmpty, filter } from 'ramda';
|
|
10
11
|
import { w as withReactQuery } from './withReactQuery-CHybbL5V.js';
|
|
@@ -13,7 +14,6 @@ import { useQuery } from '@tanstack/react-query';
|
|
|
13
14
|
import axios from 'axios';
|
|
14
15
|
import { B as BASE_URL, Q as QUERY_KEYS, A as ADMIN_ROLES } from './constants-DVrDZsye.js';
|
|
15
16
|
import { b as useCreateRole, c as useUpdateRole, S as ScrollToErrorField, d as useDestroyRole, u as useFetchRoles, e as useBulkUpdateRoles } from './index-BT1EwwVx.js';
|
|
16
|
-
import Container from '@bigbinary/neeto-molecules/Container';
|
|
17
17
|
import { n } from './inject-css-DmrvuTKK.js';
|
|
18
18
|
import NeetoHeader from '@bigbinary/neeto-molecules/Header';
|
|
19
19
|
import Button from '@bigbinary/neetoui/Button';
|
|
@@ -2337,7 +2337,7 @@ var Roles = function Roles(_ref) {
|
|
|
2337
2337
|
}, [roles, status]);
|
|
2338
2338
|
if (isRolesLoading || isPermissionsLoading) {
|
|
2339
2339
|
return /*#__PURE__*/jsx("div", {
|
|
2340
|
-
className: "flex h-full w-full items-center justify-center",
|
|
2340
|
+
className: "flex h-full min-h-screen w-full items-center justify-center",
|
|
2341
2341
|
children: /*#__PURE__*/jsx(Spinner, {})
|
|
2342
2342
|
});
|
|
2343
2343
|
}
|